aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-01-26 11:06:40 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-01-26 11:06:40 +0000
commit59759b3f638104c598f8842f61da54f90d47ff40 (patch)
tree287b740b27a296ebef30901f25840a68c92e0085 /Config.mk
parented846689bf658154cef1798a98b50ef63c894862 (diff)
downloadxen-59759b3f638104c598f8842f61da54f90d47ff40.tar.gz
xen-59759b3f638104c598f8842f61da54f90d47ff40.tar.bz2
xen-59759b3f638104c598f8842f61da54f90d47ff40.zip
seabios: update to 1.6.3.1 release
This is the latest seabios stable release. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index f0d19dc392..6d5b0c94b2 100644
--- a/Config.mk
+++ b/Config.mk
@@ -215,7 +215,7 @@ 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
+SEABIOS_UPSTREAM_TAG ?= rel-1.6.3.1
# 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.