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

2021-10-22 Thread Masahisa Kojima
Hi Simon, On Sat, 2 Oct 2021 at 00:23, Simon Glass wrote: > > Hi Masahisa, > > On Fri, 1 Oct 2021 at 05:19, 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 > > ---

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

2021-10-03 Thread Masahisa Kojima
On Sat, 2 Oct 2021 at 01:28, Heinrich Schuchardt wrote: > > > > On 10/1/21 13:18, 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 > > --- > > > > Changes in v3: > > -

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

2021-10-01 Thread Heinrich Schuchardt
On 10/1/21 13:18, 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 --- Changes in v3: - EV_EFI_GPT_EVENT is measured before EV_SEPARATOR, same as other PCRs - use PTR_ARRAY instead

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

2021-10-01 Thread Simon Glass
Hi Masahisa, On Fri, 1 Oct 2021 at 05:19, 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 > --- > > Changes in v3: > - EV_EFI_GPT_EVENT is measured before EV_SEPARATOR, same as

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

2021-10-01 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 --- Changes in v3: - EV_EFI_GPT_EVENT is measured before EV_SEPARATOR, same as other PCRs - use PTR_ARRAY instead of ARRAY - create sub-function of allocating