aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorAttilio Rao <attilio.rao@citrix.com>2012-03-22 10:26:03 +0000
committerAttilio Rao <attilio.rao@citrix.com>2012-03-22 10:26:03 +0000
commit62ed20c3f5b3a10161706d36c452775c32dcc70b (patch)
treef041b38493ac31397e1a4dc8c3526b127294f529 /Config.mk
parente2e7b20674341c4b2ead9020aff1ebb91d6656c3 (diff)
downloadxen-62ed20c3f5b3a10161706d36c452775c32dcc70b.tar.gz
xen-62ed20c3f5b3a10161706d36c452775c32dcc70b.tar.bz2
xen-62ed20c3f5b3a10161706d36c452775c32dcc70b.zip
Fetch the OVMF repository from specific git mirror and enable it
Signed-off-by: Attilio Rao <attilio.rao@citrix.com> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 34ad0eaa11..ec5485882f 100644
--- a/Config.mk
+++ b/Config.mk
@@ -191,12 +191,15 @@ QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
endif
ifeq ($(GIT_HTTP),y)
+OVMF_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/ovmf.git
QEMU_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/qemu-upstream-unstable.git
SEABIOS_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/seabios.git
else
+OVMF_UPSTREAM_URL ?= git://xenbits.xen.org/ovmf.git
QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
endif
+OVMF_UPSTREAM_REVISION ?= b0855f925c6e2e0b21fbb03fab4b5fb5b6876871
QEMU_UPSTREAM_REVISION ?= master
SEABIOS_UPSTREAM_TAG ?= rel-1.6.3.2
# Sun Mar 11 09:27:07 2012 -0400
@@ -204,7 +207,7 @@ SEABIOS_UPSTREAM_TAG ?= rel-1.6.3.2
ETHERBOOT_NICS ?= rtl8139 8086100e
-CONFIG_OVMF ?= n
+CONFIG_OVMF ?= $(CONFIG_Linux)
CONFIG_ROMBIOS ?= y
CONFIG_SEABIOS ?= y