Re: [PATCH 09/19] smbios: build legacy mode code only for 'pc' machine

2024-03-04 Thread Igor Mammedov
On Mon, 4 Mar 2024 15:23:00 +0100 Igor Mammedov wrote: > On Mon, 4 Mar 2024 16:25:03 +0530 > Ani Sinha wrote: > > > > On 27-Feb-2024, at 21:17, Igor Mammedov wrote: > > > > > > basically moving code around without functional change. > > > And exposing some symbols so that they could be shared

Re: [PATCH 09/19] smbios: build legacy mode code only for 'pc' machine

2024-03-04 Thread Igor Mammedov
On Mon, 4 Mar 2024 16:25:03 +0530 Ani Sinha wrote: > > On 27-Feb-2024, at 21:17, Igor Mammedov wrote: > > > > basically moving code around without functional change. > > And exposing some symbols so that they could be shared > > between smbbios.c and new smbios_legacy.c > > > > plus some meson

Re: [PATCH 09/19] smbios: build legacy mode code only for 'pc' machine

2024-03-04 Thread Ani Sinha
> On 27-Feb-2024, at 21:17, Igor Mammedov wrote: > > basically moving code around without functional change. > And exposing some symbols so that they could be shared > between smbbios.c and new smbios_legacy.c > > plus some meson magic to build smbios_legacy.c only > for 'pc' machine and othe

[PATCH 09/19] smbios: build legacy mode code only for 'pc' machine

2024-02-27 Thread Igor Mammedov
basically moving code around without functional change. And exposing some symbols so that they could be shared between smbbios.c and new smbios_legacy.c plus some meson magic to build smbios_legacy.c only for 'pc' machine and otherwise replace it with stub if not selected. Signed-off-by: Igor Mam