Re: [PATCH 04/19] smbios: cleanup smbios_get_tables() from legacy handling

2024-02-28 Thread Ani Sinha
> On 27-Feb-2024, at 21:17, Igor Mammedov wrote: > > smbios_get_tables() bails out right away if leagacy mode is enabled > and won't generate any SMBIOS tables. At the same time x86 specific > fw_cfg_build_smbios() will genarate legacy tables and then proceed > to preparing temporary mem_array

[PATCH 04/19] smbios: cleanup smbios_get_tables() from legacy handling

2024-02-27 Thread Igor Mammedov
smbios_get_tables() bails out right away if leagacy mode is enabled and won't generate any SMBIOS tables. At the same time x86 specific fw_cfg_build_smbios() will genarate legacy tables and then proceed to preparing temporary mem_array for useless call to smbios_get_tables() and then discard it. D