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

2015-08-11 Thread christophe.ricard
Hi Simon, Acked-by: Christophe Ricard christophe-h.ric...@st.com Best Regards Christophe On 11/08/2015 16:48, 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

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

2015-08-11 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 s...@chromium.org --- common/cmd_tpm.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/common/cmd_tpm.c