mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-30 08:03:32 +08:00
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 <xypron.glpk@gmx.de>
This commit is contained in:
parent
c6f077a207
commit
a2c3f1bca4
@ -507,6 +507,10 @@ static const struct {
|
||||
"System Partition",
|
||||
PARTITION_SYSTEM_GUID
|
||||
},
|
||||
{
|
||||
"Firmware Management",
|
||||
EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GUID
|
||||
},
|
||||
/* Configuration table GUIDs */
|
||||
{
|
||||
"ACPI table",
|
||||
|
Loading…
Reference in New Issue
Block a user