Re: [PATCH 1/1] efi_selftest: provide unit test for the EFI_TCG2_PROTOCOL

2020-11-13 Thread Ilias Apalodimas
On Sat, Nov 14, 2020 at 04:45:18AM +0100, Heinrich Schuchardt wrote: > Provide a minimal test for the EFI_TCG2_PROTOCOL. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_selftest/Makefile| 1 + > lib/efi_selftest/efi_selftest_tcg2.c | 75 > 2 files

[PATCH 1/1] efi_selftest: provide unit test for the EFI_TCG2_PROTOCOL

2020-11-13 Thread Heinrich Schuchardt
Provide a minimal test for the EFI_TCG2_PROTOCOL. Signed-off-by: Heinrich Schuchardt --- lib/efi_selftest/Makefile| 1 + lib/efi_selftest/efi_selftest_tcg2.c | 75 2 files changed, 76 insertions(+) create mode 100644 lib/efi_selftest/efi_selftest_tcg2.c