-
Notifications
You must be signed in to change notification settings - Fork 318
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 3bcaa6f8d63 #9338
west.yml: update zephyr to 3bcaa6f8d63 #9338
Conversation
Total of 391 commits. Changes include: 44464c4d4fc drivers: dai: intel: ssp: Introduce DMA control set API 5084decbc46 drivers: dai: intel: ssp: Refactor TLV parsing into a separate function 230709e4ae6 include: dai: Introduce runtime DAI configuration update API 1497f77cc89 intel: adsp: make SRAM power-off configurable 293fa118df9 intel: adsp: fix firmware image in IMR overwriting Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
848ba52
to
ec377e8
Compare
Total of 391 commits. This commit was added only for the purpose of enabling testing of changes in CI (Zephyr update contains the required changes in DAI SSP). The Zephyr update is done in a separate PR: thesofproject#9338 Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
Nice try, thanks @tmleman. Unfortunately, we have a new, unrelated regression and crash: UPDATE: it's a complex issue but there is a way to avoid the failure in the BIOS configuration. |
EDIT: off-topic and moved to new issue #9343 The fuzzing crash is also worrying, @andyross could you help?
EDIT: somehow this was run again and is passing now: https://github.com/thesofproject/sof/actions/runs/10144692547/job/28093942074?pr=9338 Fuzzing is typically non-deterministic. |
SOFCI TEST |
I have another PR with the same update and there was no failure there. Locally, I initially couldn't hit it either. That's why I did a rerun of fuzzing for this PR. |
Thanks for all the off-topic testing and investigation! I just filed new #9343 to move this (yet other...) distraction away from this PR. Well known LNL failures in https://sof-ci.01.org/sofpr/PR9338/build6792/devicetest/index.html |
Total of 391 commits.
Changes include:
44464c4d4fc drivers: dai: intel: ssp: Introduce DMA control set API
5084decbc46 drivers: dai: intel: ssp: Refactor TLV parsing into a separate function
230709e4ae6 include: dai: Introduce runtime DAI configuration update API
1497f77cc89 intel: adsp: make SRAM power-off configurable
293fa118df9 intel: adsp: fix firmware image in IMR overwriting