CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/21 14:05:32
Modified files:
sys/arch/armv7/stand/efiboot: conf.c efiboot.c
Log message:
Pass the address of the EFI system table and the EFI memory map through
properties in the /chosen node of the FDT. The properties match the ones
used by Linux (see Documentation/arm/uefi.txt in the Linux kernel source
tree) but with the "linux," prefix replaced by "openbsd,".
While there, reduce the diffs to the arm64 efiboot.
ok tom@, jsg@
