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
Unknown Object (File)
Mon, Feb 24, 11:40 AM
Unknown Object (File)
Fri, Feb 21, 7:37 AM
Unknown Object (File)
Thu, Feb 20, 12:53 AM
Unknown Object (File)
Tue, Feb 18, 10:23 PM
Unknown Object (File)
Feb 4 2025, 8:52 PM
Unknown Object (File)
Jan 28 2025, 12:31 PM
Unknown Object (File)
Jan 27 2025, 7:45 PM
Unknown Object (File)
Jan 27 2025, 5:31 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.