diff options
| author | Heinrich Schuchardt <[email protected]> | 2021-02-26 17:57:47 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2021-02-26 16:17:43 +0100 |
| commit | a2c3f1bca4bf21371d041d1de589039aa3459e91 (patch) | |
| tree | 91adc37b3874d8a3c7e069172ecfbae1d716ba5e /cmd | |
| parent | c6f077a207921df8259170916ae9a2952b1fcd71 (diff) | |
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 <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/efidebug.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/efidebug.c b/cmd/efidebug.c index bbbcb0a5464..e4030f514a6 100644 --- 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", |
