Page MenuHomeFreeBSD

kboot: Move common EFI stuff from aarch64 to libkboot
ClosedPublic

Authored by imp on Wed, Apr 16, 7:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 9:42 PM
Unknown Object (File)
Sat, Apr 19, 9:01 PM
Unknown Object (File)
Sat, Apr 19, 8:58 PM
Unknown Object (File)
Sat, Apr 19, 8:26 PM
Unknown Object (File)
Sat, Apr 19, 3:12 PM
Unknown Object (File)
Sat, Apr 19, 11:02 AM
Unknown Object (File)
Sat, Apr 19, 8:23 AM
Unknown Object (File)
Fri, Apr 18, 10:12 AM
Subscribers

Details

Summary

Move efi_read_from_pa, efi_set_systbl and efi_bi_loadsmap into efi.c
Move prototype for populate_avail_from_efi as well, though that arrived
previously.

Move efi memory map variables into efi.c.

Add efi_read_from_sysfs, but if 0 it out. We'll want to use it if we can
get the proposed /sys/firmware/efi/memmap data published in the same
format and the code works, it's just that the current
/sys/firmware/efi/runtime-memmap isn't complete enough to use.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable