Re: [U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules

2018-05-15 Thread Simon Glass
On 16 May 2018 at 02:20, Miquel Raynal wrote: > Hi Simon, > > On Wed, 16 May 2018 02:04:58 +1000, Simon Glass > wrote: > >> Hi Miquel, >> >> On 15 May 2018 at 19:57, Miquel Raynal wrote: >> > Add the tpm2_tis_spi driver that should support any TPMv2 compliant >> > (SPI) module. >> > >> > Signed-

Re: [U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules

2018-05-15 Thread Miquel Raynal
Hi Simon, On Wed, 16 May 2018 02:04:58 +1000, Simon Glass wrote: > Hi Miquel, > > On 15 May 2018 at 19:57, Miquel Raynal wrote: > > Add the tpm2_tis_spi driver that should support any TPMv2 compliant > > (SPI) module. > > > > Signed-off-by: Miquel Raynal > > --- > > drivers/tpm/Kconfig

Re: [U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules

2018-05-15 Thread Tom Rini
On Tue, May 15, 2018 at 11:57:21AM +0200, Miquel Raynal wrote: > Add the tpm2_tis_spi driver that should support any TPMv2 compliant > (SPI) module. > > Signed-off-by: Miquel Raynal Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature __

Re: [U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules

2018-05-15 Thread Simon Glass
Hi Miquel, On 15 May 2018 at 19:57, Miquel Raynal wrote: > Add the tpm2_tis_spi driver that should support any TPMv2 compliant > (SPI) module. > > Signed-off-by: Miquel Raynal > --- > drivers/tpm/Kconfig| 10 + > drivers/tpm/Makefile | 2 + > drivers/tpm/tpm2_tis_spi.c | 664 >

[U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules

2018-05-15 Thread Miquel Raynal
Add the tpm2_tis_spi driver that should support any TPMv2 compliant (SPI) module. Signed-off-by: Miquel Raynal --- drivers/tpm/Kconfig| 10 + drivers/tpm/Makefile | 2 + drivers/tpm/tpm2_tis_spi.c | 664 + 3 files changed, 676 insertio