add support for loading files from the EFI System Partition.
authordlg <dlg@openbsd.org>
Tue, 18 Apr 2023 23:11:56 +0000 (23:11 +0000)
committerdlg <dlg@openbsd.org>
Tue, 18 Apr 2023 23:11:56 +0000 (23:11 +0000)
commit6a273a4485a4e6d4d5aa90c79ada62b470db54ae
tree6f18b9d9d3d3f590e789b9c05f6617c6f1b468fa
parentd0a0045a8da4cb70e9258dd60bbf92268445ef31
add support for loading files from the EFI System Partition.

this means you can put a bsd.rd next to BOOTAA64.EFI and go "boot
esp0a:bsd.rd" (assuming bsd.rd is in the root of the boot partition).

cool! krw@
ok kettenis@ patrick@
sys/arch/arm64/stand/efiboot/conf.c
sys/arch/arm64/stand/efiboot/efidev.c
sys/arch/arm64/stand/efiboot/efidev.h