From: Ilias Apalodimas Date: Mon, 30 Nov 2020 09:47:41 +0000 (+0200) Subject: cmd: efidebug: Add support for TCG2 final events table X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=94e78200244c076e3343fd8105ffa77d73327025;p=u-boot.git cmd: efidebug: Add support for TCG2 final events table A previous commit is adding EFI_TCG2_PROTOCOL, which in it's eventlog support registers an EFI configuration table. Let's add the necessary GUID so 'efidebug table' command can display table names properly. Signed-off-by: Ilias Apalodimas --- diff --git a/cmd/efidebug.c b/cmd/efidebug.c index 5288b9920b..70bb73ba02 100644 --- a/cmd/efidebug.c +++ b/cmd/efidebug.c @@ -278,6 +278,10 @@ static const struct { "Runtime properties", EFI_RT_PROPERTIES_TABLE_GUID, }, + { + "TCG2 Final Events Table", + EFI_TCG2_FINAL_EVENTS_TABLE_GUID, + }, }; /**