[PATCH 1/1] lib: support SMBIOS3 table in uuid_guid_get_str()
Mark Kettenis
mark.kettenis at xs4all.nl
Mon Jan 22 14:46:33 CET 2024
> From: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> Date: Mon, 22 Jan 2024 14:04:35 +0100
>
> As we support installing SMBIOS3 tables in U-Boot we need to add this GUID
> to the translation table used buy uuid_guid_get_str().
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
Reviewed-by: Mark Kettenis <kettenis at openbsd.org>
> ---
> lib/uuid.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/lib/uuid.c b/lib/uuid.c
> index 0be22bc05f7..2d7d99535e7 100644
> --- a/lib/uuid.c
> +++ b/lib/uuid.c
> @@ -176,6 +176,10 @@ static const struct {
> "SMBIOS table",
> SMBIOS_TABLE_GUID,
> },
> + {
> + "SMBIOS3 table",
> + SMBIOS3_TABLE_GUID,
> + },
> {
> "Runtime properties",
> EFI_RT_PROPERTIES_TABLE_GUID,
> --
> 2.43.0
>
>
More information about the U-Boot
mailing list