From 62ed20c3f5b3a10161706d36c452775c32dcc70b Mon Sep 17 00:00:00 2001 From: Attilio Rao Date: Thu, 22 Mar 2012 10:26:03 +0000 Subject: Fetch the OVMF repository from specific git mirror and enable it Signed-off-by: Attilio Rao Committed-by: Keir Fraser --- Config.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Config.mk') 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 -- cgit v1.2.3