Page MenuHomeFreeBSD

kboot: Move common EFI stuff from aarch64 to libkboot
ClosedPublic

Authored by imp on Apr 16 2025, 7:23 PM.
Tags
None
Referenced Files
F167599218: D49863.id153811.diff
Sun, Aug 23, 12:35 AM
F167595882: D49863.id.diff
Sat, Aug 22, 11:57 PM
Unknown Object (File)
Sat, Aug 22, 7:45 AM
Unknown Object (File)
Thu, Aug 13, 12:15 PM
Unknown Object (File)
Thu, Aug 13, 12:15 PM
Unknown Object (File)
Thu, Aug 13, 12:14 PM
Unknown Object (File)
Wed, Aug 12, 11:37 PM
Unknown Object (File)
Mon, Aug 10, 11:07 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