From a200ad462e69de8c92b4114f6e58d7dbfefaf40e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 22 Jul 2015 20:55:44 +0100 Subject: [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 --- src/config/qemu/colour.h | 0 src/config/qemu/console.h | 0 src/config/qemu/crypto.h | 0 src/config/qemu/general.h | 10 ++++++++++ src/config/qemu/serial.h | 0 src/config/qemu/settings.h | 0 src/config/qemu/sideband.h | 0 src/config/qemu/usb.h | 0 8 files changed, 10 insertions(+) create mode 100644 src/config/qemu/colour.h create mode 100644 src/config/qemu/console.h create mode 100644 src/config/qemu/crypto.h create mode 100644 src/config/qemu/general.h create mode 100644 src/config/qemu/serial.h create mode 100644 src/config/qemu/settings.h create mode 100644 src/config/qemu/sideband.h create mode 100644 src/config/qemu/usb.h (limited to 'src/config') diff --git a/src/config/qemu/colour.h b/src/config/qemu/colour.h new file mode 100644 index 00000000..e69de29b diff --git a/src/config/qemu/console.h b/src/config/qemu/console.h new file mode 100644 index 00000000..e69de29b diff --git a/src/config/qemu/crypto.h b/src/config/qemu/crypto.h new file mode 100644 index 00000000..e69de29b 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 diff --git a/src/config/qemu/settings.h b/src/config/qemu/settings.h new file mode 100644 index 00000000..e69de29b diff --git a/src/config/qemu/sideband.h b/src/config/qemu/sideband.h new file mode 100644 index 00000000..e69de29b diff --git a/src/config/qemu/usb.h b/src/config/qemu/usb.h new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3-55-g7522