summaryrefslogtreecommitdiff
path: root/include/efi_tcg2.h
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2020-11-16 09:52:41 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-11-21 09:26:16 +0300
commit9aeb380277aa5fd962c7b39e52dd56a2a6e06754 (patch)
tree062e7d88b7d115a6f39d171fbaaff28146054b6d /include/efi_tcg2.h
parentc32479d1d2d9f0b0a56b674993860825a79dc3cc (diff)
downloadu-boot-9aeb380277aa5fd962c7b39e52dd56a2a6e06754.tar.xz
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 <ilias.apalodimas@linaro.org>
Diffstat (limited to 'include/efi_tcg2.h')
-rw-r--r--include/efi_tcg2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/efi_tcg2.h b/include/efi_tcg2.h
index 4214f767ea..86b8fe4c01 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