Re: [U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-29 Thread Simon Glass
Hi Miquel, On 29 March 2018 at 15:39, Miquel Raynal wrote: > Hi Simon and Tom, > > On Fri, 23 Mar 2018 08:42:02 -0600, Simon Glass > wrote: > >> Hi Miquel, >> >> On 21 March 2018 at 07:49, Tom Rini wrote: >> > On Tue, Mar 20,

Re: [U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-29 Thread Miquel Raynal
Hi Simon and Tom, On Fri, 23 Mar 2018 08:42:02 -0600, Simon Glass wrote: > Hi Miquel, > > On 21 March 2018 at 07:49, Tom Rini wrote: > > On Tue, Mar 20, 2018 at 03:51:22PM +0100, Miquel Raynal wrote: > >> Hi Tom, > >> > >> On Tue, 20 Mar 2018 10:04:55

Re: [U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-23 Thread Simon Glass
Hi Miquel, On 21 March 2018 at 07:49, Tom Rini wrote: > On Tue, Mar 20, 2018 at 03:51:22PM +0100, Miquel Raynal wrote: >> Hi Tom, >> >> On Tue, 20 Mar 2018 10:04:55 -0400, Tom Rini wrote: >> >> > On Tue, Mar 20, 2018 at 02:36:56PM +0100, Miquel Raynal

Re: [U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-21 Thread Tom Rini
On Tue, Mar 20, 2018 at 03:51:22PM +0100, Miquel Raynal wrote: > Hi Tom, > > On Tue, 20 Mar 2018 10:04:55 -0400, Tom Rini wrote: > > > On Tue, Mar 20, 2018 at 02:36:56PM +0100, Miquel Raynal wrote: > > > Hi Tom, > > > > > > Sorry for the delay. > > > > > > On Fri, 9 Mar

Re: [U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-20 Thread Miquel Raynal
Hi Tom, On Tue, 20 Mar 2018 10:04:55 -0400, Tom Rini wrote: > On Tue, Mar 20, 2018 at 02:36:56PM +0100, Miquel Raynal wrote: > > Hi Tom, > > > > Sorry for the delay. > > > > On Fri, 9 Mar 2018 07:18:40 -0500, Tom Rini wrote: > > > > > On Fri, Mar

Re: [U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-20 Thread Tom Rini
On Tue, Mar 20, 2018 at 02:36:56PM +0100, Miquel Raynal wrote: > Hi Tom, > > Sorry for the delay. > > On Fri, 9 Mar 2018 07:18:40 -0500, Tom Rini wrote: > > > On Fri, Mar 09, 2018 at 08:53:40AM +0100, Miquel Raynal wrote: > > > Hi Tom, > > > > > > On Thu, 8 Mar 2018

Re: [U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-20 Thread Miquel Raynal
Hi Tom, Sorry for the delay. On Fri, 9 Mar 2018 07:18:40 -0500, Tom Rini wrote: > On Fri, Mar 09, 2018 at 08:53:40AM +0100, Miquel Raynal wrote: > > Hi Tom, > > > > On Thu, 8 Mar 2018 12:20:30 -0500, Tom Rini wrote: > > > > > On Thu, Mar 08, 2018 at

Re: [U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-09 Thread Tom Rini
On Fri, Mar 09, 2018 at 08:53:40AM +0100, Miquel Raynal wrote: > Hi Tom, > > On Thu, 8 Mar 2018 12:20:30 -0500, Tom Rini wrote: > > > On Thu, Mar 08, 2018 at 04:40:03PM +0100, Miquel Raynal wrote: > > > > > Current U-Boot supports TPM v1.2 specification. The new

Re: [U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-08 Thread Miquel Raynal
Hi Tom, On Thu, 8 Mar 2018 12:20:30 -0500, Tom Rini wrote: > On Thu, Mar 08, 2018 at 04:40:03PM +0100, Miquel Raynal wrote: > > > Current U-Boot supports TPM v1.2 specification. The new specification > > (v2.0) is not backward compatible and renames/introduces several > >

Re: [U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-08 Thread Tom Rini
On Thu, Mar 08, 2018 at 04:40:03PM +0100, Miquel Raynal wrote: > Current U-Boot supports TPM v1.2 specification. The new specification > (v2.0) is not backward compatible and renames/introduces several > functions. > > This series introduces a new SPI driver following the TPM v2.0 >

[U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support

2018-03-08 Thread Miquel Raynal
Current U-Boot supports TPM v1.2 specification. The new specification (v2.0) is not backward compatible and renames/introduces several functions. This series introduces a new SPI driver following the TPM v2.0 specification. It has been tested on a ST TPM but should be usable with others v2.0