summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-11-21 16:04:39 +0300
committerTom Rini <trini@konsulko.com>2020-11-21 16:04:39 +0300
commit12e396303c487c9f0fdf8d36d31a97cd2dada643 (patch)
treeb76cea804b8721d05b693f1502265cd188a1e3d6 /include
parent5b8991c667f7d584af9a365c93e9b8c87e5e7422 (diff)
parent7e5875a85689d762bde58a587a7d531667358ee4 (diff)
downloadu-boot-12e396303c487c9f0fdf8d36d31a97cd2dada643.tar.xz
Merge tag 'efi-2021-01-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2021-01-rc3 (2) The parameter check for UEFI service GetNextVariableName() is corrected. The dependencies of CONFIG_DFU_TFTP are simplified. The set of supported hash algorithms reported by the EFI_TCG2_PROTOCOL is corrected.
Diffstat (limited to 'include')
-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