Skip to content
Snippets Groups Projects
Commit a2c3f1bc authored by Heinrich Schuchardt's avatar Heinrich Schuchardt :speech_balloon:
Browse files

cmd/efidebug: add firmware management protocol GUID


Add missing GUID short text used in the efidebug tables and efidebug dh
sub-commands.

Signed-off-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent c6f077a2
No related branches found
No related tags found
No related merge requests found
......@@ -507,6 +507,10 @@ static const struct {
"System Partition",
PARTITION_SYSTEM_GUID
},
{
"Firmware Management",
EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GUID
},
/* Configuration table GUIDs */
{
"ACPI table",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment