mirror of https://github.com/xemu-project/xemu.git
Merge remote-tracking branch 'kraxel/ipxe.3' into staging
# By Gerd Hoffmann # Via Gerd Hoffmann * kraxel/ipxe.3: ipxe: update binaries ipxe: disable two second timeout
This commit is contained in:
commit
d2f38a0acb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -57,13 +57,13 @@ lgplvgabios-%:
|
||||||
|
|
||||||
pxerom: $(patsubst %,pxe-rom-%,$(pxerom_variants))
|
pxerom: $(patsubst %,pxe-rom-%,$(pxerom_variants))
|
||||||
|
|
||||||
pxe-rom-%:
|
pxe-rom-%: ipxe/src/config/local/general.h
|
||||||
make -C ipxe/src bin/$(VID)$(DID).rom
|
make -C ipxe/src bin/$(VID)$(DID).rom
|
||||||
cp ipxe/src/bin/$(VID)$(DID).rom ../pc-bios/pxe-$*.rom
|
cp ipxe/src/bin/$(VID)$(DID).rom ../pc-bios/pxe-$*.rom
|
||||||
|
|
||||||
efirom: $(patsubst %,efi-rom-%,$(pxerom_variants))
|
efirom: $(patsubst %,efi-rom-%,$(pxerom_variants))
|
||||||
|
|
||||||
efi-rom-%:
|
efi-rom-%: ipxe/src/config/local/general.h
|
||||||
make -C ipxe/src bin/$(VID)$(DID).rom
|
make -C ipxe/src bin/$(VID)$(DID).rom
|
||||||
make -C ipxe/src bin-i386-efi/$(VID)$(DID).efidrv
|
make -C ipxe/src bin-i386-efi/$(VID)$(DID).efidrv
|
||||||
make -C ipxe/src bin-x86_64-efi/$(VID)$(DID).efidrv
|
make -C ipxe/src bin-x86_64-efi/$(VID)$(DID).efidrv
|
||||||
|
@ -72,3 +72,6 @@ efi-rom-%:
|
||||||
-ec ipxe/src/bin-i386-efi/$(VID)$(DID).efidrv \
|
-ec ipxe/src/bin-i386-efi/$(VID)$(DID).efidrv \
|
||||||
-ec ipxe/src/bin-x86_64-efi/$(VID)$(DID).efidrv \
|
-ec ipxe/src/bin-x86_64-efi/$(VID)$(DID).efidrv \
|
||||||
-o ../pc-bios/efi-$*.rom
|
-o ../pc-bios/efi-$*.rom
|
||||||
|
|
||||||
|
ipxe/src/config/local/%: config.ipxe.%
|
||||||
|
cp $< $@
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
#undef BANNER_TIMEOUT
|
||||||
|
#define BANNER_TIMEOUT 0
|
Loading…
Reference in New Issue