소스 검색

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