Re: [U-Boot] [PATCH v2 10/19] tpm: add TPM2_SelfTest command support

2018-04-28 Thread Miquel Raynal
Hi Simon, On Thu, 26 Apr 2018 08:40:24 -0600, Simon Glass wrote: > Hi Miquel, > > On 24 April 2018 at 06:53, Miquel Raynal wrote: > > Hi Simon, > > > > I am back on that topic, let me answer some of your questions before > > addressing them in a next version. > > > > On Fri, 30 Mar 2018 06:42:

Re: [U-Boot] [PATCH v2 10/19] tpm: add TPM2_SelfTest command support

2018-04-26 Thread Simon Glass
Hi Miquel, On 24 April 2018 at 06:53, Miquel Raynal wrote: > Hi Simon, > > I am back on that topic, let me answer some of your questions before > addressing them in a next version. > > On Fri, 30 Mar 2018 06:42:25 +0800, Simon Glass > wrote: > >> Hi Miquel, >> >> On 29 March 2018 at 15:43, Mique

Re: [U-Boot] [PATCH v2 10/19] tpm: add TPM2_SelfTest command support

2018-04-24 Thread Miquel Raynal
Hi Simon, I am back on that topic, let me answer some of your questions before addressing them in a next version. On Fri, 30 Mar 2018 06:42:25 +0800, Simon Glass wrote: > Hi Miquel, > > On 29 March 2018 at 15:43, Miquel Raynal wrote: > > Add support for the TPM2_Selftest command. > > > > Chan

Re: [U-Boot] [PATCH v2 10/19] tpm: add TPM2_SelfTest command support

2018-03-29 Thread Simon Glass
Hi Miquel, On 29 March 2018 at 15:43, Miquel Raynal wrote: > Add support for the TPM2_Selftest command. > > Change the command file and the help accordingly. > > Signed-off-by: Miquel Raynal > --- > include/tpm.h | 9 +++-- > lib/tpm.c | 36 > 2 fil

[U-Boot] [PATCH v2 10/19] tpm: add TPM2_SelfTest command support

2018-03-29 Thread Miquel Raynal
Add support for the TPM2_Selftest command. Change the command file and the help accordingly. Signed-off-by: Miquel Raynal --- include/tpm.h | 9 +++-- lib/tpm.c | 36 2 files changed, 35 insertions(+), 10 deletions(-) diff --git a/include/tpm.h b/i