Re: [PATCH 1/1] lib: support SMBIOS3 table in uuid_guid_get_str()

2024-01-22 Thread Mark Kettenis
> From: Heinrich Schuchardt > 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 Reviewed-by: Mark Kettenis > --- > lib/uuid.c |

[PATCH 1/1] lib: support SMBIOS3 table in uuid_guid_get_str()

2024-01-22 Thread Heinrich Schuchardt
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 --- lib/uuid.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/uuid.c b/lib/uuid.c index 0be22bc05f7..2d7d99535e7 10064