Re: [U-Boot] [PATCH v4 24/32] tpm: add PCR authentication commands support

2018-05-15 Thread Tom Rini
On Tue, May 15, 2018 at 11:57:20AM +0200, Miquel Raynal 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, h

[U-Boot] [PATCH v4 24/32] tpm: add PCR authentication commands support

2018-05-15 Thread Miquel Raynal
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 comman