Re: [PATCH v9 14/19] tpm: Ensure tpm is in known state at startup

2024-08-15 Thread Daniel P. Smith
On 6/4/24 16:14, Jarkko Sakkinen wrote: On Fri May 31, 2024 at 4:03 AM EEST, Ross Philipson wrote: From: "Daniel P. Smith" When tis core initializes, it assumes all localities are closed. There s/tis_core/tpm_tis_core/ Ack. are cases when this may not be the case. This commit addresses t

Re: [PATCH v9 14/19] tpm: Ensure tpm is in known state at startup

2024-06-04 Thread Jarkko Sakkinen
On Fri May 31, 2024 at 4:03 AM EEST, Ross Philipson wrote: > From: "Daniel P. Smith" > > When tis core initializes, it assumes all localities are closed. There s/tis_core/tpm_tis_core/ > are cases when this may not be the case. This commit addresses this by > ensuring all localities are closed b

[PATCH v9 14/19] tpm: Ensure tpm is in known state at startup

2024-05-30 Thread Ross Philipson
From: "Daniel P. Smith" When tis core initializes, it assumes all localities are closed. There are cases when this may not be the case. This commit addresses this by ensuring all localities are closed before initializing begins. Signed-off-by: Daniel P. Smith Signed-off-by: Ross Philipson ---