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)
Oct 21 2024, 12:51 AM
Unknown Object (File)
Oct 18 2024, 1:12 AM
Unknown Object (File)
Oct 1 2024, 4:31 PM
Unknown Object (File)
Oct 1 2024, 12:58 PM
Unknown Object (File)
Sep 24 2024, 5:57 AM
Unknown Object (File)
Sep 23 2024, 12:50 PM
Unknown Object (File)
Sep 21 2024, 4:44 AM
Unknown Object (File)
Sep 17 2024, 4:32 PM
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.