Re: [PATCH 2/5] drivers: security: Add TPM2 implementation of security devices

2023-08-17 Thread Simon Glass
Hi Sean, On Thu, 17 Aug 2023 at 17:29, Sean Edmond wrote: > > Hi Simon, > > On 2023-08-17 6:41 a.m., Simon Glass wrote: > > Hi Sean, > > > > On Fri, 11 Aug 2023 at 18:28, wrote: > >> From: Stephen Carlson > >> > >> This implementation of the security uclass driver allows existing TPM2 > >> devi

Re: [PATCH 2/5] drivers: security: Add TPM2 implementation of security devices

2023-08-17 Thread Sean Edmond
Hi Simon, On 2023-08-17 6:41 a.m., Simon Glass wrote: Hi Sean, On Fri, 11 Aug 2023 at 18:28, wrote: From: Stephen Carlson This implementation of the security uclass driver allows existing TPM2 devices declared in the device tree to be referenced for storing the OS anti-rollback counter, usi

Re: [PATCH 2/5] drivers: security: Add TPM2 implementation of security devices

2023-08-17 Thread Simon Glass
Hi Sean, On Fri, 11 Aug 2023 at 18:28, wrote: > > From: Stephen Carlson > > This implementation of the security uclass driver allows existing TPM2 > devices declared in the device tree to be referenced for storing the OS > anti-rollback counter, using the TPM2 non-volatile storage API. > > Signe

Re: [PATCH 2/5] drivers: security: Add TPM2 implementation of security devices

2023-08-16 Thread Ilias Apalodimas
On Mon, Aug 14, 2023 at 02:23:22PM -0700, Sean Edmond wrote: > > On 2023-08-14 1:39 a.m., Ilias Apalodimas wrote: > > Hi Sean > > > > On Sat, 12 Aug 2023 at 03:28, wrote: > > > From: Stephen Carlson > > > > > > This implementation of the security uclass driver allows existing TPM2 > > > device

Re: [PATCH 2/5] drivers: security: Add TPM2 implementation of security devices

2023-08-14 Thread Sean Edmond
On 2023-08-14 1:39 a.m., Ilias Apalodimas wrote: Hi Sean On Sat, 12 Aug 2023 at 03:28, wrote: From: Stephen Carlson This implementation of the security uclass driver allows existing TPM2 devices declared in the device tree to be referenced for storing the OS anti-rollback counter, using th

Re: [PATCH 2/5] drivers: security: Add TPM2 implementation of security devices

2023-08-14 Thread Ilias Apalodimas
Hi Sean On Sat, 12 Aug 2023 at 03:28, wrote: > > From: Stephen Carlson > > This implementation of the security uclass driver allows existing TPM2 > devices declared in the device tree to be referenced for storing the OS > anti-rollback counter, using the TPM2 non-volatile storage API. > > Signed

[PATCH 2/5] drivers: security: Add TPM2 implementation of security devices

2023-08-11 Thread seanedmond
From: Stephen Carlson This implementation of the security uclass driver allows existing TPM2 devices declared in the device tree to be referenced for storing the OS anti-rollback counter, using the TPM2 non-volatile storage API. Signed-off-by: Stephen Carlson --- MAINTAINERS