From 7507b32e3bc7add780af46e3c6bb0f733ada9817 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Tue, 5 Mar 2024 13:35:28 +0200 Subject: [PATCH] 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: https://github.com/thesofproject/sof/issues/8818 Link: https://github.com/zephyrproject-rtos/zephyr/issues/69807 Signed-off-by: Kai Vehmanen --- west.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/west.yml b/west.yml index 45cdbd7d5..bdd9165d2 100644 --- a/west.yml +++ b/west.yml @@ -43,8 +43,9 @@ manifest: - name: zephyr repo-path: zephyr - revision: 9d1df132b1ccf28e8a8a216781ca52c6c47ed1fe - remote: zephyrproject + # commit in sof/main-rebase-20240305 + revision: f26f0bc09893616ccda461c815f083c4ce8cfcec + remote: thesofproject # Import some projects listed in zephyr/west.yml@revision #