mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
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>
This commit is contained in:
parent
b92d0f78dc
commit
91cc06bcab
1 changed files with 4 additions and 0 deletions
|
@ -176,6 +176,10 @@ static const struct {
|
|||
"SMBIOS table",
|
||||
SMBIOS_TABLE_GUID,
|
||||
},
|
||||
{
|
||||
"SMBIOS3 table",
|
||||
SMBIOS3_TABLE_GUID,
|
||||
},
|
||||
{
|
||||
"Runtime properties",
|
||||
EFI_RT_PROPERTIES_TABLE_GUID,
|
||||
|
|
Loading…
Add table
Reference in a new issue