summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown2015-07-22 21:55:44 +0200
committerMichael Brown2015-07-22 21:55:44 +0200
commita200ad462e69de8c92b4114f6e58d7dbfefaf40e (patch)
tree4544f5f479d4f04c9aea184713715e5ccf7339a4 /src/config
parent[efi] Allow user experience to be downgraded (diff)
downloadipxe-a200ad462e69de8c92b4114f6e58d7dbfefaf40e.tar.gz
ipxe-a200ad462e69de8c92b4114f6e58d7dbfefaf40e.tar.xz
ipxe-a200ad462e69de8c92b4114f6e58d7dbfefaf40e.zip
[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>
Diffstat (limited to 'src/config')
-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 00000000..e69de29b
--- /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 00000000..e69de29b
--- /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 00000000..e69de29b
--- /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 00000000..30f60d3f
--- /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 00000000..e69de29b
--- /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 00000000..e69de29b
--- /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 00000000..e69de29b
--- /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 00000000..e69de29b
--- /dev/null
+++ b/src/config/qemu/usb.h