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

Improve imx6 smp stability #325

Merged
merged 4 commits into from
Feb 20, 2020
Merged

Conversation

masayuki2009
Copy link
Contributor

Summary

  • This PR improves i.mx6 SMP stability by changing SMP related logic to be same as armv7-m SMP (such as LC823450 and CXD56XX)
  • With this change, ostest passed on QEMU (4cores enabled)

Impact

  • This PR affects Cortex-A SMP and i.mx6 architectures

Limitations / TODO

Testing

  • I tested this PR with both sabre-6quad:smp and sabre-6quad:nsh (QEMU only)

NOTE: SMP related behaviour will be same as armv7-m SMP

Signed-off-by: Masayuki Ishikawa <[email protected]>
Signed-off-by: Masayuki Ishikawa <[email protected]>
Enable optimization and generate debug symbols.
Enable scheduler instrumentation and spinlock irq.
Add applications such as hello, ostest and taskset.

Signed-off-by: Masayuki Ishikawa <[email protected]>
@xiaoxiang781216 xiaoxiang781216 linked an issue Feb 20, 2020 that may be closed by this pull request
@patacongo patacongo merged commit 28ec6ca into apache:master Feb 20, 2020
@masayuki2009 masayuki2009 deleted the fix_imx6_smp branch March 20, 2020 01:07
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.

SMP for Cortex-A MPcore is unstable
2 participants