CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/03/31 12:19:12
Modified files: sys/arch/armv7/armv7: armv7_machdep.c autoconf.c sys/arch/armv7/stand/efiboot: Makefile conf.c efiboot.c efiboot.h eficall.h Added files: sys/arch/armv7/stand/efiboot: efipxe.c efipxe.h Log message: Port arm64's network boot efforts to armv7 as well now that there is support for using U-Boot's network layer. Since arm64 and armv7's efiboot(8) have the same heritance the diffs from arm64 simply applied to armv7.