Re: [U-Boot] [PATCH v2 18/28] tpm: Report tpm errors on the command line

2015-08-30 Thread Simon Glass
On 24 August 2015 at 14:21, Christophe Ricard christophe.ric...@gmail.com wrote: Hi Simon, This one looks good to me. Acked-by: Christophe Ricardchristophe-h.ric...@st.com Applied to u-boot-dm. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2 18/28] tpm: Report tpm errors on the command line

2015-08-24 Thread Christophe Ricard
Hi Simon, This one looks good to me. Acked-by: Christophe Ricardchristophe-h.ric...@st.com Best Regards Christophe On 23/08/2015 02:31, Simon Glass wrote: When a 'tpm' command fails, we set the return code but give no indication of failure. This can be confusing. Add an error message when

[U-Boot] [PATCH v2 18/28] tpm: Report tpm errors on the command line

2015-08-22 Thread Simon Glass
When a 'tpm' command fails, we set the return code but give no indication of failure. This can be confusing. Add an error message when any tpm command fails. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Correct error-checking code in report_return_code() common/cmd_tpm.c