-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
armv8-r/gicv3: support fiq #14929
armv8-r/gicv3: support fiq #14929
Conversation
[Experimental Bot, please feedback here] No, this PR description does not fully meet the NuttX requirements. While it provides some information, it lacks crucial details in several sections. Here's a breakdown: Missing/Insufficient Information:
Example of Improved Sections: Summary: This PR adds support for FIQ (Fast Interrupt Request) handling on ARMv8-R processors using the GICv3 interrupt controller. This is necessary to enable faster response times for critical real-time operations. The change modifies the GICv3 driver ( Impact:
Testing:
Testing logs before change:
Testing logs after change:
By providing more specific details and addressing all the required points, you can significantly improve the quality and acceptance rate of your NuttX PR. |
c13a9b2
to
c8998ff
Compare
1. support fiq decoding and dispatch 2. replace CONFIG_ARMV8R_DECODEFIQ with CONFIG_ARCH_HIPRI_INTERRUPT Signed-off-by: Jinliang Li <[email protected]>
c8998ff
to
af294ba
Compare
support fiq decoding and dispatch
Summary
support armv8r gicv3 fiq
Impact
armv8r gicv3 irq/fiq handling
Testing
armv8r cortex-r52 cpu.