Reorganize the EFI code a bit. Move the efi.h header from dev/acpi to
authorkettenis <kettenis@openbsd.org>
Mon, 3 Oct 2022 19:32:22 +0000 (19:32 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 3 Oct 2022 19:32:22 +0000 (19:32 +0000)
commit01ad66f906499aedbe414ffc5859dc40d001417b
tree60803b32469ede4a05b69f1505e84bd079028e48
parent62440853d909f0318a35dd9c1733d2738c0d0291
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@
sys/arch/arm64/arm64/machdep.c
sys/arch/arm64/conf/files.arm64
sys/arch/arm64/dev/efi.c [deleted file]
sys/arch/arm64/dev/efi_machdep.c [new file with mode: 0644]
sys/arch/armv7/armv7/armv7_machdep.c
sys/arch/riscv64/riscv64/machdep.c
sys/dev/acpi/efi.h [deleted file]
sys/dev/efi/efi.h [new file with mode: 0644]