[U-Boot] [PATCH v3 21/25] tpm: add a Sandbox TPMv2.x driver

Simon Glass sjg at chromium.org
Thu May 3 02:32:44 UTC 2018


On 2 May 2018 at 02:59, Miquel Raynal <miquel.raynal at 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 at 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 at chromium.org>


More information about the U-Boot mailing list