Re: [U-Boot] [PATCH v4 19/32] tpm: add TPM2_PCR_Extend command support

2018-05-15 Thread Tom Rini
On Tue, May 15, 2018 at 11:57:15AM +0200, Miquel Raynal wrote: > Add support for the TPM2_PCR_Extend command. > > Change the command file and the help accordingly. > > Signed-off-by: Miquel Raynal > Reviewed-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP sign

[U-Boot] [PATCH v4 19/32] tpm: add TPM2_PCR_Extend command support

2018-05-15 Thread Miquel Raynal
Add support for the TPM2_PCR_Extend command. Change the command file and the help accordingly. Signed-off-by: Miquel Raynal Reviewed-by: Simon Glass --- cmd/tpm-v2.c | 37 + include/tpm-v2.h | 10 ++ lib/tpm-v2.c | 38