west.yml: update Zephyr to 492517b918d26#8235
west.yml: update Zephyr to 492517b918d26#8235dbaluta wants to merge 1 commit intothesofproject:mainfrom
Conversation
Contains 700+ commits, including following directly affecting SOF with i.MX: 492517b918 west.yml: Update NXP HAL SDK to 2.14 It also pulls in following commits affecting SOF targets: a5d1fd9857 soc: adsp: clk: update clock switch flow 9656056b19 dts: adsp: ace20: remove lp clock 50f0e223e8 dts: adsp: ace15: remove lp clock cf6d5f95b6 adsp: clk: ace: select ipll if wovrco is unavailable 2d835e1b29 dts: adsp: ace20: replace hp with ipll clock dcecda859c dts: adsp: ace15: replace hp with ipll clock 2f2689e3d3 intel_adsp: ace15: shim: update wovrco request bit Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
|
Looks like MTL build fails for zephyr. Sent the following PR to fix it: zephyrproject-rtos/zephyr#62854 Also, I think we should upgrade zephyr main at least once a week to avoid pulling too many changes at once. |
|
@tmleman @dbaluta Is it ok we merge first the PR that gets a clean CI pass? I don't think we need to wait for #8212 (I don't see a hard dependency), but #8182 is not passing yet. We've had some transient issues (network issues resulting in failures) in CI, but it is possible we have some regression with upstream Zephyr, so we need to check the results carefully. |
@tmleman @dbaluta @kv2019i |
Indeed. It is triggered by this PR because the sparse daily build looks OK: Please save the links, they can be hard to find after force-pushes (yet another sign Github does not like force pushes) https://github.com/thesofproject/sof/actions/runs/6247162197/job/16959223474?pr=8235 |
|
@kv2019i this one now passing internal and Jenkins CI for Intel based devices. |
|
Sparse failure bisected to the switch to PICOLIBC:
|
|
SOFCI TEST |
|
@iuliana-prodan can you please create a PR with this update. will close mine as i'm not really able to update it on the phon3 :) |
|
Unless there are git conflicts, a git rebase is never required (and discouraged byhttps://docs.zephyrproject.org/latest/contribute/contributor_expectations.html#workflow-suggestions-that-help-reviewers)
Just FYI. |
|
@iuliana-prodan @dbaluta @tmleman is working on an update in #8182 |
Contains 700+ commits, including following directly affecting SOF with i.MX:
492517b918 west.yml: Update NXP HAL SDK to 2.14
It also pulls in following commits affecting SOF targets:
a5d1fd9857 soc: adsp: clk: update clock switch flow
9656056b19 dts: adsp: ace20: remove lp clock
50f0e223e8 dts: adsp: ace15: remove lp clock
cf6d5f95b6 adsp: clk: ace: select ipll if wovrco is unavailable
2d835e1b29 dts: adsp: ace20: replace hp with ipll clock
dcecda859c dts: adsp: ace15: replace hp with ipll clock
2f2689e3d3 intel_adsp: ace15: shim: update wovrco request bit