From 9aeb380277aa5fd962c7b39e52dd56a2a6e06754 Mon Sep 17 00:00:00 2001 From: Ilias Apalodimas Date: Mon, 16 Nov 2020 08:52:41 +0200 Subject: efi_loader: tcg2 protocol updates On pull reuqest https://lists.denx.de/pipermail/u-boot/2020-November/432735.html V4 of the patchset was sent instead of the v5. This is the v4->v5 missing diff Signed-off-by: Ilias Apalodimas --- include/efi_tcg2.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/efi_tcg2.h b/include/efi_tcg2.h index 4214f76..86b8fe4 100644 --- a/include/efi_tcg2.h +++ b/include/efi_tcg2.h @@ -18,8 +18,6 @@ /* TPMV2 only */ #define TCG2_EVENT_LOG_FORMAT_TCG_2 0x00000002 -/* SHA1, SHA256, SHA384, SHA512, TPM_ALG_SM3_256 */ -#define MAX_HASH_COUNT 5 /* Algorithm Registry */ #define EFI_TCG2_BOOT_HASH_ALG_SHA1 0x00000001 #define EFI_TCG2_BOOT_HASH_ALG_SHA256 0x00000002 -- cgit v1.1