Re: [PATCH v2 7/7] tpm: Allow committing non-volatile data

2022-08-16 Thread Ilias Apalodimas
Hi Simon, On Sat, 13 Aug 2022 at 22:56, Simon Glass wrote: > > Add an option to tell the TPM to commit non-volatile data immediately it > is changed, rather than waiting until later. This is needed in some > situations, since if the device reboots it may not write the data. Similar to the

[PATCH v2 7/7] tpm: Allow committing non-volatile data

2022-08-13 Thread Simon Glass
Add an option to tell the TPM to commit non-volatile data immediately it is changed, rather than waiting until later. This is needed in some situations, since if the device reboots it may not write the data. Add definitions for the rest of the Cr50 commands while we are here. Signed-off-by: