aboutsummaryrefslogtreecommitdiff
path: root/lib/uuid.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-03-20 08:30:12 +1300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-03-25 11:07:22 +0100
commit4e5e49a3c7108c07a739c1f3fbd865e67fbef868 (patch)
tree93c87e475c8e301f5ef46deefbd0a121e2564002 /lib/uuid.c
parentac93275d79f85a169006a07e6a669b78970f381d (diff)
downloadu-boot-4e5e49a3c7108c07a739c1f3fbd865e67fbef868.zip
u-boot-4e5e49a3c7108c07a739c1f3fbd865e67fbef868.tar.gz
u-boot-4e5e49a3c7108c07a739c1f3fbd865e67fbef868.tar.bz2
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>
Diffstat (limited to 'lib/uuid.c')
-rw-r--r--lib/uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uuid.c b/lib/uuid.c
index 5ea30a6..96e1af3 100644
--- a/lib/uuid.c
+++ b/lib/uuid.c
@@ -102,7 +102,7 @@ static const struct {
{"lvm", PARTITION_LINUX_LVM_GUID},
{"u-boot-env", PARTITION_U_BOOT_ENVIRONMENT},
#endif
-#ifdef CONFIG_CMD_EFIDEBUG
+#if defined(CONFIG_CMD_EFIDEBUG) || defined(CONFIG_EFI)
{
"Device Path",
EFI_DEVICE_PATH_PROTOCOL_GUID,