aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorAttilio Rao <attilio.rao@citrix.com>2012-02-23 10:11:58 +0000
committerAttilio Rao <attilio.rao@citrix.com>2012-02-23 10:11:58 +0000
commit4775b620fbbd7d0cc566014e599514ffe9c5ca6b (patch)
tree76bf10e199c53576feb0f66cef930afd05b3640e /Config.mk
parent15c018eb32399cc53cd9270a56f3da1e6c51a24e (diff)
downloadxen-4775b620fbbd7d0cc566014e599514ffe9c5ca6b.tar.gz
xen-4775b620fbbd7d0cc566014e599514ffe9c5ca6b.tar.bz2
xen-4775b620fbbd7d0cc566014e599514ffe9c5ca6b.zip
hvmloader: Add OVMF UEFI support and directly use it
...when specified in the guest configuration file. This work is somewhat based on Bei Guan effort during the SoC 2011 and relies on upstream edk2/ovmf Tianocore ROM to be built separately and manually copied as: Build/OvmfX64/DEBUG_GCC44/FV/OVMF.fd -> tools/firmware/ovmf/ovmf-x64.bin Build/OvmfIa32/DEBUG_GCC44/FV/OVMF.fd -> toolf/firmware/ovmf/ovmf-ia32.bin A way to integrate OVMF build directly into XEN has still be discussed on the mailing list appropriately. Signed-off-by: Attilio Rao <attilio.rao@citrix.com> Disable CONFIG_OVMF by default as ovmf is not integrated into the build. Signed-off-by: Keir Fraser <keir@xen.org> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index 107bae208f..0b23b33c50 100644
--- a/Config.mk
+++ b/Config.mk
@@ -198,6 +198,7 @@ SEABIOS_UPSTREAM_TAG ?= rel-1.6.3.1
ETHERBOOT_NICS ?= rtl8139 8086100e
+CONFIG_OVMF ?= n
CONFIG_ROMBIOS ?= y
CONFIG_SEABIOS ?= y