Skip to content

Commit

Permalink
cmd/efidebug: add firmware management protocol GUID
Browse files Browse the repository at this point in the history
Add missing GUID short text used in the efidebug tables and efidebug dh
sub-commands.

Signed-off-by: Heinrich Schuchardt <[email protected]>
  • Loading branch information
xypron committed Feb 26, 2021
1 parent c6f077a commit a2c3f1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/efidebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,10 @@ static const struct {
"System Partition",
PARTITION_SYSTEM_GUID
},
{
"Firmware Management",
EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GUID
},
/* Configuration table GUIDs */
{
"ACPI table",
Expand Down

0 comments on commit a2c3f1b

Please sign in to comment.