commit | 97236706d0c03cb83ab5307fb94fef8eb5a4351a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 31 08:25:49 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Jan 07 13:45:07 2024 -0700 |
tree | f7c9bf2182ec1741106adcad294c491bc369f947 | |
parent | 42b7da5ed8e5bb8779987880b395a48ebc308bdf [diff] |
efi: Use the correct GUID for the SMBIOS table EFI does not use the 'anchor string' to determine the SMBIOS table version, instead preferring to have two separate GUIDs. Use the correct one, depending on the table version. Call unmap_system() to balance to the use of map_sysmem() Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>