@@ -92,18 +92,6 @@ class PlatformConfig:
9292# These cannot be built by everyone out of the box yet.
9393# For instance: there's no open-source toolchain available for them yet.
9494extra_platform_configs = {
95- "nvl" : PlatformConfig (
96- "intel" , "intel_adsp/ace40/nvl" ,
97- f"RI-2022.10{ xtensa_tools_version_postfix } " ,
98- "ace4px_HiFi5MMU_PIF_nlib" ,
99- ipc4 = True
100- ),
101- "nvl-s" : PlatformConfig (
102- "intel" , "intel_adsp/ace40/nvls" ,
103- f"RI-2022.10{ xtensa_tools_version_postfix } " ,
104- "ace4px_HiFi5MMU_PIF_nlib" ,
105- ipc4 = True
106- ),
10795 "wcl-sim" : PlatformConfig (
10896 "intel" , "intel_adsp/ace30/wcl/sim" ,
10997 f"RI-2022.10{ xtensa_tools_version_postfix } " ,
@@ -197,7 +185,18 @@ class PlatformConfig:
197185 "ace30_LX7HiFi4_PIF" ,
198186 ipc4 = True
199187 ),
200-
188+ "nvl" : PlatformConfig (
189+ "intel" , "intel_adsp/ace40/nvl" ,
190+ f"RI-2022.10{ xtensa_tools_version_postfix } " ,
191+ "ace4px_HiFi5MMU_PIF_nlib" ,
192+ ipc4 = True
193+ ),
194+ "nvl-s" : PlatformConfig (
195+ "intel" , "intel_adsp/ace40/nvls" ,
196+ f"RI-2022.10{ xtensa_tools_version_postfix } " ,
197+ "ace4px_HiFi5MMU_PIF_nlib" ,
198+ ipc4 = True
199+ ),
201200 # NXP platforms
202201 "imx8" : PlatformConfig (
203202 "imx" , "imx8qm_mek/mimx8qm6/adsp" ,
0 commit comments