]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Add named configuration for qemu
authorMichael Brown <mcb30@ipxe.org>
Wed, 22 Jul 2015 19:55:44 +0000 (20:55 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 22 Jul 2015 19:55:44 +0000 (20:55 +0100)
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>
src/config/qemu/colour.h [new file with mode: 0644]
src/config/qemu/console.h [new file with mode: 0644]
src/config/qemu/crypto.h [new file with mode: 0644]
src/config/qemu/general.h [new file with mode: 0644]
src/config/qemu/serial.h [new file with mode: 0644]
src/config/qemu/settings.h [new file with mode: 0644]
src/config/qemu/sideband.h [new file with mode: 0644]
src/config/qemu/usb.h [new file with mode: 0644]

diff --git a/src/config/qemu/colour.h b/src/config/qemu/colour.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/config/qemu/console.h b/src/config/qemu/console.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/config/qemu/crypto.h b/src/config/qemu/crypto.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/config/qemu/general.h b/src/config/qemu/general.h
new file mode 100644 (file)
index 0000000..30f60d3
--- /dev/null
@@ -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
diff --git a/src/config/qemu/serial.h b/src/config/qemu/serial.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/config/qemu/settings.h b/src/config/qemu/settings.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/config/qemu/sideband.h b/src/config/qemu/sideband.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/config/qemu/usb.h b/src/config/qemu/usb.h
new file mode 100644 (file)
index 0000000..e69de29