diff --git a/scripts/xtensa-build-zephyr.py b/scripts/xtensa-build-zephyr.py index 8a1c8fafcb5f..bb6c4a81068c 100755 --- a/scripts/xtensa-build-zephyr.py +++ b/scripts/xtensa-build-zephyr.py @@ -894,7 +894,7 @@ def build_platforms(): # cavstool and friends shutil.copytree(pathlib.Path(west_top) / - "zephyr" / "soc" / "xtensa" / "intel_adsp" / "tools", + "zephyr" / "soc" / "intel" / "intel_adsp" / "tools", tools_output_dir, symlinks=True, ignore_dangling_symlinks=True, dirs_exist_ok=True) diff --git a/src/audio/base_fw.c b/src/audio/base_fw.c index cd9b3b00dece..3940672396bb 100644 --- a/src/audio/base_fw.c +++ b/src/audio/base_fw.c @@ -13,7 +13,7 @@ #include #include #include -#if defined(CONFIG_SOC_SERIES_INTEL_ACE) +#if defined(CONFIG_SOC_SERIES_INTEL_ADSP_ACE) #include #endif @@ -24,7 +24,7 @@ #include /* TODO: Remove platform-specific code, see https://github.com/thesofproject/sof/issues/7549 */ -#if defined(CONFIG_SOC_SERIES_INTEL_ACE) || defined(CONFIG_INTEL_ADSP_CAVS) +#if defined(CONFIG_SOC_SERIES_INTEL_ADSP_ACE) || defined(CONFIG_INTEL_ADSP_CAVS) # define INTEL_ADSP 1 #endif @@ -421,7 +421,7 @@ static int basefw_power_state_info_get(uint32_t *data_offset, char *data) static int fw_config_set_force_l1_exit(const struct sof_tlv *tlv) { -#if defined(CONFIG_SOC_SERIES_INTEL_ACE) +#if defined(CONFIG_SOC_SERIES_INTEL_ADSP_ACE) const uint32_t force = tlv->value[0]; if (force) { diff --git a/src/ipc/CMakeLists.txt b/src/ipc/CMakeLists.txt index 8fc26acb7e3f..bcae454871b4 100644 --- a/src/ipc/CMakeLists.txt +++ b/src/ipc/CMakeLists.txt @@ -19,7 +19,7 @@ zephyr_library_sources( dma-copy.c ) -if (CONFIG_SOC_SERIES_INTEL_CAVS_V25 OR CONFIG_SOC_SERIES_INTEL_ACE) +if (CONFIG_SOC_SERIES_INTEL_CAVS_V25 OR CONFIG_SOC_SERIES_INTEL_ADSP_ACE) zephyr_library_sources( ipc-zephyr.c ) diff --git a/src/ipc/ipc4/helper.c b/src/ipc/ipc4/helper.c index b4c1deace1ab..c038af6a1097 100644 --- a/src/ipc/ipc4/helper.c +++ b/src/ipc/ipc4/helper.c @@ -25,7 +25,7 @@ #include /* TODO: Remove platform-specific code, see https://github.com/thesofproject/sof/issues/7549 */ -#if defined(CONFIG_SOC_SERIES_INTEL_ACE) || defined(CONFIG_INTEL_ADSP_CAVS) +#if defined(CONFIG_SOC_SERIES_INTEL_ADSP_ACE) || defined(CONFIG_INTEL_ADSP_CAVS) #define RIMAGE_MANIFEST 1 #endif diff --git a/west.yml b/west.yml index bdd9165d241a..f16ea59d167e 100644 --- a/west.yml +++ b/west.yml @@ -43,9 +43,8 @@ manifest: - name: zephyr repo-path: zephyr - # commit in sof/main-rebase-20240305 - revision: f26f0bc09893616ccda461c815f083c4ce8cfcec - remote: thesofproject + revision: 0d5a670f4f073ff2185221b76afc1998a08a4074 + remote: zephyrproject # Import some projects listed in zephyr/west.yml@revision # diff --git a/zephyr/CMakeLists.txt b/zephyr/CMakeLists.txt index 5a871a1ab027..3b1dcafc3208 100644 --- a/zephyr/CMakeLists.txt +++ b/zephyr/CMakeLists.txt @@ -178,7 +178,7 @@ if (CONFIG_SOC_SERIES_INTEL_CAVS_V25) endif() # Intel ACE 1.5 and newer platforms -if (CONFIG_SOC_SERIES_INTEL_ACE) +if (CONFIG_SOC_SERIES_INTEL_ADSP_ACE) # Platform sources zephyr_library_sources(