aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2015-07-22 20:55:44 +0100
committerMichael Brown <mcb30@ipxe.org>2015-07-22 20:55:44 +0100
commita200ad462e69de8c92b4114f6e58d7dbfefaf40e (patch)
tree4544f5f479d4f04c9aea184713715e5ccf7339a4
parenta15c0d7e868a881d4416ad20eddad1854ff95005 (diff)
downloadipxe-a200ad462e69de8c92b4114f6e58d7dbfefaf40e.zip
ipxe-a200ad462e69de8c92b4114f6e58d7dbfefaf40e.tar.gz
ipxe-a200ad462e69de8c92b4114f6e58d7dbfefaf40e.tar.bz2
[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>
-rw-r--r--src/config/qemu/colour.h0
-rw-r--r--src/config/qemu/console.h0
-rw-r--r--src/config/qemu/crypto.h0
-rw-r--r--src/config/qemu/general.h10
-rw-r--r--src/config/qemu/serial.h0
-rw-r--r--src/config/qemu/settings.h0
-rw-r--r--src/config/qemu/sideband.h0
-rw-r--r--src/config/qemu/usb.h0
8 files changed, 10 insertions, 0 deletions
diff --git a/src/config/qemu/colour.h b/src/config/qemu/colour.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/config/qemu/colour.h
diff --git a/src/config/qemu/console.h b/src/config/qemu/console.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/config/qemu/console.h
diff --git a/src/config/qemu/crypto.h b/src/config/qemu/crypto.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/config/qemu/crypto.h
diff --git a/src/config/qemu/general.h b/src/config/qemu/general.h
new file mode 100644
index 0000000..30f60d3
--- /dev/null
+++ b/src/config/qemu/general.h
@@ -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
index 0000000..e69de29
--- /dev/null
+++ b/src/config/qemu/serial.h
diff --git a/src/config/qemu/settings.h b/src/config/qemu/settings.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/config/qemu/settings.h
diff --git a/src/config/qemu/sideband.h b/src/config/qemu/sideband.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/config/qemu/sideband.h
diff --git a/src/config/qemu/usb.h b/src/config/qemu/usb.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/config/qemu/usb.h