From: Michael Brown Date: Wed, 22 Jul 2015 19:55:44 +0000 (+0100) Subject: [build] Add named configuration for qemu X-Git-Tag: v1.20.1~782 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a200ad462e69de8c92b4114f6e58d7dbfefaf40e;p=thirdparty%2Fipxe.git [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 --- diff --git a/src/config/qemu/colour.h b/src/config/qemu/colour.h new file mode 100644 index 000000000..e69de29bb diff --git a/src/config/qemu/console.h b/src/config/qemu/console.h new file mode 100644 index 000000000..e69de29bb diff --git a/src/config/qemu/crypto.h b/src/config/qemu/crypto.h new file mode 100644 index 000000000..e69de29bb diff --git a/src/config/qemu/general.h b/src/config/qemu/general.h new file mode 100644 index 000000000..30f60d3f7 --- /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 000000000..e69de29bb diff --git a/src/config/qemu/settings.h b/src/config/qemu/settings.h new file mode 100644 index 000000000..e69de29bb diff --git a/src/config/qemu/sideband.h b/src/config/qemu/sideband.h new file mode 100644 index 000000000..e69de29bb diff --git a/src/config/qemu/usb.h b/src/config/qemu/usb.h new file mode 100644 index 000000000..e69de29bb