From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 2 May 2018 20:32:44 -0600 Subject: [U-Boot] [PATCH v3 21/25] tpm: add a Sandbox TPMv2.x driver In-Reply-To: <20180502085934.29292-22-miquel.raynal@bootlin.com> References: <20180502085934.29292-1-miquel.raynal@bootlin.com> <20180502085934.29292-22-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 On 2 May 2018 at 02:59, Miquel Raynal wrote: > This driver can emulate all the basic functionalities of a TPMv2.x > chip and should behave like them during regular testing. > > Signed-off-by: Miquel Raynal > --- > drivers/tpm/Kconfig | 11 +- > drivers/tpm/Makefile | 1 + > drivers/tpm/tpm2_tis_sandbox.c | 622 +++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 633 insertions(+), 1 deletion(-) > create mode 100644 drivers/tpm/tpm2_tis_sandbox.c Nice work! Reviewed-by: Simon Glass