[PATCH v5 06/12] efi: Use the correct GUID for the SMBIOS table
Simon Glass
sjg at chromium.org
Mon Jan 8 01:16:12 CET 2024
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 at chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
---
(no changes since v2)
Changes in v2:
- Add a note about why unmap_system() is called
include/efi_api.h | 4 ++++
lib/efi_loader/efi_smbios.c | 12 ++++++++++--
2 files changed, 14 insertions(+), 2 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list