[PATCH 1/1] lib: uuid: add EFI_PARTITION_INFO_PROTOCOL_GUID translation
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sun Dec 7 12:18:45 CET 2025
Add support for translating the EFI_PARTITION_INFO_PROTOCOL_GUID
to a text.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
lib/uuid.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lib/uuid.c b/lib/uuid.c
index e0f8d55438b..0a166320e07 100644
--- a/lib/uuid.c
+++ b/lib/uuid.c
@@ -139,6 +139,10 @@ static const struct {
NULL, "Disk IO",
EFI_DISK_IO_PROTOCOL_GUID,
},
+ {
+ NULL, "Partition Info",
+ EFI_PARTITION_INFO_PROTOCOL_GUID,
+ },
{
NULL, "Simple File System",
EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID,
--
2.51.0
More information about the U-Boot
mailing list