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
F170202804: D11301.id.diff
Thu, Sep 3, 8:51 PM
F170198961: D11301.id.diff
Thu, Sep 3, 8:24 PM
F170196146: D11301.diff
Thu, Sep 3, 8:04 PM
F170167727: D11301.id29947.diff
Thu, Sep 3, 5:27 PM
F170164323: D11301.diff
Thu, Sep 3, 5:15 PM
Unknown Object (File)
Wed, Sep 2, 2:10 AM
Unknown Object (File)
Tue, Sep 1, 8:54 PM
Unknown Object (File)
Tue, Sep 1, 8:42 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.