Add support for translating the EFI_PARTITION_INFO_PROTOCOL_GUID to a text.
Signed-off-by: Heinrich Schuchardt <[email protected]> --- 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

