Re: [PATCH v2 2/3] efi_loader: check tcg2 protocol installation outside the TCG protocol

2021-12-09 Thread Ilias Apalodimas
On Tue, 7 Dec 2021 at 07:11, Masahisa Kojima wrote: > > There are functions that calls tcg2_agile_log_append() outside > of the TCG protocol invocation (e.g tcg2_measure_pe_image). > These functions must to check that TCG2 protocol is installed. > If not, measurement shall be skipped. > > Signed-o

[PATCH v2 2/3] efi_loader: check tcg2 protocol installation outside the TCG protocol

2021-12-06 Thread Masahisa Kojima
There are functions that calls tcg2_agile_log_append() outside of the TCG protocol invocation (e.g tcg2_measure_pe_image). These functions must to check that TCG2 protocol is installed. If not, measurement shall be skipped. Signed-off-by: Masahisa Kojima --- No update since v1 lib/efi_loader/e