CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2023/04/18 17:11:56
Modified files: sys/arch/arm64/stand/efiboot: conf.c efidev.c efidev.h Log message: 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@