CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/05/27 03:54:43
Modified files:
sys/arch/arm64/arm64: machdep.c
sys/arch/arm64/include: vmparam.h
Log message:
Use EFI memory map to discover available physical memory.
Fall back on improved code that parses the FDT /memory node.
However, on machines with "real" UEFI firmware, /memory may include
reserved memory that we shouldn't use (it does on the Overdrive 1000).
On those machines, make sure that you use BOOTAA64 0.3 or later such that
the EFI memory map gets used.
For now, print out the EFI memory map to help debug any issues.
ok patrick@