mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 00:11:32 +00:00
efi: Include GUID names with EFI app and payload
These are currently only available when running with EFI_LOADER. Expand this to include the app and payload, since it is useful to be able to decode things there. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ac93275d79
commit
4e5e49a3c7
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ static const struct {
|
||||||
{"lvm", PARTITION_LINUX_LVM_GUID},
|
{"lvm", PARTITION_LINUX_LVM_GUID},
|
||||||
{"u-boot-env", PARTITION_U_BOOT_ENVIRONMENT},
|
{"u-boot-env", PARTITION_U_BOOT_ENVIRONMENT},
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_CMD_EFIDEBUG
|
#if defined(CONFIG_CMD_EFIDEBUG) || defined(CONFIG_EFI)
|
||||||
{
|
{
|
||||||
"Device Path",
|
"Device Path",
|
||||||
EFI_DEVICE_PATH_PROTOCOL_GUID,
|
EFI_DEVICE_PATH_PROTOCOL_GUID,
|
||||||
|
|
Loading…
Add table
Reference in a new issue