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

{Bp-14476} arm64: fix fvp smp faild to boot #14493

Merged
merged 4 commits into from
Oct 24, 2024

Conversation

jerpelea
Copy link
Contributor

Summary
arm64: changing the startup of arm64 SMP from serial to parallel

Impact
arm64

before
text data bss dec hex filename
262624 49985 63638 376247 5bdb7 nuttx

after
text data bss dec hex filename
262176 49921 63630 375727 5bbaf nuttx

size -520

Testing
ostest

includes
#14476

…ization

To align with the implementation of ARMv7-A, remove the operation of clearing
interrupts during GIC initialization to avoid losing interrupts during asynchronous startup.

Signed-off-by: hujun5 <[email protected]>
reason:
we should give a busy wait addr

This commit fixes the regression from apache#13640

Signed-off-by: hujun5 <[email protected]>
@jerpelea
Copy link
Contributor Author

fixes #13765

@github-actions github-actions bot added Arch: arm64 Issues related to ARM64 (64-bit) architecture Area: Board support Board support issues Size: M The size of the change in this PR is medium labels Oct 24, 2024
@xiaoxiang781216 xiaoxiang781216 merged commit 9dc3e4e into apache:releases/12.7 Oct 24, 2024
29 checks passed
@jerpelea jerpelea deleted the bp-14476 branch October 24, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: arm64 Issues related to ARM64 (64-bit) architecture Area: Board support Board support issues Size: M The size of the change in this PR is medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants