Re: [PATCH v2 2/3] efi_loader: add UEFI GPT measurement

2021-10-01 Thread Ilias Apalodimas
On Fri, Oct 01, 2021 at 04:37:40PM +0900, Masahisa Kojima wrote: > On Tue, 28 Sept 2021 at 05:21, Ilias Apalodimas > wrote: > > > > On Tue, Sep 21, 2021 at 04:19:30PM +0900, Masahisa Kojima wrote: > > > This commit adds the UEFI GPT disk partition topology > > > measurement required in TCG PC Clie

Re: [PATCH v2 2/3] efi_loader: add UEFI GPT measurement

2021-10-01 Thread Masahisa Kojima
On Tue, 28 Sept 2021 at 05:21, Ilias Apalodimas wrote: > > On Tue, Sep 21, 2021 at 04:19:30PM +0900, Masahisa Kojima wrote: > > This commit adds the UEFI GPT disk partition topology > > measurement required in TCG PC Client PFP Spec. > > > > Signed-off-by: Masahisa Kojima > > --- > > > > (no chan

Re: [PATCH v2 2/3] efi_loader: add UEFI GPT measurement

2021-09-27 Thread Ilias Apalodimas
On Tue, Sep 21, 2021 at 04:19:30PM +0900, Masahisa Kojima wrote: > This commit adds the UEFI GPT disk partition topology > measurement required in TCG PC Client PFP Spec. > > Signed-off-by: Masahisa Kojima > --- > > (no changes since v1) > > include/blk.h | 3 + > include/efi

[PATCH v2 2/3] efi_loader: add UEFI GPT measurement

2021-09-21 Thread Masahisa Kojima
This commit adds the UEFI GPT disk partition topology measurement required in TCG PC Client PFP Spec. Signed-off-by: Masahisa Kojima --- (no changes since v1) include/blk.h | 3 + include/efi_loader.h | 2 +- include/efi_tcg2.h| 12 +++ lib/efi_loader/