From 697e28279e7525f27b6ceef7e24a1a829583eaee Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 10 Feb 2018 10:46:40 -0600 Subject: [PATCH] Testing out USB support in EFI --- ipxe/local/usb.h.efi | 2 ++ script/prep-release.sh | 1 + 2 files changed, 3 insertions(+) create mode 100644 ipxe/local/usb.h.efi diff --git a/ipxe/local/usb.h.efi b/ipxe/local/usb.h.efi new file mode 100644 index 00000000..be2ccaef --- /dev/null +++ b/ipxe/local/usb.h.efi @@ -0,0 +1,2 @@ +/* usb.h */ +#define USB_EFI diff --git a/script/prep-release.sh b/script/prep-release.sh index 7d07c135..f38963e1 100755 --- a/script/prep-release.sh +++ b/script/prep-release.sh @@ -70,6 +70,7 @@ mv bin-arm64-efi/snp.efi ../../build/ipxe/netboot.xyz-packet-arm64.efi # generate arm64 experimental cp config/local/nap.h.efi config/local/nap.h +cp config/local/usb.h.efi config/local/usb.h make clean make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 \ EMBED=../../ipxe/disks/netboot.xyz TRUST=ca-ipxe-org.crt,ca-netboot-xyz.crt \