RE: [EXTERNAL] [PATCH] config/arm: fix meson for native instruction set Arm CPUs

2025-03-27 Thread Pavan Nikhilesh Bhagavatula
> Hi Gregory, > > > Arm meson.build unconditionally relays on the `extra_features` > > member of SoC configuration. > > > > SoC dictionary is populated for Arm CPUs with generic instruction set > > only. > > For Arm CPUs with native CPU instruction set the SoC dictionary is > > empty. > > > > meso

Re: [EXTERNAL] [PATCH] config/arm: fix meson for native instruction set Arm CPUs

2025-03-19 Thread Thomas Monjalon
19/03/2025 12:10, Pavan Nikhilesh Bhagavatula: > > Hi Gregory, > > > > > Arm meson.build unconditionally relays on the `extra_features` > > > member of SoC configuration. > > > > > > SoC dictionary is populated for Arm CPUs with generic instruction set > > > only. > > > For Arm CPUs with native CP

RE: [EXTERNAL] [PATCH] config/arm: fix meson for native instruction set Arm CPUs

2025-03-19 Thread Pavan Nikhilesh Bhagavatula
Hi Gregory, > Arm meson.build unconditionally relays on the `extra_features` > member of SoC configuration. > > SoC dictionary is populated for Arm CPUs with generic instruction set > only. > For Arm CPUs with native CPU instruction set the SoC dictionary is > empty. > > meson setup failed for

[PATCH] config/arm: fix meson for native instruction set Arm CPUs

2025-03-19 Thread Gregory Etelson
Arm meson.build unconditionally relays on the `extra_features` member of SoC configuration. SoC dictionary is populated for Arm CPUs with generic instruction set only. For Arm CPUs with native CPU instruction set the SoC dictionary is empty. meson setup failed for the BlueField-3 because it belon