diff options
author | Tom Rini | 2021-02-27 08:06:10 -0500 |
---|---|---|
committer | Tom Rini | 2021-02-27 08:06:10 -0500 |
commit | 9935050b443a7beda368e7fedb1f8611653eeedb (patch) | |
tree | abb9031f6343ebf18ac7e28391a65704c72c9adf /cmd | |
parent | 08cca188c120b8337600091c94dc0e211cd03e10 (diff) | |
parent | a2c3f1bca4bf21371d041d1de589039aa3459e91 (diff) |
Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-04-rc3-2
Bug fixes:
* debug build for mkeficapsule
* limit output length for VenHw, VenMedia
* ACPI tables must be in EfiACPIReclaimMemory
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", |