瀏覽代碼

Testing out USB support in EFI

Antony Messerli 7 年之前
父節點
當前提交
697e28279e
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 2 0
      ipxe/local/usb.h.efi
  2. 1 0
      script/prep-release.sh

+ 2 - 0
ipxe/local/usb.h.efi

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

+ 1 - 0
script/prep-release.sh

@@ -70,6 +70,7 @@ mv bin-arm64-efi/snp.efi ../../build/ipxe/netboot.xyz-packet-arm64.efi
 
 
 # generate arm64 experimental
 # generate arm64 experimental
 cp config/local/nap.h.efi config/local/nap.h
 cp config/local/nap.h.efi config/local/nap.h
+cp config/local/usb.h.efi config/local/usb.h
 make clean
 make clean
 make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 \
 make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 \
 EMBED=../../ipxe/disks/netboot.xyz TRUST=ca-ipxe-org.crt,ca-netboot-xyz.crt \
 EMBED=../../ipxe/disks/netboot.xyz TRUST=ca-ipxe-org.crt,ca-netboot-xyz.crt \