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

multicore: don't enable timer interrupts on secondary cores #8881

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

lyakh
Copy link
Collaborator

@lyakh lyakh commented Feb 26, 2024

Keep timer interrupt handling on the primary core, this avoids secondary cores failing to handle timer interrupts immediately after power on.

This fixes the IPC timeout when starting a secondary core, most frequently happening on mtl-008

Keep timer interrupt handling on the primary core, this avoids
secondary cores failing to handle timer interrupts immediately after
power on.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
@lyakh lyakh requested a review from tmleman as a code owner February 26, 2024 11:41
@lyakh
Copy link
Collaborator Author

lyakh commented Feb 26, 2024

CI: same error as, say, in https://sof-ci.01.org/sofpr/PR8859/build2818/devicetest/index.html so must be unrelated. Build failures with Zephyr's "main" are also known.

@lgirdwood lgirdwood merged commit 0e29dc6 into thesofproject:main Feb 26, 2024
40 of 44 checks passed
@lyakh lyakh deleted the 2nd_timer branch February 26, 2024 16:50
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.

3 participants