Re: [PATCH] tpm: Get TCG log from TPM2 ACPI table for tpm2 systems

2019-06-24 Thread Jarkko Sakkinen
On Sun, 2019-06-23 at 20:47 -0700, Jordan Hand wrote: > For TPM2-based systems, retrieve the TCG log from the TPM2 ACPI table. > > Signed-off-by: Jordan Hand Please write a proper long description that describes where such thing is defined and used if you feel like refining this and sending v2.

[PATCH] tpm: Get TCG log from TPM2 ACPI table for tpm2 systems

2019-06-23 Thread Jordan Hand
For TPM2-based systems, retrieve the TCG log from the TPM2 ACPI table. Signed-off-by: Jordan Hand --- drivers/char/tpm/eventlog/acpi.c | 67 +++- 1 file changed, 48 insertions(+), 19 deletions(-) diff --git a/drivers/char/tpm/eventlog/acpi.c