Re: [PATCH 4/8 v6] tpm2: Add a TPMv2 MMIO TIS driver

2021-11-08 Thread Simon Glass
Hi Ilias, On Sun, 7 Nov 2021 at 14:33, Ilias Apalodimas wrote: > > Add support for devices that expose a TPMv2 though MMIO. > Apart from those devices, we can use the driver in our QEMU setups and > test TPM related code which is difficult to achieve using the sandbox > driver (e.g test the EFI T

[PATCH 4/8 v6] tpm2: Add a TPMv2 MMIO TIS driver

2021-11-07 Thread Ilias Apalodimas
Add support for devices that expose a TPMv2 though MMIO. Apart from those devices, we can use the driver in our QEMU setups and test TPM related code which is difficult to achieve using the sandbox driver (e.g test the EFI TCG2 protocol). It's worth noting that a previous patch added TPMv2 TIS cor