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:
c6f077a
)
cmd/efidebug: add firmware management protocol GUID
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 26 Feb 2021 16:57:47 +0000
(17:57 +0100)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 26 Feb 2021 15:17:43 +0000
(16:17 +0100)
Add missing GUID short text used in the efidebug tables and efidebug dh
sub-commands.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c
patch
|
blob
|
history
diff --git
a/cmd/efidebug.c
b/cmd/efidebug.c
index
bbbcb0a
..
e4030f5
100644
(file)
--- a/
cmd/efidebug.c
+++ b/
cmd/efidebug.c
@@
-507,6
+507,10
@@
static const struct {
"System Partition",
PARTITION_SYSTEM_GUID
},
+ {
+ "Firmware Management",
+ EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GUID
+ },
/* Configuration table GUIDs */
{
"ACPI table",