-
Notifications
You must be signed in to change notification settings - Fork 349
west.yml: update zephyr to 7e3c5ab2bb2 #10485
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 7e3c5ab2bb2 #10485
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Zephyr dependency to a newer revision (7e3c5ab2bb2), incorporating 471 commits that primarily focus on Intel ADSP driver improvements, IPC service enhancements, and debugging capabilities.
Changes:
- Updated Zephyr revision from 6c410584dd6 to 7e3c5ab2bb2
- Includes Intel ADSP/ACE improvements (GDB stub, DAI driver properties, IPC service updates)
- Adds Xtensa thread awareness and debugging features
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kv2019i
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lot of fails in CI, but as far as I can tell, they are mostly unrelated to the PR. It might be good @tmleman for you to do a rebase. The github flow disk space issue is now resolved in main, and issues like https://sof-ci.01.org/sofpr/PR10485/build18528/devicetest/index.html seem transient but a rerun would help to confirm.
Total of 471 commits.
Changes include:
6cab38312bd soc: intel_adsp: add GDB stub register list for ACE 4.0
00bf0915d6e llext: Skip MPU region alignment if userspace is
disabled.
72d06609af0 drivers: dai: intel: hda: implement get_properties_copy
43e45a2b502 drivers: dai: intel: dmic: implement get_properties_copy
82f28ff7745 drivers: dai: intel: alh: implement get_properties_copy
6110b9728fb drivers: dai: fix dai_config_set() syscall validation
8fb3da57f35 drivers: dai: intel: ssp: handle no properties case for
properties_copy()
a64a4325e7a drivers: dai: intel: ssp: fix indentation for
dai_ssp_get_properties_copy
cf318bb1f25 drivers: dai: fix optional use of
dai_get_properties_copy()
b98fc2740a1 soc: intel_adsp/ace40: disable spin validation on
simulator
45dd7fa9ad9 xtensa: debug: enable xtensa thread awareness
ce558ecdc31 boards: intel_adsp: add ram tags
15fa6a374ec ipc: intel_adsp: simplify host IPC service backend
4cf753bfb2e ipc_service: Add ipc_service_send_critical function
d334130d5da soc: intel_adsp/ace: skip building arch reset vector
Signed-off-by: Tomasz Leman <[email protected]>
4538a41 to
f07cf39
Compare
softwarecki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The checkpatch warning is false positive. It flag the hda identifier as a supposed misspelling, but it is correct and can be safely ignored.
|
Looks better now. There's unrelated errors on LNL (suspend test fails without audio) and PTL (Xe graphics driver error). Proceeding with merge. |
Total of 471 commits.
Changes include:
6cab38312bd soc: intel_adsp: add GDB stub register list for ACE 4.0
00bf0915d6e llext: Skip MPU region alignment if userspace is disabled.
72d06609af0 drivers: dai: intel: hda: implement get_properties_copy
43e45a2b502 drivers: dai: intel: dmic: implement get_properties_copy
82f28ff7745 drivers: dai: intel: alh: implement get_properties_copy
6110b9728fb drivers: dai: fix dai_config_set() syscall validation
8fb3da57f35 drivers: dai: intel: ssp: handle no properties case for properties_copy()
a64a4325e7a drivers: dai: intel: ssp: fix indentation for dai_ssp_get_properties_copy
cf318bb1f25 drivers: dai: fix optional use of dai_get_properties_copy()
b98fc2740a1 soc: intel_adsp/ace40: disable spin validation on simulator
45dd7fa9ad9 xtensa: debug: enable xtensa thread awareness
ce558ecdc31 boards: intel_adsp: add ram tags
15fa6a374ec ipc: intel_adsp: simplify host IPC service backend
4cf753bfb2e ipc_service: Add ipc_service_send_critical function
d334130d5da soc: intel_adsp/ace: skip building arch reset vector