[U-Boot] [PATCH v2 18/19] tpm: add PCR authentication commands support
Simon Glass
sjg at chromium.org
Thu Mar 29 22:42:36 UTC 2018
Hi Miquel,
On 29 March 2018 at 15:44, 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.
You should be able to test them by adding sandbox support.
>
> Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
> ---
> cmd/tpm.c | 49 +++++++++++++++++++++++++++
> include/tpm.h | 29 ++++++++++++++++
> lib/tpm.c | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 184 insertions(+)
>
Regards,
Simon
More information about the U-Boot
mailing list