Skip to content
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

cleanup: platform: imx8: post-native Zephyr drivers switch cleanup #9077

Merged
merged 4 commits into from
Apr 29, 2024

Conversation

LaurentiuM1234
Copy link
Contributor

No description provided.

XTOS is no longer supported on imx8. As a consequence,
some calls from imx8's platform_init() have become
redundant. Remove these calls/initializations as well
as those who are redundant because of some configurations
that are not enabled (e.g: `CONFIG_TRACE`, or `CONFIG_HAVE_AGENT`).

This is a followup for thesofproject#8863.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
Commit b0cc9dc ("cleanup: platform: imx8: remove redundant
calls in platform_init()") removes function call that uses the
`timer_shared` structure so it can be dropped.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
`platform_wait_for_interrupt()` is an XTOS-only construct
so it's not needed for imx8 which is a Zephyr-only platform.
Remove it.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
Remove unneeded `include` statements. An `include` statement
is deemed as unneeded if, by removing it, the build process
will not fail.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
@LaurentiuM1234 LaurentiuM1234 marked this pull request as ready for review April 23, 2024 13:15
@kv2019i
Copy link
Collaborator

kv2019i commented Apr 25, 2024

@wszypelt Hmm, this seems stuck, can you check?

@kv2019i
Copy link
Collaborator

kv2019i commented Apr 29, 2024

@wszypelt can you check? we had some stuck PRs cleared today, but this was is still pending.

@wszypelt
Copy link

wszypelt commented Apr 29, 2024

@kv2019i I ran the tests on this PR again, unfortunately a problem occurred, so I had to add it to the queue again, the results should be available within 40 minutes

@kv2019i kv2019i merged commit 4849945 into thesofproject:main Apr 29, 2024
44 of 45 checks passed
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.

6 participants