[U-Boot] [PATCH v3 16/25] tpm: add PCR authentication commands support

Simon Glass sjg at chromium.org
Thu May 3 02:32:25 UTC 2018


On 2 May 2018 at 02:59, Miquel Raynal <miquel.raynal at bootlin.com> wrote:
> Add support for the TPM2_PCR_SetAuthPolicy and
> TPM2_PCR_SetAuthValue commands.
>
> Change the command file and the help accordingly.
>
> Note: These commands could not be tested because the TPMs available
> do not support them, however they could be useful for someone else.
> The user is warned by the command help.
>
> Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
> ---
>  cmd/tpm-v2.c     |  46 +++++++++++++++++++++++++
>  include/tpm-v2.h |  29 ++++++++++++++++
>  lib/tpm-v2.c     | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 175 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list