Re: [PATCH 1/1] tpm2: Add a TPMv2 MMIO TIS driver

2021-07-05 Thread Ilias Apalodimas
> > > [...] > > > These definitions match Linux' tpm_tis_core.h. > > > > > > Should they be moved to an include of the same name in U-Boot? > > > > I got a tpm_tis.h in this series, so I might as well move those there > > > > > > > > > [...] > > > > > I would prefer if you would add these

Re: [PATCH 1/1] tpm2: Add a TPMv2 MMIO TIS driver

2021-07-05 Thread Simon Glass
Hi Ilias, On Fri, 2 Jul 2021 at 14:29, Ilias Apalodimas wrote: > > On Fri, Jul 02, 2021 at 07:54:13PM +0200, Heinrich Schuchardt wrote: > > On 7/2/21 2:52 PM, Ilias Apalodimas wrote: > > > Add a TPMv2 TIS MMIO compatible driver. > > > This useful for a couple of reasons. First of all we can

Re: [PATCH 1/1] tpm2: Add a TPMv2 MMIO TIS driver

2021-07-02 Thread Ilias Apalodimas
On Fri, Jul 02, 2021 at 07:54:13PM +0200, Heinrich Schuchardt wrote: > On 7/2/21 2:52 PM, Ilias Apalodimas wrote: > > Add a TPMv2 TIS MMIO compatible driver. > > This useful for a couple of reasons. First of all we can support a TPMv2 > > on devices that have this hardware (e.g the newly added

Re: [PATCH 1/1] tpm2: Add a TPMv2 MMIO TIS driver

2021-07-02 Thread Heinrich Schuchardt
On 7/2/21 2:52 PM, Ilias Apalodimas wrote: Add a TPMv2 TIS MMIO compatible driver. This useful for a couple of reasons. First of all we can support a TPMv2 on devices that have this hardware (e.g the newly added SynQuacer box). We can also use the driver in our QEMU setups and test the EFI TCG2

[PATCH 1/1] tpm2: Add a TPMv2 MMIO TIS driver

2021-07-02 Thread Ilias Apalodimas
Add a TPMv2 TIS MMIO compatible driver. This useful for a couple of reasons. First of all we can support a TPMv2 on devices that have this hardware (e.g the newly added SynQuacer box). We can also use the driver in our QEMU setups and test the EFI TCG2 protocol, which cannot be tested with our