Re: [PATCH 4/5] efi: Use the correct GUID for the SMBIOS table

2023-10-08 Thread Heinrich Schuchardt
On 10/8/23 23:36, Simon Glass wrote: 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. Signed-off-by: Simon Glass --- include/efi_api.h | 4 lib/efi_

[PATCH 4/5] efi: Use the correct GUID for the SMBIOS table

2023-10-08 Thread Simon Glass
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. Signed-off-by: Simon Glass --- include/efi_api.h | 4 lib/efi_loader/efi_smbios.c | 12 ++-- 2