
19 Jan
2017
19 Jan
'17
2:57 p.m.
On 11 January 2017 at 08:00, Mario Six mario.six@gdsys.cc wrote:
This patch adds a function to the TPM library, which allows U-Boot to flush resources, e.g. keys, from the TPM.
Signed-off-by: Mario Six mario.six@gdsys.cc
Changes in v2:
- Added U-Boot command for resource flushing ("tpm flush"), and made the command and the library function deactivate-able via config
board/gdsys/p1022/controlcenterd-id.c | 9 ----- cmd/tpm.c | 70 +++++++++++++++++++++++++++++++++++ drivers/tpm/Kconfig | 6 +++ include/tpm.h | 45 ++++++++++++++++++++++ lib/tpm.c | 29 +++++++++++++++ 5 files changed, 150 insertions(+), 9 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org