• Interrupt Routing flow in GICv3
    Hi all, GIC is quite an interesting topic and interrupt controller can also be said as an most important module in an SoC that routes interrupts to the Processor. We know that there different interrupt...
  • Interrupt Routing flow in GICv3
    Hi all, GIC is quite an interesting topic and interrupt controller can also be said as an most important module in an SoC that routes interrupts to the Processor. We know that there different interrupt...
  • How interrupts are routed in EL3/EL2/EL1 mode
    Sorry for basic question, For ARM64, we have different interrupt vector table for each mode EL3/EL2/EL1 I am wondering, how a specific IRQ is routed to given mode. in GIC, I am not able to find...
  • How interrupts are routed in EL3/EL2/EL1 mode
    Sorry for basic question, For ARM64, we have different interrupt vector table for each mode EL3/EL2/EL1 I am wondering, how a specific IRQ is routed to given mode. in GIC, I am not able to find...
  • about affinity routing in GICv3 (can't understand a figure in the document)
    I was reading the document "GICv3_Software_Overview_Official_Release_B.pdf". In page 8, I see this figure. it shows for each GIC version, how the modes are set by the registers for each exception...