Selaa lähdekoodia

[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 vuotta sitten
vanhempi
commit
a200ad462e

+ 0
- 0
src/config/qemu/colour.h Näytä tiedosto


+ 0
- 0
src/config/qemu/console.h Näytä tiedosto


+ 0
- 0
src/config/qemu/crypto.h Näytä tiedosto


+ 10
- 0
src/config/qemu/general.h Näytä tiedosto

@@ -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 Näytä tiedosto


+ 0
- 0
src/config/qemu/settings.h Näytä tiedosto


+ 0
- 0
src/config/qemu/sideband.h Näytä tiedosto


+ 0
- 0
src/config/qemu/usb.h Näytä tiedosto


Loading…
Peruuta
Tallenna