Page MenuHomeFreeBSD

Switch the EFI virtual address to a uint64_t
ClosedPublic

Authored by andrew on Apr 14 2021, 11:19 AM.
Tags
None
Referenced Files
F156482622: D29759.id87430.diff
Wed, May 13, 11:51 PM
Unknown Object (File)
Tue, May 12, 5:00 PM
Unknown Object (File)
Sat, May 9, 6:17 AM
Unknown Object (File)
Fri, May 8, 6:51 PM
Unknown Object (File)
Sat, May 2, 10:43 PM
Unknown Object (File)
Fri, May 1, 9:46 PM
Unknown Object (File)
Fri, Apr 24, 11:01 PM
Unknown Object (File)
Fri, Apr 24, 11:53 AM
Subscribers

Details

Summary

It is defined as a uint64_t in the UEFI spec. As it's not used as a
pointer by the kernel follow this and define it as the same in the
kernel.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38571
Build 35460: arc lint + arc unit

Event Timeline

andrew retitled this revision from Switch the EIF virtual address to a uint64_t to Switch the EFI virtual address to a uint64_t.Apr 14 2021, 11:23 AM
This revision is now accepted and ready to land.Apr 14 2021, 2:15 PM
This revision was automatically updated to reflect the committed changes.