Testing out USB support in EFI

This commit is contained in:
Antony Messerli 2018-02-10 10:46:40 -06:00
parent af20357d6a
commit 697e28279e
2 changed files with 3 additions and 0 deletions

2
ipxe/local/usb.h.efi Normal file
View file

@ -0,0 +1,2 @@
/* usb.h */
#define USB_EFI

View file

@ -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 \