mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 11:55:03 +00: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
1 changed files with 4 additions and 0 deletions
|
@ -507,6 +507,10 @@ static const struct {
|
||||||
"System Partition",
|
"System Partition",
|
||||||
PARTITION_SYSTEM_GUID
|
PARTITION_SYSTEM_GUID
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Firmware Management",
|
||||||
|
EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GUID
|
||||||
|
},
|
||||||
/* Configuration table GUIDs */
|
/* Configuration table GUIDs */
|
||||||
{
|
{
|
||||||
"ACPI table",
|
"ACPI table",
|
||||||
|
|
Loading…
Add table
Reference in a new issue