Skip to content

Commit 7507b32

Browse files
kv2019idbaluta
authored andcommitted
west.yml: update Zephyr to 9d1df132b1c + one revert
Update to Zephyr in sof/main-rebase-20240305 branch of SOF project's clone of Zephyr upstream repository. Revert one Zephyr commit "pm: Remove CURRENT_CPU macro" that is leading to failed tests in SOF CI test suite. The revert allows us to update Zephyr to a newer version and tackle the SMP boot and cache interface changes in SOF. The latest Zephyr upstream has further changes needed in SOF for platform configuration and these will require separarate changes. Link: thesofproject#8818 Link: zephyrproject-rtos/zephyr#69807 Signed-off-by: Kai Vehmanen <[email protected]>
1 parent 5ec60b3 commit 7507b32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

west.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ manifest:
4343

4444
- name: zephyr
4545
repo-path: zephyr
46-
revision: 9d1df132b1ccf28e8a8a216781ca52c6c47ed1fe
47-
remote: zephyrproject
46+
# commit in sof/main-rebase-20240305
47+
revision: f26f0bc09893616ccda461c815f083c4ce8cfcec
48+
remote: thesofproject
4849

4950
# Import some projects listed in zephyr/west.yml@revision
5051
#

0 commit comments

Comments
 (0)