Переглянути джерело

[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 роки тому
джерело
коміт
a200ad462e

+ 0
- 0
src/config/qemu/colour.h Переглянути файл


+ 0
- 0
src/config/qemu/console.h Переглянути файл


+ 0
- 0
src/config/qemu/crypto.h Переглянути файл


+ 10
- 0
src/config/qemu/general.h Переглянути файл

@@ -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 Переглянути файл


+ 0
- 0
src/config/qemu/settings.h Переглянути файл


+ 0
- 0
src/config/qemu/sideband.h Переглянути файл


+ 0
- 0
src/config/qemu/usb.h Переглянути файл


Завантаження…
Відмінити
Зберегти