Uh oh!
There was an error while loading. Please reload this page.
[TEST] Update to a recent Zephyr hash, containing minimum fixes - #8901
Closed
lyakh wants to merge 2 commits into
Closed
[TEST] Update to a recent Zephyr hash, containing minimum fixes#8901lyakh wants to merge 2 commits into
lyakh wants to merge 2 commits into
Conversation
This changes the secondary core power up routine to use the newly introduced k_smp_cpu_start() and k_smp_cpu_resume(). This removes the need to mirror part of the SMP start up code from Zephyr, and no longer need to call into Zephyr private kernel code. West update includes : eefaeee061c8 kernel: smp: introduce k_smp_cpu_resume 042cb6ac4e00 soc: intel_adsp: enable DfTTS-based time stamping on ACE platforms 6a0b1da158a4 soc: intel_adsp: call framework callback function for restore e7217925c93e ace: use a 'switch' statement in pm_state_set() c99a604bbf2c ace: remove superfluous variable initialisation a0ac2faf9bde intel_adsp: ace: enable power domain 4204ca9bcb3f ace: fix DSP panic during startup (fixes c3a6274bf5e4) d4b0273ab0c4 cmake: sparse.template: add COMMAND_ERROR_IS_FATAL ca12fd13c6d3 xtensa: intel_adsp: fix a cache handling error 0ee1e28a2f5f xtensa: polish doxygen and add to missing doc 035c8d8ceb4b xtensa: remove sys_define_gpr_with_alias() a64eec6aaeec xtensa: remove XTENSA_ERR_NORET Signed-off-by: Daniel Leung <daniel.leung@intel.com> Signed-off-by: Rander Wang <rander.wang@intel.com> [guennadi.liakhovetski@linux.intel.com: update Zephyr hversion] Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
z_soc_uncached_ptr() / z_soc_cached_ptr() have been removed from Zephyr and replaced with sys_cache_uncached_ptr_get() and sys_cache_cached_ptr_get() respectively. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
lyakh
requested review from
dabekjakub, dbaluta, kv2019i, lbetlej, lgirdwood, mmaka1, plbossart and tmleman
as code ownersMarch 5, 2024 09:48
Collaborator
Hmm, @lyakh didn't work out, we got a panic: ASSERTION FAIL [!z_smp_cpu_mobile()] @ ZEPHYR_BASE/subsys/pm/pm.c:133 Hmm... this was supposed to be fixed already, but alas we are still seeing it. See discussion in zephyrproject-rtos/zephyr#68234 and zephyrproject-rtos/zephyr#67863 |
kv2019i added a commit
to thesofproject/zephyr
that referenced
this pull request
Mar 5, 2024
This reverts commit b9d4b9d. Needed to avoid assert in SOF CI test run as seen on thesofproject/sof#8901 Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
lyakh
commented
Mar 5, 2024
CollaboratorAuthor
dropping this in favour of #8903 |
serhiy-katsyuba-intel pushed a commit
to serhiy-katsyuba-intel/zephyr
that referenced
this pull request
Mar 6, 2024
This reverts commit b9d4b9d. Needed to avoid assert in SOF CI test run as seen on thesofproject/sof#8901 Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
kv2019i added a commit
to kv2019i/zephyr
that referenced
this pull request
Mar 7, 2024
This reverts commit b9d4b9d. Needed to avoid assert in SOF CI test run as seen on thesofproject/sof#8901 Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A subset of #8732