Re: [PATCH v2 1/6] efi_loader: increase eventlog buffer size

2021-07-14 Thread Heinrich Schuchardt
On 7/14/21 3:00 PM, Masahisa Kojima wrote: TCG PC Client PFP spec says "The Log Area Minimum Length for the TCG event log MUST be at least 64KB." in ACPI chapter. This commit increase the buffer size to 64KB. Signed-off-by: Masahisa Kojima Reviewed-by: Heinrich Schuchardt --- Changes i

[PATCH v2 1/6] efi_loader: increase eventlog buffer size

2021-07-14 Thread Masahisa Kojima
TCG PC Client PFP spec says "The Log Area Minimum Length for the TCG event log MUST be at least 64KB." in ACPI chapter. This commit increase the buffer size to 64KB. Signed-off-by: Masahisa Kojima --- Changes in v2: - increase buffer size to 64KB, it follows the minimum size requirement stated