aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
author <stefano.stabellini@eu.citrix.com>2012-01-24 15:09:31 +0000
committer <stefano.stabellini@eu.citrix.com>2012-01-24 15:09:31 +0000
commit14ee3c05f3ef7d1d2580043392c500be2fc7cbfe (patch)
treeaaafc8e3ac143ae3ed7b3b95cfa2c1e09564d12f /Config.mk
parente737b4333bb287b6134a89edff2bde2a7e048a9e (diff)
downloadxen-14ee3c05f3ef7d1d2580043392c500be2fc7cbfe.tar.gz
xen-14ee3c05f3ef7d1d2580043392c500be2fc7cbfe.tar.bz2
xen-14ee3c05f3ef7d1d2580043392c500be2fc7cbfe.zip
Clone and build Seabios by default
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/Config.mk b/Config.mk
index 5f67a9f997..f0d19dc392 100644
--- a/Config.mk
+++ b/Config.mk
@@ -209,10 +209,13 @@ endif
ifeq ($(GIT_HTTP),y)
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
QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
+SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
endif
QEMU_UPSTREAM_REVISION ?= master
+SEABIOS_UPSTREAM_TAG ?= 7fc039e9c262b4199fab497f3e12f4e425c37560
# Specify which qemu-dm to use. This may be `ioemu' to use the old
# Mercurial in-tree version, or a local directory, or a git URL.
@@ -226,15 +229,6 @@ QEMU_TAG ?= bb36d632e4cabf47882adff07a45c6702c4a5b30
# Short answer -- do not enable this unless you know what you are
# doing and are prepared for some pain.
-# SeaBIOS integration is a work in progress. Before enabling this
-# option you must clone git://git.qemu.org/seabios.git/, possibly add
-# some development patches and then build it yourself before pointing
-# this variable to it (using an absolute path).
-#
-# Note that using SeaBIOS requires the use the upstream qemu as the
-# device model.
-SEABIOS_DIR ?=
-
# Optional components
XENSTAT_XENTOP ?= y
VTPM_TOOLS ?= n