From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 16 May 2018 02:04:58 +1000 Subject: [U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules In-Reply-To: <20180515095728.16572-26-miquel.raynal@bootlin.com> References: <20180515095728.16572-1-miquel.raynal@bootlin.com> <20180515095728.16572-26-miquel.raynal@bootlin.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 +++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 676 insertions(+) > create mode 100644 drivers/tpm/tpm2_tis_spi.c > Is there a change log for this patch? Regards, Simon