]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commit91cc06bcab76dd4b9d07c221b4962283f0984c8e
treefafce57ec527b2586e599584a8e31028507aa23e
parentb92d0f78dc04f6f7dd8b67cb9ea1bc1dc3b51aa6
lib: support SMBIOS3 table in uuid_guid_get_str()

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