Re: [PATCH 1/3] tpm: sandbox: Support self-test continue in emulator

2023-10-30 Thread Ilias Apalodimas
On Sun, Oct 29, 2023 at 05:28:12PM +1300, Simon Glass wrote: > Add support for the self-test continue command in the TPM v1.2 emulator, > to match the functionality in the TPM v2 emulator. > > Signed-off-by: Simon Glass > --- > > drivers/tpm/tpm_tis_sandbox.c | 1 + > 1 file changed, 1 insertio

[PATCH 1/3] tpm: sandbox: Support self-test continue in emulator

2023-10-28 Thread Simon Glass
Add support for the self-test continue command in the TPM v1.2 emulator, to match the functionality in the TPM v2 emulator. Signed-off-by: Simon Glass --- drivers/tpm/tpm_tis_sandbox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tpm/tpm_tis_sandbox.c b/drivers/tpm/tpm_tis_sandbo