Re: [PATCH 2/8] drivers: rollback: Add TPM2 implementation of rollback devices

2023-12-01 Thread Simon Glass
Hi, On Fri, 1 Dec 2023 at 07:52, Ilias Apalodimas wrote: > > Hi Sean, > > On Tue, Sep 12, 2023 at 02:47:25AM -0700, seanedm...@linux.microsoft.com > wrote: > > From: Stephen Carlson > > > > This implementation of the rollback uclass driver allows existing TPM2 > > devices declared in the device

Re: [PATCH 2/8] drivers: rollback: Add TPM2 implementation of rollback devices

2023-12-01 Thread Ilias Apalodimas
Hi Sean, On Tue, Sep 12, 2023 at 02:47:25AM -0700, seanedm...@linux.microsoft.com wrote: > From: Stephen Carlson > > This implementation of the rollback uclass driver allows existing TPM2 > devices declared in the device tree to be referenced for storing the OS > anti-rollback counter, using the

[PATCH 2/8] drivers: rollback: Add TPM2 implementation of rollback devices

2023-09-12 Thread seanedmond
From: Stephen Carlson This implementation of the rollback 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. The rollback device must be a child of the TPM device. For example