How can we route the GICv2 interrupt to the particular core ? ( I have A55 Quard core CPU )
Do we have any example or sample code or any sequence for setting the GIC register ?
How can we route the GICv2 interrupt to the particular core ? ( I have A55 Quard core CPU )
Do we have any example or sample code or any sequence for setting the GIC register ?
Hi all,
ARM® Generic Interrupt Controller - Architecture version 2.0
In GICv2 (2.3.1 Interrupt signal bypass, and GICv2 bypass disable --- Page 2-27)
it is mentioned that CPU interface optionally includes Interrupt signal bypass. i have read that concept…
Hi All,
i went through this link
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0471g/BABGCFHB.html
and related a53 vector table implementation.
in this regard, i have a question
1. Say a processor gets stuck in exception handler due…
Design Reviews are a service offered by Arm whereby expert engineers visit our partners to perform a detailed review of a particular stage of the design cycle. Based on that review they can provide feedback, best practice advice…
Hi All,
I am facing issue where, in the event of multiple interrupts on GIC in close vicinity, I am unable to decide on which interrupt has been asserted, to service them properly.
Details:-
This is a simulation Setup.
This is a multicore(4) system with…
Hello all,
There is one thing which is unclear for me in GICv2.
GICv3 spec. explicitly says "SGIs and PPIs must be deactivated by the PE that activated the interrupt. SPIs can be deactivated by a different PE. "
In GICv2 I don't find anything…