]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kboot: Print UEFI memory map
authorWarner Losh <imp@FreeBSD.org>
Mon, 11 Mar 2024 20:15:34 +0000 (14:15 -0600)
committerWarner Losh <imp@FreeBSD.org>
Mon, 11 Mar 2024 21:21:52 +0000 (15:21 -0600)
commita9cd3b675e243648aa681bc6ce1bf3e788be88c8
tree7e55d398fb7e8225a69f237c418e6ffab0603c27
parentd650c3efb638f1b2742429a5fb8e7c087839868b
kboot: Print UEFI memory map

If we can read the UEFI memory map, go ahead and print the memory map.
While the kernel prints this with bootverbose, having it at this stage
is useful for debugging other problems.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D44287
stand/kboot/kboot/arch/aarch64/load_addr.c