mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
[build] Add named configuration for qemu
Add a named configuration for qemu, based on the config.ipxe.general.h file taken from the current qemu repository and enabling the option to work around the missing EFI_PXE_BASE_CODE_PROTOCOL. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
0
src/config/qemu/colour.h
Normal file
0
src/config/qemu/colour.h
Normal file
0
src/config/qemu/console.h
Normal file
0
src/config/qemu/console.h
Normal file
0
src/config/qemu/crypto.h
Normal file
0
src/config/qemu/crypto.h
Normal file
10
src/config/qemu/general.h
Normal file
10
src/config/qemu/general.h
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
/* Disable entry during POST */
|
||||||
|
#undef ROM_BANNER_TIMEOUT
|
||||||
|
#define ROM_BANNER_TIMEOUT 0
|
||||||
|
|
||||||
|
/* Extend banner timeout */
|
||||||
|
#undef BANNER_TIMEOUT
|
||||||
|
#define BANNER_TIMEOUT 30
|
||||||
|
|
||||||
|
/* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */
|
||||||
|
#define EFI_DOWNGRADE_UX
|
||||||
0
src/config/qemu/serial.h
Normal file
0
src/config/qemu/serial.h
Normal file
0
src/config/qemu/settings.h
Normal file
0
src/config/qemu/settings.h
Normal file
0
src/config/qemu/sideband.h
Normal file
0
src/config/qemu/sideband.h
Normal file
0
src/config/qemu/usb.h
Normal file
0
src/config/qemu/usb.h
Normal file
Reference in New Issue
Block a user