]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
lib: uuid: add efi debug image info table guid
authorVincent Stehlé <vincent.stehle@arm.com>
Mon, 13 Oct 2025 14:21:09 +0000 (16:21 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 18 Oct 2025 10:00:16 +0000 (12:00 +0200)
Add the EFI Debug Image Info Table GUID to the translation table used by
uuid_guid_get_str().

This allows to print a human readable table name with `efidebug tables'
instead of "(unknown)".

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/uuid.c

index 8d99b540d9fd747f0e6fc7c0a78b858e14250de0..e0f8d55438ba709be408db9ba3033c67bc379169 100644 (file)
@@ -256,6 +256,10 @@ static const struct {
                RISCV_EFI_BOOT_PROTOCOL_GUID,
        },
 #endif
+       {
+               NULL, "EFI Debug Image Info Table",
+               EFI_DEBUG_IMAGE_INFO_TABLE_GUID,
+       },
 #endif /* CONFIG_CMD_EFIDEBUG */
 #ifdef CONFIG_CMD_NVEDIT_EFI
        /* signature database */