cmd/efidebug: add firmware management protocol GUID
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 26 Feb 2021 16:57:47 +0000 (17:57 +0100)
committerHeinrich 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

index bbbcb0a..e4030f5 100644 (file)
@@ -507,6 +507,10 @@ static const struct {
                "System Partition",
                PARTITION_SYSTEM_GUID
        },
+       {
+               "Firmware Management",
+               EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GUID
+       },
        /* Configuration table GUIDs */
        {
                "ACPI table",