Re: [PATCH v3] tpm: Document UEFI event log quirks

2019-07-12 Thread Jarkko Sakkinen
On Fri, 2019-07-12 at 07:55 -0700, Randy Dunlap wrote: > +Before calling ExitBootServices() Linux EFI stub copies the event log to > > +a custom configuration table defined by the stub itself. Unfortanely, > > [again:]Unfortunately, Ugh, I'm sor

Re: [PATCH v3] tpm: Document UEFI event log quirks

2019-07-12 Thread Randy Dunlap
On 7/12/19 5:49 AM, Jarkko Sakkinen wrote: > There are some weird quirks when it comes to UEFI event log. Provide a > brief introduction to TPM event log mechanism and describe the quirks > and how they can be sorted out. > > Signed-off-by: Jarkko Sakkinen > --- > v3: Add a section and use bullet

[PATCH v3] tpm: Document UEFI event log quirks

2019-07-12 Thread Jarkko Sakkinen
There are some weird quirks when it comes to UEFI event log. Provide a brief introduction to TPM event log mechanism and describe the quirks and how they can be sorted out. Signed-off-by: Jarkko Sakkinen --- v3: Add a section and use bullet list for references. Remove (invalid) author info. v