-
Notifications
You must be signed in to change notification settings - Fork 1.5k
arm/cortex-a,r: replace cp15 instruct to macros to align operation #13529
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
Conversation
1c69357 to
4f1d349
Compare
|
[Experimental Bot, please feedback here] Let's break down this PR against the NuttX requirements: Summary:
Impact:
Testing:
Overall: The PR has a good structure and clearly explains the technical what. However, it's weak on the why (justification) and needs more thorough impact assessment and testing details. Recommendation: Don't just state "N/A" – explain why there's no impact for each category. Provide specific testing information to build confidence in the change. |
2b0b5e2 to
03c2bb2
Compare
This is continue work of apache#13486 Discussion here: apache#13486 (comment) 1. move cp15.h to arch public 2. replace cp15 instruct to macros to align operation 3. add memory barrier to avoid compiler optimization Signed-off-by: chao an <anchao@lixiang.com>
Summary
arm/cortex-a,r: replace cp15 instruct to macros to align operation
This is continue work of #13486
Discussion here:
#13486 (comment)
Signed-off-by: chao an anchao@lixiang.com
Impact
N/A
Testing
ci-check