Re: [PATCH 2/3 v3] tpm2: Add a TPMv2 MMIO TIS driver

2021-07-08 Thread Ilias Apalodimas
On Thu, Jul 08, 2021 at 11:42:29AM +0200, Heinrich Schuchardt wrote: > On 08.07.21 10:23, 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 a

Re: [PATCH 2/3 v3] tpm2: Add a TPMv2 MMIO TIS driver

2021-07-08 Thread Heinrich Schuchardt
On 08.07.21 10:23, 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 TCG2 protocol). It's worth not

[PATCH 2/3 v3] tpm2: Add a TPMv2 MMIO TIS driver

2021-07-08 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