[U-Boot] [PATCH v2 06/18] lib: tpm: Add command to flush resources

Simon Glass sjg at chromium.org
Thu Jan 19 14:57:41 CET 2017


On 11 January 2017 at 08:00, Mario Six <mario.six at 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 at 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 at chromium.org>


More information about the U-Boot mailing list