debuggers.hg
changeset 19596:ec9c4b76355b
TXT: update Makefile to latest tboot tarfile
This patch updates the Makefile to download the latest version of
tboot, which supports the interface changes made recently. This
should go into 3.4, since 3.4 supports the new tboot interface.
Signed-off-by: Joseph Cihula <joseph.cihula@intel.com>
This patch updates the Makefile to download the latest version of
tboot, which supports the interface changes made recently. This
should go into 3.4, since 3.4 supports the new tboot interface.
Signed-off-by: Joseph Cihula <joseph.cihula@intel.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Fri Apr 17 17:39:05 2009 +0100 (2009-04-17) |
parents | 226ef307cd2e |
children | cc2267c6d53b |
files | Makefile |
line diff
1.1 --- a/Makefile Fri Apr 17 13:16:39 2009 +0100 1.2 +++ b/Makefile Fri Apr 17 17:39:05 2009 +0100 1.3 @@ -237,7 +237,7 @@ linux26: 1.4 # tboot targets 1.5 # 1.6 1.7 -TBOOT_TARFILE = tboot-20080613.tar.gz 1.8 +TBOOT_TARFILE = tboot-20090330.tar.gz 1.9 #TBOOT_BASE_URL = http://downloads.sourceforge.net/tboot 1.10 TBOOT_BASE_URL = $(XEN_EXTFILES_URL) 1.11