From: Simon Glass Date: Sun, 19 Mar 2023 19:30:12 +0000 (+1300) Subject: efi: Include GUID names with EFI app and payload X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~23^2~5 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=be73eb9dfefbf354a609f5421cfcd9c4988dc2aa;p=uboot.git 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 --- diff --git a/lib/uuid.c b/lib/uuid.c index 5ea30a66f5..96e1af3c8b 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,