west.yml: update zephyr to a805a054fe1f#10765
Conversation
Total of 935 commits.
Changes include:
a13fd968e132 soc: intel: Add support for dts RAM configuration
1d935da70029 kernel: Add support for dts RAM configuration
96d1142210e3 arch: Add support for dts RAM configuration
8509270a0e34 kernel: poll timeout: Fix race condition
1b8c7a3038d9 kernel: thread timeout: Fix race condition
667c3184d6e8 logging: log_output: Fix formatting of function prefix
e1434e141ecf logging: fix immediate clean output locking on SMP
1296dc85e332 kernel: timer: make k_timer_start duration match documented
semantics
2e2202af616c kernel: timeout: make z_add_timeout round-up conditional on
announce
d157b3da193d kernel: timeout: keep announce_remaining stable across
same-tick group
827ce93035bc soc: kernel: use configdefault for CONFIG_SMP
603fa4818e8f drivers: timer: assert sys_clock lock held where required
1dc47344d0a2 kernel: use arch_cpu_irqs_are_enabled() for IRQ-state
probes
01b3821fd933 kernel: spinlock: provide z_spin_is_locked() for UP builds
c91e5e1390f3 kernel: move atomic_c.c to lib/os
cc6136628341 kernel: move errno from kernel to lib/libc/common
81ccaca788db kernel: ensure kheap.c is linked for static heap
initialization
39b23fa582d8 kernel: bypass k_heap_free() in k_free() to avoid scheduler
locking
db7a5e80a47b kernel: move bootargs out of kernel into lib/os.
9fe4cc20a2b5 kernel: move boot banner into lib/os
f7c6f1d92110 soc: intel_adsp: ace30: extend hwreg0 MMU range
814cfb41191a soc: intel_adsp: ace40: extend hwreg0 MMU range
1bc5f0543c4d drivers: counter: introduce counter capture api
e81266be2bfe arch: add arch_cpu_irqs_are_enabled() primitive
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
There was a problem hiding this comment.
Pull request overview
This PR bumps the Zephyr project revision pinned in SOF’s west.yml manifest to a805a054fe1f59a21259d0975dced68169974954, pulling in the upstream Zephyr changes enumerated in the PR description (935 commits) for the SOF Zephyr-based build/workflow.
Changes:
- Update the
zephyrprojectrevisioninwest.ymlfromc162980efd9a...toa805a054fe1f....
|
@thesofproject/nxp there's a imx95 fail with recent Zephyr main: |
|
@lgirdwood There's also a regression in SOF's build system on Windows caused by changes in Zephyr. We should also address this somehow. Currently investigating, initially it looks like changes in LLEXT. |
|
Thanks for the investigation and pinpointing the issue. |
@pillo79 , thanks for taking interest. I tested the proposed solution but unfortunately it didn't solve the problem. I asked AI for help and it was able to prepare two solutions but only one works. Below you'll find links to drafts in Zephyr and to pull requests in SOF that point to them to confirm the effectiveness of the solution. If you find time, please take a look at them and comment. If the working solution suits you, I'll file an issue and prepare a PR. |
Total of 935 commits.
Changes include:
a13fd968e132 soc: intel: Add support for dts RAM configuration
1d935da70029 kernel: Add support for dts RAM configuration
96d1142210e3 arch: Add support for dts RAM configuration
8509270a0e34 kernel: poll timeout: Fix race condition
1b8c7a3038d9 kernel: thread timeout: Fix race condition
667c3184d6e8 logging: log_output: Fix formatting of function prefix
e1434e141ecf logging: fix immediate clean output locking on SMP
1296dc85e332 kernel: timer: make k_timer_start duration match documented semantics
2e2202af616c kernel: timeout: make z_add_timeout round-up conditional on announce
d157b3da193d kernel: timeout: keep announce_remaining stable across same-tick group
827ce93035bc soc: kernel: use configdefault for CONFIG_SMP
603fa4818e8f drivers: timer: assert sys_clock lock held where required
1dc47344d0a2 kernel: use arch_cpu_irqs_are_enabled() for IRQ-state probes
01b3821fd933 kernel: spinlock: provide z_spin_is_locked() for UP builds
c91e5e1390f3 kernel: move atomic_c.c to lib/os
cc6136628341 kernel: move errno from kernel to lib/libc/common
81ccaca788db kernel: ensure kheap.c is linked for static heap initialization
39b23fa582d8 kernel: bypass k_heap_free() in k_free() to avoid scheduler locking
db7a5e80a47b kernel: move bootargs out of kernel into lib/os.
9fe4cc20a2b5 kernel: move boot banner into lib/os
f7c6f1d92110 soc: intel_adsp: ace30: extend hwreg0 MMU range
814cfb41191a soc: intel_adsp: ace40: extend hwreg0 MMU range
1bc5f0543c4d drivers: counter: introduce counter capture api
e81266be2bfe arch: add arch_cpu_irqs_are_enabled() primitive