Browse Source

[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>
tags/v1.20.1
Michael Brown 8 years ago
parent
commit
a200ad462e

+ 0
- 0
src/config/qemu/colour.h View File


+ 0
- 0
src/config/qemu/console.h View File


+ 0
- 0
src/config/qemu/crypto.h View File


+ 10
- 0
src/config/qemu/general.h View File

@@ -0,0 +1,10 @@
1
+/* Disable entry during POST */
2
+#undef ROM_BANNER_TIMEOUT
3
+#define ROM_BANNER_TIMEOUT 0
4
+
5
+/* Extend banner timeout */
6
+#undef BANNER_TIMEOUT
7
+#define BANNER_TIMEOUT 30
8
+
9
+/* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */
10
+#define EFI_DOWNGRADE_UX

+ 0
- 0
src/config/qemu/serial.h View File


+ 0
- 0
src/config/qemu/settings.h View File


+ 0
- 0
src/config/qemu/sideband.h View File


+ 0
- 0
src/config/qemu/usb.h View File


Loading…
Cancel
Save