[SeaBIOS] [PATCH v2 00/10] Add TPM 2 support

Stefan Berger stefanb at us.ibm.com
Fri Jan 22 23:47:10 CET 2016


This series of patches adds TPM 2 support to SeaBIOS in the way previously
proposed.

v1->v2:
  - Addressed most of Kevin's comments.
  - Added patch for writing logs in TPM 2 format

   Stefan

Stefan Berger (10):
  tpm: Extend TPM TIS with TPM 2 support.
  tpm: Factor out tpm_extend
  tpm: Prepare code for TPM 2 functions
  tpm: Implement tpm20_startup and tpm20_s3_resume
  tpm: Implement tpm20_set_timeouts
  tpm: Implement tpm20_prepboot
  tpm: Implement tpm20_extend
  tpm: Implement tpm20_menu
  tpm: Implement TPM 2's set_failure
  tpm: Write logs in TPM 2 format

 src/hw/tpm_drivers.c |  38 ++-
 src/hw/tpm_drivers.h |  26 +-
 src/std/tcg.h        | 145 +++++++++
 src/tcgbios.c        | 890 +++++++++++++++++++++++++++++++++++++++++++--------
 4 files changed, 955 insertions(+), 144 deletions(-)

-- 
2.4.3




More information about the SeaBIOS mailing list