
3 May
2018
3 May
'18
4:32 a.m.
On 2 May 2018 at 02:59, Miquel Raynal miquel.raynal@bootlin.com 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 miquel.raynal@bootlin.com
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 sjg@chromium.org