Re: [PATCH v8 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

2020-07-02 Thread Jarkko Sakkinen
On Fri, Jun 26, 2020 at 11:39:48AM -0400, Stefan Berger wrote: > From: Stefan Berger > > In case a TPM2 is attached, search for a TPM2 ACPI table when trying > to get the event log from ACPI. If one is found, use it to get the > start and length of the log area. This allows non-UEFI systems,

[PATCH v8 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

2020-06-26 Thread Stefan Berger
From: Stefan Berger In case a TPM2 is attached, search for a TPM2 ACPI table when trying to get the event log from ACPI. If one is found, use it to get the start and length of the log area. This allows non-UEFI systems, such as SeaBIOS, to pass an event log when using a TPM2. Signed-off-by: