]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
lib: support SMBIOS3 table in uuid_guid_get_str()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 22 Jan 2024 13:04:35 +0000 (14:04 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Jan 2024 13:17:55 +0000 (14:17 +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@canonical.com>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
lib/uuid.c

index 0be22bc05f7810f3aa5d06cee4d8385f6c5382e0..2d7d99535e727d3d03cf0d2f33e4c38514542dc1 100644 (file)
@@ -176,6 +176,10 @@ static const struct {
                "SMBIOS table",
                SMBIOS_TABLE_GUID,
        },
+       {
+               "SMBIOS3 table",
+               SMBIOS3_TABLE_GUID,
+       },
        {
                "Runtime properties",
                EFI_RT_PROPERTIES_TABLE_GUID,