CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/17 03:12:45
Modified files:
sys/arch/armv7/stand/efiboot: conf.c efiboot.c
sys/arch/riscv64/stand/efiboot: conf.c efiboot.c
Added files:
sys/arch/armv7/stand/efiboot: efidt.h
sys/arch/riscv64/stand/efiboot: efidt.h
Log message:
When loading a device tree using the "mach dtb" command, give firmware
a chance to make modifications (such as applying memory reservations)
by using the EFI devicetree fixup protocol.
ok jca@
