-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to native Zephyr support for imx8MP #9608
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you should now be able to followup and start removing old code ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool, only minor comments. I guess we need to delay approval until Zephyr side PR is merged.
4a47d32
to
6fd41c7
Compare
Changes since v1:
|
6fd41c7
to
e042553
Compare
e042553
to
2ba3d02
Compare
@dbaluta I assume you will remove the DNM when you are happy with Zephyr PR and with internal validation ? |
@lgirdwood yes. Zephyr PR is all approved and waiting now to be merged |
This includes: - switching all topologies from DMA domain to timer domain. - interrupt related fixes done via CONFIG_IMX8M. - remove SOF standalone drivers from compilation Signed-off-by: Daniel Baluta <[email protected]>
2ba3d02
to
f19b7b4
Compare
@lgirdwood Ready to be merged once #9761 is merged. |
@wszypelt good to merge ? this PR is for not tested by Intel CI. |
This enables sai3 and sdma3 nodes and also adds host dma node used by SOF. Signed-off-by: Daniel Baluta <[email protected]>
f19b7b4
to
eb567d2
Compare
Retrigger build after west.yml update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
good to merge |
With this series all NXP i.MX8 support is using Zephyr native drivers.
This depends on