]> git.sur5r.net Git - u-boot/commit
lib: tpm: Add command to flush resources
authorMario Six <mario.six@gdsys.cc>
Wed, 11 Jan 2017 15:00:50 +0000 (16:00 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Feb 2017 08:02:57 +0000 (09:02 +0100)
commit7690be35deaeac1cb51a5f7896c2a46afabdfad3
treedb7c33f5f0e6bc909f80159fa1431667a545a346
parent3add68c9966e903a1a4b05acc54e4361ca81eae3
lib: tpm: Add command to flush resources

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>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Stefan Roese <sr@denx.de>
board/gdsys/p1022/controlcenterd-id.c
cmd/tpm.c
drivers/tpm/Kconfig
include/tpm.h
lib/tpm.c