Skip to content

west.yml: update zephyr to 70969f88f53#10652

Open
tmleman wants to merge 1 commit intothesofproject:mainfrom
tmleman:topic/upstream/pr/zephyr/upgrade/26ww13
Open

west.yml: update zephyr to 70969f88f53#10652
tmleman wants to merge 1 commit intothesofproject:mainfrom
tmleman:topic/upstream/pr/zephyr/upgrade/26ww13

Conversation

@tmleman
Copy link
Contributor

@tmleman tmleman commented Mar 25, 2026

Total of 2864 commits.

Changes include:

  • 73075d7c754 xtensa: mmu: Update K_MEM_PARTITION_P_RW_U_NA macro
  • 465f488b6ab logging: mtrace: Enable thread ID prefix support
  • 4f7a485af7b logging: mtrace: Enable core ID prefix support
  • e254a97cf15 logging: add CONFIG_LOG_CORE_ID_PREFIX for multicore systems
  • 616a0a6ab10 intel_adsp: ace4: adsp_power.h: Declare intel_adsp_clock_soft_off_exit()
  • ee0cc5a6205 arch: xtensa: Add XTENSA_BACKTRACE_EXCEPTION_DUMP_HOOK Kconfig option
  • 8655e64cae6 arch: exception: Add Kconfig EXCEPTION_DUMP_HOOK_ONLY
  • 9446b09ff24 arch: xtensa: Use exception dump hook helpers in exception dumping
  • 499cdcd51cd arch: exception: Add hooks for delivering exception dumps
  • 11f89f73ebb kernel: userspace: Add k_object_access_check syscall
  • 890eb11be93 llext: memblk kconfigs in docs
  • 8bcc333e65f llext: custom sections for heap
  • c8b9adaec98 drivers: dai: intel: uaol: fix linker error
  • 93a25f7b244 xtensa: set is_fatal_error before stack bound check
  • 9842b062bb2 cpuidle: optimize out weak stub function call for !TRACING
  • 224f5f74c47 pm: device: Refine device driver initialization
  • de97ddb0e83 pm: device: Refactor power domain add/remove logic
  • ce3343422bf drivers: uaol: add streams mapping retrieval
  • e1a48417274 dts: intel_adsp: add UAOL device for ACE4
  • 33b482235a6 drivers: dai: intel: uaol: add a driver for Intel UAOL DAI
  • b50fcbd6eee drivers: uaol: add a driver for Intel UAOL IP
  • 2e9f09e12dd pm: policy: change 'greater than or equal' to 'greater than'
  • 5800f4e2fe1 pm: policy: move pm_policy_device_is_disabling_state() declaration
  • 9834dac28ad pm: policy: add NULL callback support for latency subscriptions
  • 2865d5ce0d5 pm: policy: replace DT_PROP_LEN with ARRAY_SIZE
  • af746bc8400 pm: policy: Improve the event implementation

Copilot AI review requested due to automatic review settings March 25, 2026 07:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Zephyr project pin in this repo’s west.yml manifest to pull in a newer upstream Zephyr baseline (commit 70969f88f537...), thereby incorporating a large set of upstream changes described in the PR metadata.

Changes:

  • Bump zephyr project revision in west.yml from 653ebccc49ad... to 70969f88f537....

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kv2019i
Copy link
Collaborator

kv2019i commented Mar 25, 2026

Hmm, someting wrong with sof-ci/jenkins/pr-build with new Zephyr, same as #10567 .

@kv2019i
Copy link
Collaborator

kv2019i commented Mar 25, 2026

Note: the sof-ci/jenkins/pr-build is failing due to Python reqs bumped up and the jenkins builds having too old python. Internal ticket filed.

Total of 2864 commits.

Changes include:

73075d7c754 xtensa: mmu: Update K_MEM_PARTITION_P_RW_U_NA macro
465f488b6ab logging: mtrace: Enable thread ID prefix support
4f7a485af7b logging: mtrace: Enable core ID prefix support
e254a97cf15 logging: add CONFIG_LOG_CORE_ID_PREFIX for multicore systems
616a0a6ab10 intel_adsp: ace4: adsp_power.h: Declare
            intel_adsp_clock_soft_off_exit()
ee0cc5a6205 arch: xtensa: Add XTENSA_BACKTRACE_EXCEPTION_DUMP_HOOK
            Kconfig option
8655e64cae6 arch: exception: Add Kconfig EXCEPTION_DUMP_HOOK_ONLY
9446b09ff24 arch: xtensa: Use exception dump hook helpers in exception
            dumping
499cdcd51cd arch: exception: Add hooks for delivering exception dumps
11f89f73ebb kernel: userspace: Add k_object_access_check syscall
890eb11be93 llext: memblk kconfigs in docs
8bcc333e65f llext: custom sections for heap
c8b9adaec98 drivers: dai: intel: uaol: fix linker error
93a25f7b244 xtensa: set is_fatal_error before stack bound check
9842b062bb2 cpuidle: optimize out weak stub function call for !TRACING
224f5f74c47 pm: device: Refine device driver initialization
de97ddb0e83 pm: device: Refactor power domain add/remove logic
ce3343422bf drivers: uaol: add streams mapping retrieval
e1a48417274 dts: intel_adsp: add UAOL device for ACE4
33b482235a6 drivers: dai: intel: uaol: add a driver for Intel UAOL DAI
b50fcbd6eee drivers: uaol: add a driver for Intel UAOL IP
2e9f09e12dd pm: policy: change 'greater than or equal' to 'greater than'
5800f4e2fe1 pm: policy: move pm_policy_device_is_disabling_state()
            declaration
9834dac28ad pm: policy: add NULL callback support for latency
            subscriptions
2865d5ce0d5 pm: policy: replace DT_PROP_LEN with ARRAY_SIZE
af746bc8400 pm: policy: Improve the event implementation

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
@dbaluta
Copy link
Collaborator

dbaluta commented Mar 25, 2026

@tmleman @kv2019i

FYI: This also needs the zephyr SDK 1.0.0 version to correctly build.

See Zephyr commit d204d2487697b1db7a6e67ed961f522162c80324 ("cmake: Set minimum required Zephyr SDK version to 1.0"

@kv2019i
Copy link
Collaborator

kv2019i commented Mar 25, 2026

@dbaluta wrote:

FYI: This also needs the zephyr SDK 1.0.0 version to correctly build.

See Zephyr commit d204d2487697b1db7a6e67ed961f522162c80324 ("cmake: Set minimum required Zephyr SDK version to 1.0"

Ack, that can be done in the github PR: #10649

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants