-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
west.yml: update zephyr to f537cf311d7 #9659
west.yml: update zephyr to f537cf311d7 #9659
Conversation
DSP panic on LNL -> https://sof-ci.01.org/sofpr/PR9659/build9349/devicetest/index.html?model=LNLM_RVP_HDA&testcase=check-playback-10sec marking as DNM until rootcaused |
I think commits, added in #9662 should fix this panic (specifically efb8a52) just need to wait for the CI to test. Locally it does fix it |
@lyakh can you create a PR for the fix, we can merge here first to unblock the Zephyr upgrade ? |
@lgirdwood sure #9662 but it also needs zephyrproject-rtos/zephyr#81145 |
Total of 256 commits. Changes include: f556a760819 driver: ssp: Refactor SSP driver to use SSP_IP_VER for version checks 5cf2cb6a37d soc: intel_adsp: ace: Use DT macros instead of hardcoded values 946aeaa7e8d soc: intel_adsp: ace: Remove obsolete HPSRAM power change macro 2d997082fce soc: intel_adsp: ace: Update power_down to use new HPSRAM power-down macro f447d10b0a0 soc: intel_adsp: ace: Add macro to power down entire HPSRAM e0977dccd85 dts: xtensa: intel: Add hsbcap register node for ADSP ACE platforms f810b5d292d soc: intel_adsp: ace: Clean up macro indentation in power_down.S 095bc56a575 soc: intel_adsp: ace: Ensure TLB entry for HW registers during power-down a8ac02f9adc drivers: dma: intel-adsp-gpdma: Account for LLPL wrapping 8469084dfae release: Zephyr v4.0.0 Signed-off-by: Tomasz Leman <[email protected]>
ae1d378
to
8d9a2cf
Compare
I have reduced the scope of the update. In the new version, I am making a jump to the version before the changes related to LLEXT. |
Total of 256 commits.
Changes include:
f556a760819 driver: ssp: Refactor SSP driver to use SSP_IP_VER for version checks
5cf2cb6a37d soc: intel_adsp: ace: Use DT macros instead of hardcoded values
946aeaa7e8d soc: intel_adsp: ace: Remove obsolete HPSRAM power change macro
2d997082fce soc: intel_adsp: ace: Update power_down to use new HPSRAM power-down macro
f447d10b0a0 soc: intel_adsp: ace: Add macro to power down entire HPSRAM
e0977dccd85 dts: xtensa: intel: Add hsbcap register node for ADSP ACE platforms
f810b5d292d soc: intel_adsp: ace: Clean up macro indentation in power_down.S
095bc56a575 soc: intel_adsp: ace: Ensure TLB entry for HW registers during power-down
a8ac02f9adc drivers: dma: intel-adsp-gpdma: Account for LLPL wrapping
8469084dfae release: Zephyr v4.0.0