aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-04 10:47:10 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-04 10:47:10 +0000
commitc47191085fa2a32db239ce024944adec97fc5e07 (patch)
tree32665a76f7e516e7c4b94c9eb87d7324e50449b6 /Makefile
parenta914d49745ea205b705ff7b07c47b7239072642b (diff)
downloadxen-c47191085fa2a32db239ce024944adec97fc5e07.tar.gz
xen-c47191085fa2a32db239ce024944adec97fc5e07.tar.bz2
xen-c47191085fa2a32db239ce024944adec97fc5e07.zip
tboot, xen: Update for Trusted Boot v20071128.
This patch updates the Xen to work with the latest version (20071128) of Trusted Boot (tboot). This version of tboot now resides at 16MB (instead of the previous <1MB), in addition to several other enhancements. By residing at 16MB, this version of tboot will be protected from access by dom0. This patch allows Xen to correctly map the tboot shutdown code that it must trampoline into for a clean shutdown (without this patch Xen will fault on shutdown). This patch will also work with the previous version of tboot. Signed-off-by: Joseph Cihula <joseph.cihula@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e79a44814..696b7dadd6 100644
--- a/Makefile
+++ b/Makefile
@@ -211,7 +211,7 @@ linux26:
# tboot targets
#
-TBOOT_TARFILE = tboot-20071029.tar.gz
+TBOOT_TARFILE = tboot-20071128.tar.gz
TBOOT_BASE_URL = http://downloads.sourceforge.net/tboot
.PHONY: build-tboot
@@ -222,6 +222,10 @@ build-tboot: download_tboot
install-tboot: download_tboot
$(MAKE) -C tboot install
+.PHONY: dist-tboot
+dist-tboot: download_tboot
+ $(MAKE) DESTDIR=$(DISTDIR)/install -C tboot dist
+
.PHONY: clean-tboot
clean-tboot:
[ ! -d tboot ] || $(MAKE) -C tboot clean