sof icon indicating copy to clipboard operation
sof copied to clipboard

west.yml: update Zephyr to 5554fd17b651

Open kv2019i opened this issue 11 months ago • 4 comments

Includes following commits affecting SOF targets:

3fde2c50c6ef tracing: add intel ADSP memory window backend 6b9d01f995c7 intel_adsp/ace: power: No pending transaction before power gate 64ba1b221091 dts: nxp: imx93: add nodes for SAI3 and EDMA4

kv2019i avatar Mar 25 '24 10:03 kv2019i

@dbaluta @LaurentiuM1234 This seems to need a SOF side fix for devicetree error: Label 'sai3' appears on /dai@42660000 and on /memory@42660000

@lyakh Really don't know what to do with the sparse checks? It's not really sustainable for SOF to check for things not done in Zephyr. Can we limit these checks to SOF code?

kv2019i avatar Mar 25 '24 12:03 kv2019i

@dbaluta @LaurentiuM1234 This seems to need a SOF side fix for devicetree error: Label 'sai3' appears on /dai@42660000 and on /memory@42660000

@lyakh Really don't know what to do with the sparse checks? It's not really sustainable for SOF to check for things not done in Zephyr. Can we limit these checks to SOF code?

Thanks for the ping! Issue should be solved by https://github.com/thesofproject/sof/pull/8520 which does the transition to Zephyr native drivers on 93. Is there any way we can merge that one first? (also does a Zephyr hash bump)

LaurentiuM1234 avatar Mar 25 '24 13:03 LaurentiuM1234

@lyakh Really don't know what to do with the sparse checks? It's not really sustainable for SOF to check for things not done in Zephyr. Can we limit these checks to SOF code?

@kv2019i well, remember - it's Zephyr where sparse is actually called from, so, it would seem strange to me to have Zephyr call sparse while not letting it process Zephyr code itself

lyakh avatar Mar 26 '24 07:03 lyakh

https://github.com/zephyrproject-rtos/zephyr/issues/70725 filed for the mtl sparse zephyr warning.

kv2019i avatar Mar 26 '24 10:03 kv2019i

#8945 merged instead, closing this one.

kv2019i avatar Apr 02 '24 10:04 kv2019i