Re: [U-Boot] [PATCH v2 24/28] tpm: Add a 'tpm info' command

2015-08-30 Thread Simon Glass
On 22 August 2015 at 18:31, Simon Glass wrote: > Add a command to display basic information about a TPM such as the model and > open/close state. This can be useful for debugging. > > Signed-off-by: Simon Glass > Acked-by: Christophe Ricard > --- > > Changes in v2: > - Use tpm_ prefix instead of

[U-Boot] [PATCH v2 24/28] tpm: Add a 'tpm info' command

2015-08-22 Thread Simon Glass
Add a command to display basic information about a TPM such as the model and open/close state. This can be useful for debugging. Signed-off-by: Simon Glass Acked-by: Christophe Ricard --- Changes in v2: - Use tpm_ prefix instead of tis_ for TPM functions common/cmd_tpm.c | 26