lib: tpm: Add command to flush resources
authorMario Six <[email protected]>
Wed, 11 Jan 2017 15:00:50 +0000 (16:00 +0100)
committerStefan Roese <[email protected]>
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 <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
board/gdsys/p1022/controlcenterd-id.c
cmd/tpm.c
drivers/tpm/Kconfig
include/tpm.h
lib/tpm.c