Re: [U-Boot] [PATCH v2 03/19] tpm: add support for TPMv2 SPI modules

2018-04-24 Thread Miquel Raynal
Hi Simon, On Fri, 30 Mar 2018 06:41:52 +0800, Simon Glass wrote: > Hi Miquel, > > On 29 March 2018 at 15:43, Miquel Raynal wrote: > > Add the tpm_tis_spi driver that should support any TPMv2 compliant (SPI) > > module. > > > > Signed-off-by: Miquel Raynal > > --- > > drivers/tpm/Kconfig

Re: [U-Boot] [PATCH v2 03/19] tpm: add support for TPMv2 SPI modules

2018-03-29 Thread Simon Glass
Hi Miquel, On 29 March 2018 at 15:43, Miquel Raynal wrote: > Add the tpm_tis_spi driver that should support any TPMv2 compliant (SPI) > module. > > Signed-off-by: Miquel Raynal > --- > drivers/tpm/Kconfig | 9 + > drivers/tpm/Makefile | 1 + > drivers/tpm/tpm_tis.h | 3 + >