aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc/vtpm.txt
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-04 11:22:19 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-04 11:22:19 +0100
commit55723b70ac51b1f3230793068dd2371dda820bb8 (patch)
treea169ccef4405954000fd5e140a7c975cd74ba2a0 /docs/misc/vtpm.txt
parentf5ca520dc44bf770d413a2203e911ca647d87f43 (diff)
downloadxen-55723b70ac51b1f3230793068dd2371dda820bb8.tar.gz
xen-55723b70ac51b1f3230793068dd2371dda820bb8.tar.bz2
xen-55723b70ac51b1f3230793068dd2371dda820bb8.zip
This patch
- moves the TPM frontend completely into the char/tpm directory where it is a plug-in to the generic TPM driver - removes a now obsolete include file - adapts part of the documentation - fixes some locking problems where copy_to/from_user was called with IRQs blocked Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'docs/misc/vtpm.txt')
-rw-r--r--docs/misc/vtpm.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/misc/vtpm.txt b/docs/misc/vtpm.txt
index 679e5c2451..ce9856b2cc 100644
--- a/docs/misc/vtpm.txt
+++ b/docs/misc/vtpm.txt
@@ -21,11 +21,11 @@ Compile the XEN tree as usual after the following lines set in the
linux-2.6.??-xen/.config file:
CONFIG_XEN_TPMDEV_BACKEND=y
-CONFIG_XEN_TPMDEV_GRANT=y
-CONFIG_TCG_TPM=m
+CONFIG_TCG_TPM=y
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
+CONFIG_TCG_XEN=y
You must also enable the virtual TPM to be built:
@@ -33,6 +33,12 @@ In Config.mk in the Xen root directory set the line
VTPM_TOOLS ?= y
+and in
+
+tools/vtpm/Rules.mk set the line
+
+BUILD_EMULATOR = y
+
Now build the Xen sources from Xen's root directory:
make install