Page MenuHomeFreeBSD

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

Authored by guest-svmhdvn on Jun 22 2017, 1:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 15, 6:20 PM
Unknown Object (File)
Sun, Apr 13, 7:29 PM
Unknown Object (File)
Feb 23 2025, 7:24 AM
Unknown Object (File)
Feb 8 2025, 5:06 PM
Unknown Object (File)
Jan 23 2025, 12:40 PM
Unknown Object (File)
Jan 20 2025, 8:35 PM
Unknown Object (File)
Jan 18 2025, 5:26 PM
Unknown Object (File)
Jan 15 2025, 5:11 AM
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.