diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-01-16 19:46:38 +0300 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-01-19 18:16:33 +0300 |
commit | 38040a63a3e838a1eeb56c7d18875be485b14f5c (patch) | |
tree | 3a898e3fbb0f3b8dd7f8fb268b8dfcff6f838814 /lib | |
parent | 7884a0986d18be5ab98b5374bd8bacd031c883a9 (diff) | |
download | u-boot-38040a63a3e838a1eeb56c7d18875be485b14f5c.tar.xz |
efi_loader: printing TCG2 protocol GUID
We support the TCG2 protocol. Allow command efidebug to print it.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/uuid.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/uuid.c b/lib/uuid.c index 3ffaab7d15..24571ef5fb 100644 --- a/lib/uuid.c +++ b/lib/uuid.c @@ -184,6 +184,10 @@ static const struct { EFI_DT_FIXUP_PROTOCOL_GUID, }, { + "TCG2", + EFI_TCG2_PROTOCOL_GUID, + }, + { "System Partition", PARTITION_SYSTEM_GUID }, |