aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Tricca <philip.b.tricca@intel.com>2018-06-05 09:14:22 -0700
committerAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2018-06-05 18:19:40 +0200
commit6723e66b2bda089fd6798da38e65757ed6f0d9f5 (patch)
treee8f33a4b3f141042ba6147e9e262da9c26732ff5 /README.md
parent167e7af2c0a57f71e44cc61df2bd6e2e33508d47 (diff)
downloadtpm2-tss-6723e66b2bda089fd6798da38e65757ed6f0d9f5.tar.gz
README.md: Note deviation from current draft spec in TPM2_NUM_PCR_BANKS.
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e580176e..cfe4e665 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ It is expected that any number of libraries implementing the TCTI API will be im
Currently this repository provides two TCTI implementations: libtss2-tcti-device and libtss2-tcti-mssim.
The former should be used for direct access to the TPM through the Linux kernel driver.
The latter implements the protocol exposed by the Microsoft software TPM2 simulator.
-* The [TCG TSS 2.0 Overview and Common Structures Specification](https://trustedcomputinggroup.org/wp-content/uploads/TSS_Overview_Common_Structures_Version-0.9_Revision-03_Review_030918.pdf) forms the basis for all implementations in this project.
+* The [TCG TSS 2.0 Overview and Common Structures Specification](https://trustedcomputinggroup.org/wp-content/uploads/TSS_Overview_Common_Structures_Version-0.9_Revision-03_Review_030918.pdf) forms the basis for all implementations in this project. NOTE: We deviate from this draft of the specification by increasing the value of TPM2_NUM_PCR_BANKS from 3 to 16 to ensure compatibility with TPM2 implementations that have enabled a lareger than typical number of PCR banks. This larger value for TPM2_NUM_PCR_BANKS is expected to be included in a future revision of the specification.
# Build and Installation Instructions:
Instructions to build and install tpm2-tss are available in the [INSTALL](INSTALL.md) file.