Page MenuHomeFreeBSD

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

Authored by siva on Jun 22 2017, 1:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 11:50 PM
Unknown Object (File)
Mon, Aug 10, 7:59 PM
Unknown Object (File)
Mon, Aug 10, 4:49 PM
Unknown Object (File)
Mon, Aug 10, 10:49 AM
Unknown Object (File)
Mon, Aug 10, 10:46 AM
Unknown Object (File)
Sat, Aug 8, 6:31 PM
Unknown Object (File)
Sat, Aug 8, 5:30 PM
Unknown Object (File)
Fri, Aug 7, 5:19 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.