From: Vincent Stehlé Date: Mon, 13 Oct 2025 14:21:09 +0000 (+0200) Subject: lib: uuid: add efi debug image info table guid X-Git-Tag: v2026.01-rc1~20^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=841a68788b75750f0cd259db70b404d5e0ab3408;p=thirdparty%2Fu-boot.git lib: uuid: add efi debug image info table guid 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é Cc: Tom Rini Reviewed-by: Heinrich Schuchardt --- diff --git a/lib/uuid.c b/lib/uuid.c index 8d99b540d9f..e0f8d55438b 100644 --- a/lib/uuid.c +++ b/lib/uuid.c @@ -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 */