Anas Nashif
Anas Nashif
thought more about all of this. In the ideal world and looking down the path of supporting products with multi-arch SoCs, an SoC (as we have it today) would be...
> BTW, I added below info about test instances. Please remove this, this might look helpful running on one test and one platform, but it will flood the screen when...
How much of the transition from v1 to v2 can be scripted to help with mass migration of boards and SoCs? What are the key spots where manual intevention and...
Wondering if it would make sense to move the v2 structures for both boards and socs into a completely new folder and drop the v2 naming completely, this way the...
``` west boards | grep mps3 mps3 ``` then... ``` i9:zephyr(board_soc_scheme_v2): west build -b mps3 samples/hello_world -- west build: making build dir /home/nashif/zephyrproject/zephyr/build pristine -- west build: generating a build...
we are adding some duplication in the naming and constant repition of names, so something like this: `intel_socfpga_agilex5_socdk` ends up using the long form being` intel_socfpga_agilex5_socdk/intel_socfpga_agilex5`. We should look into...
> * `intel_adsp_cavs25_tgph` changed to `intel_adsp_cavs25/intel_tgl_adsp/tgph` oh wow, not nice at all, @tejlmand, we need away for this to be shorter and to the point, lots of redundancy in that...
> As said before, if there is only one soc then you can omit the soc, i.e. `intel_adsp_cavs25//tgph`, that should only be omitted by users on the command line though,...
@tejlmand @nordicjm btw, there is something very wrong here, SOF failing to build and picking kconfigs from some completely unrelated _defconfig file (for CONFIG_MULTICORE defined in SOF). Looks like some...
Thought about it a bit and played with this PR, I think it makes much more sense to have a revised structure that will give us something like this: ```...