thesofproject / sof

Sound Open Firmware
Other
563 stars 319 forks source link

west.yml: update zephyr to f537cf311d7 #9659

Closed tmleman closed 5 days ago

tmleman commented 1 week ago

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

kv2019i commented 1 week ago

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

lyakh commented 1 week ago

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 https://github.com/thesofproject/sof/pull/9662/commits/efb8a528162b97d8e86a974af5e198953730dafd) just need to wait for the CI to test. Locally it does fix it

lgirdwood commented 1 week ago

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 ?

lyakh commented 1 week ago

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 https://github.com/zephyrproject-rtos/zephyr/pull/81145

tmleman commented 6 days ago

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.