[U-Boot] [PATCH 0/3] tpm: Add and fix commands

Mario Six mario.six at gdsys.cc
Mon Mar 20 09:28:27 UTC 2017


This series fixes the tpm flush command, which is currently broken, adds a
command to list resources, and a command to load TPM keys via their parent's
SHA1 hash.

Mario Six (3):
  tpm: Add function to load keys via their parent's SHA1 hash
  cmd: tpm: Fix flush command
  lib: tpm: Add command to list resources

 cmd/tpm.c           | 162 +++++++++++++++++++++++++++++++++++++++++++++++-----
 drivers/tpm/Kconfig |  15 +++++
 include/tpm.h       |  12 ++++
 lib/tpm.c           |  40 +++++++++++++
 4 files changed, 214 insertions(+), 15 deletions(-)

--
2.11.0



More information about the U-Boot mailing list