mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 09:03:27 +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",
|
"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…
Reference in New Issue
Block a user