Re: [PATCH v4 2/4] efi_loader: add UEFI GPT measurement

2021-10-26 Thread Heinrich Schuchardt
On 10/26/21 10:27, Masahisa Kojima wrote: This commit adds the UEFI GPT disk partition topology measurement required in TCG PC Client Platform Firmware Profile Specification Signed-off-by: Masahisa Kojima --- Changes in v4: - update commit message - return EFI_SUCCESS if device path is NULL

[PATCH v4 2/4] efi_loader: add UEFI GPT measurement

2021-10-26 Thread Masahisa Kojima
This commit adds the UEFI GPT disk partition topology measurement required in TCG PC Client Platform Firmware Profile Specification Signed-off-by: Masahisa Kojima --- Changes in v4: - update commit message - return EFI_SUCCESS if device path is NULL - use memalign() Changes in v3: -