diff mbox series

[3/3,v2] cmd: efidebug: Add support for TCG2 final events table

Message ID 20201130094742.2088573-4-ilias.apalodimas@linaro.org
State Accepted, archived
Commit 94e78200244c076e3343fd8105ffa77d73327025
Delegated to: Heinrich Schuchardt
Headers show
Series extend EFI_TCG2_PROTOCOL support | expand

Commit Message

Ilias Apalodimas Nov. 30, 2020, 9:47 a.m. UTC
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 | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/cmd/efidebug.c b/cmd/efidebug.c
index 5288b9920b4d..70bb73ba025f 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,
+	},
 };
 
 /**