Re: [PATCH v5 09/12] efi: smbios: Drop support for SMBIOS2 tables

2024-01-07 Thread Simon Glass
On 12/31/23 16:25, Simon Glass wrote: > Only the v3 table is supported now, so always use this when installing > the EFI table. > > Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt > --- > > Changes in v5: > - Add new patch to drop support for SMBIOS2 tables with EFI > > lib/efi_lo

Re: [PATCH v5 09/12] efi: smbios: Drop support for SMBIOS2 tables

2023-12-31 Thread Heinrich Schuchardt
On 12/31/23 16:25, Simon Glass wrote: Only the v3 table is supported now, so always use this when installing the EFI table. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- Changes in v5: - Add new patch to drop support for SMBIOS2 tables with EFI lib/efi_loader/efi_smbi

[PATCH v5 09/12] efi: smbios: Drop support for SMBIOS2 tables

2023-12-31 Thread Simon Glass
Only the v3 table is supported now, so always use this when installing the EFI table. Signed-off-by: Simon Glass --- Changes in v5: - Add new patch to drop support for SMBIOS2 tables with EFI lib/efi_loader/efi_smbios.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib