cmd: efidebug: Add support for TCG2 final events table
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Mon, 30 Nov 2020 09:47:41 +0000 (11:47 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 3 Dec 2020 20:22:40 +0000 (21:22 +0100)
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 <ilias.apalodimas@linaro.org>
cmd/efidebug.c

index 5288b99..70bb73b 100644 (file)
@@ -278,6 +278,10 @@ static const struct {
                "Runtime properties",
                EFI_RT_PROPERTIES_TABLE_GUID,
        },
+       {
+               "TCG2 Final Events Table",
+               EFI_TCG2_FINAL_EVENTS_TABLE_GUID,
+       },
 };
 
 /**