Re: [PATCH v2 14/20] efi: x86: Use the installed SMBIOS tables

2023-08-17 Thread Ilias Apalodimas
On Fri, 18 Aug 2023 at 04:19, Heinrich Schuchardt wrote: > > > > Am 18. August 2023 02:26:53 MESZ schrieb Simon Glass : > >U-Boot sets up the SMBIOS tables during startup. Rather than creating a > >new set, install the existing ones. Rely on the ACPI table's memory-map > >record to cover the table

Re: [PATCH v2 14/20] efi: x86: Use the installed SMBIOS tables

2023-08-17 Thread Heinrich Schuchardt
Am 18. August 2023 02:26:53 MESZ schrieb Simon Glass : >U-Boot sets up the SMBIOS tables during startup. Rather than creating a >new set, install the existing ones. Rely on the ACPI table's memory-map >record to cover the tables. > >Tidy up the installation-condition code while we are here. > >S

[PATCH v2 14/20] efi: x86: Use the installed SMBIOS tables

2023-08-17 Thread Simon Glass
U-Boot sets up the SMBIOS tables during startup. Rather than creating a new set, install the existing ones. Rely on the ACPI table's memory-map record to cover the tables. Tidy up the installation-condition code while we are here. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch