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)
commit841a68788b75750f0cd259db70b404d5e0ab3408
tree2df6bd5830bb0e58ccb12d238af0f319dbfe74d9
parentac59ac1b7cfe25dd09164cbe3b29c470474a8dad
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é <vincent.stehle@arm.com>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/uuid.c