Merge pull request #10 from flihp/plaindocs

Add INSTALL file.
tree: 6eda453a3e41384103f8e9a1c8d92da7978e2fb4
  1. common/
  2. resourcemgr/
  3. sysapi/
  4. tcti/
  5. test/
  6. .gitignore
  7. bootstrap
  8. configure.ac
  9. INSTALL
  10. Makefile.in
  11. README.md
  12. Readme.pdf
  13. TPM 2.0 library release notes.pdf
  14. tss.sln
  15. tss.vcxproj
README.md

This site contains the code for the TPM (Trusted Platform Module) 2.0 Software Stack (TSS).

This stack consists of the following layers from top to bottom:

Since the FAPI and ESAPI haven't been implemented yet, this repository only contains the SAPI and layers below it, plus a test application for excercising the SAPI.

For more details on this code and how to install and use it, the Readme.pdf file is a good place to start.

For release details, review the TPM 2.0 library release notes.pdf document.

TPM 2.0 specifications can be found at Trusted Computing Group.