Skip to content

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

Signed-off-by: hujun5 <hujun5@xiaomi.com>
…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 <hujun5@xiaomi.com>
reason:
we should give a busy wait addr

This commit fixes the regression from apache#13640

Signed-off-by: hujun5 <hujun5@xiaomi.com>
@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
@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