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
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
> 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
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