projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d0fd5
)
cmd: efidebug: Add support for TCG2 final events table
author
Ilias Apalodimas
<ilias.apalodimas@linaro.org>
Mon, 30 Nov 2020 09:47:41 +0000
(11:47 +0200)
committer
Heinrich 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
patch
|
blob
|
history
diff --git
a/cmd/efidebug.c
b/cmd/efidebug.c
index
5288b99
..
70bb73b
100644
(file)
--- 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,
+ },
};
/**