CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/10/03 13:32:22
Modified files:
sys/arch/arm64/arm64: machdep.c
sys/arch/arm64/conf: files.arm64
sys/arch/armv7/armv7: armv7_machdep.c
sys/arch/riscv64/riscv64: machdep.c
Added files:
sys/arch/arm64/dev: efi_machdep.c
sys/dev/efi : efi.h
Removed files:
sys/arch/arm64/dev: efi.c
sys/dev/acpi : efi.h
Log message:
Reorganize the EFI code a bit. Move the efi.h header from dev/acpi to
dev/efi and rename the arm64 efi.c to efi_machdep.c, preparing the way
for MI EFI code and an amd64 implementation of EFI runtime support.
ok deraadt@, mlarkin@