tpm: add a Sandbox TPMv2.x driver
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 15 May 2018 09:57:25 +0000 (11:57 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 26 May 2018 00:13:00 +0000 (20:13 -0400)
commit2bae712f7ab9525421662fbbbe1445b00cbee5b0
treea013317a2ff5f3fbf1f332184b1551a337a991f2
parent2dffe1c6adc0dfb1fdce8a32e88a95ddec9004a7
tpm: add a Sandbox TPMv2.x driver

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 <miquel.raynal@bootlin.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/tpm/Kconfig
drivers/tpm/Makefile
drivers/tpm/tpm2_tis_sandbox.c [new file with mode: 0644]