Re: [edk2] [PATCH v2 6/8] ovmf: link with Tcg2Pei module

2018-03-08 Thread Laszlo Ersek
On 03/08/18 19:20, Laszlo Ersek wrote: > On 03/07/18 16:57, marcandre.lur...@redhat.com wrote: >> From: Marc-André Lureau >> >> This module will initialize TPM device, measure reported FVs and BIOS >> version. We keep both SHA-1 and SHA-256 for the TCG 1.2 log format >> compatibility, but the SHA-

Re: [edk2] [PATCH v2 6/8] ovmf: link with Tcg2Pei module

2018-03-08 Thread Laszlo Ersek
On 03/07/18 16:57, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > This module will initialize TPM device, measure reported FVs and BIOS > version. We keep both SHA-1 and SHA-256 for the TCG 1.2 log format > compatibility, but the SHA-256 measurements and TCG 2 log format are > n

[edk2] [PATCH v2 6/8] ovmf: link with Tcg2Pei module

2018-03-07 Thread marcandre . lureau
From: Marc-André Lureau This module will initialize TPM device, measure reported FVs and BIOS version. We keep both SHA-1 and SHA-256 for the TCG 1.2 log format compatibility, but the SHA-256 measurements and TCG 2 log format are now recommended. Cc: Laszlo Ersek Cc: Stefan Berger Contributed-