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


_______________________________________________
SeaBIOS mailing list
[email protected]
http://www.seabios.org/mailman/listinfo/seabios

Reply via email to