CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/03/22 08:59:11
Modified files: sys/arch/arm64/stand/efiboot: conf.c efiboot.c sys/arch/armv7/stand/efiboot: conf.c efiboot.c sys/arch/amd64/stand/efiboot: conf.c efiboot.c Log message: Make efi_device_path_depth() return the full device path depth if we don't find a media device path node. Fixes booting OpenBSD on some older U-Boot versions that are in wide circulation such as 2017.09 and 2017.11. ok patrick@