Uh oh!
There was an error while loading. Please reload this page.
nxp: imx93_a55: Switch to timer domain and Zephyr native drivers - #8520
Conversation
d109da1 to
f918c12Comparelgirdwood
commented
Nov 24, 2023
@LaurentiuM1234 I'm guessing someone from NXP will test after Zephyr PRs merge and update topologies to use timer ? |
LaurentiuM1234
commented
Nov 24, 2023
The Zephyr PRs will only affect i.MX93 which has one topology that's updated in this PR |
Uh oh!
There was an error while loading. Please reload this page.
07b432a to
a7e1110CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a7e1110 to
ad8eee1Comparead8eee1 to
30facc4CompareLaurentiuM1234
commented
Nov 29, 2023
V2 updates
|
keqiaozhang
commented
Nov 30, 2023
SOFCI TEST |
30facc4 to
c4e8bd1CompareLaurentiuM1234
commented
Dec 4, 2023
V3 updates
|
lgirdwood
commented
Dec 18, 2023
@LaurentiuM1234@dbaluta I've penciled in for v2.9. |
c4e8bd1 to
a05626fCompareLaurentiuM1234
commented
Jan 17, 2024
V4 updates
|
a05626f to
7b8ea93Comparedbaluta
commented
Jan 17, 2024
There is some issues with compilation on Windows: https://github.com/thesofproject/sof/actions/runs/7555242327/job/20569791161?pr=8520 |
LaurentiuM1234
commented
Jan 17, 2024
That's normal ATM. Since we're still missing the EDMA driver, I can't bump up the Zephyr revision. |
dbaluta
commented
Jan 17, 2024
Thanks! Now i see the DNM tag. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ec6fbc8 to
314825cCompareLaurentiuM1234
commented
Jan 25, 2024
V5 updates:
|
3ae68ab to
f45fa54CompareLaurentiuM1234
commented
Feb 1, 2024
V6 updates
A few notes:
|
@lgirdwood@kv2019i do we, by any chance, have an ETA on the fix for the SMP-related issues? It would be very helpful. Thanks! EDIT: just found #8818 tracking this. Sorry for the unnecessary ping! |
kv2019i
commented
Mar 4, 2024
We are very close to unblocking Zephyr updates now, but as there are still issues, we'll do SOF2.9 with old Zephyr baseline. I'll bump this to 2.10. |
f45fa54 to
49c66b8CompareLaurentiuM1234
commented
Mar 11, 2024
V7 updates
|
Bump up Zephyr revision to fetch a Zephyr version that
contains the following patch:
1) 64ba1b221091c343f7cca79a7970981eb1ff3a35
("dts: nxp: imx93: add nodes for SAI3 and EDMA4")
This is required for the transition to Zephyr native drivers
on i.MX93.
Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>49c66b8 to
af38974CompareThis commit introduces the necessary changes to the overlay and configuration files required for enabling the Zephyr native SAI, EDMA and HOST DMA drivers on i.MX93. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
Starting with this commit, i.MX93 now uses the timer domain in conjunction with the Zephyr native drivers. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
LaurentiuM1234
commented
Mar 22, 2024
V8 updates
|
With this PR, the i.MX93 platform will now start using the timer domain in conjunction with the Zephyr native drivers.
Zephyr dependencies:
Important notes: