mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Testing out USB support in EFI
This commit is contained in:
parent
af20357d6a
commit
697e28279e
2 changed files with 3 additions and 0 deletions
2
ipxe/local/usb.h.efi
Normal file
2
ipxe/local/usb.h.efi
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/* usb.h */
|
||||
#define USB_EFI
|
||||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue