aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2011-09-13 10:30:09 +0100
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2011-09-13 10:30:09 +0100
commitcee3fd7bb8f237a8afcedd7e8e29985cbcf2352b (patch)
treec89978af9c88223ec040d2e45f218aadbf52675c /Config.mk
parent9233be8d2c37b6ae1de4d30788fc9be308aed41c (diff)
downloadxen-cee3fd7bb8f237a8afcedd7e8e29985cbcf2352b.tar.gz
xen-cee3fd7bb8f237a8afcedd7e8e29985cbcf2352b.tar.bz2
xen-cee3fd7bb8f237a8afcedd7e8e29985cbcf2352b.zip
Clone and build Seabios by default
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/Config.mk b/Config.mk
index 6c1811baab..34ce9cf0c0 100644
--- a/Config.mk
+++ b/Config.mk
@@ -195,6 +195,8 @@ endif
# Only available through the git protocol at the moment
QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/people/sstabellini/qemu-dm.git
QEMU_UPSTREAM_TAG ?= origin/xen-stable-0.15
+SEABIOS_UPSTREAM_URL=git://git.qemu.org/seabios.git
+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.
@@ -208,15 +210,6 @@ QEMU_TAG ?= cd776ee9408ff127f934a707c1a339ee600bc127
# 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