Page MenuHomeFreeBSD

EFI boot: made 32 bit pad more explicit on EFI_MEMORY_DESCRIPTOR
ClosedPublic

Authored by smahadevan_freebsdfoundation.org on Jun 22 2017, 1:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 1:32 AM
Unknown Object (File)
Dec 11 2023, 12:20 AM
Unknown Object (File)
Nov 7 2023, 2:00 AM
Unknown Object (File)
Oct 6 2023, 1:01 AM
Unknown Object (File)
Sep 6 2023, 9:58 AM
Unknown Object (File)
Aug 27 2023, 6:43 AM
Unknown Object (File)
Aug 15 2023, 9:14 AM
Unknown Object (File)
Aug 12 2023, 9:13 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste added inline comments.
sys/boot/efi/include/efidef.h
181 ↗(On Diff #29946)

I found some other instances of this file that name the field Pad and will probably do the same upon commit.

In D11301#234045, @manu wrote:

The current code matches the struct in UEFI specification 2.6 (http://www.uefi.org/sites/default/files/resources/UEFI%20Spec%202_6%20Errata%20A%20final.pdf) page 157

But u-boot added a u32 named reserved, not sure yet which one is wrong, I'll investigate.

On 32-bit ARM there will be implicit padding as EFI_PHYSICAL_ADDRESS is a 64-bit type so will be 64-bit aligned.

This revision was automatically updated to reflect the committed changes.