[PATCH 1/1] lib: uuid: add EFI_PARTITION_INFO_PROTOCOL_GUID translation
Ilias Apalodimas
ilias.apalodimas at linaro.org
Mon Dec 8 08:33:41 CET 2025
On Sun, 7 Dec 2025 at 13:19, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Add support for translating the EFI_PARTITION_INFO_PROTOCOL_GUID
> to a text.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> ---
> 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