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 types in GICv3 among which SPI (Shared Peripheral Interrupt) is one.
Coming to the point that, can someone tell me briefly (if possible small example) how exactly the routing process takes place in GIC. To be specific, I will write my questions in point wise:
To be a bit clear, if SPI is signalled to distributor, what is the first step distributor has to do, and later on what and all the steps that could take place in the distributor.
I have gone through GICv3. I understood what a distributor/re-distributor does. But, I am eager to know how it exactly performs all those operations in a step by step manner.
I am just a beginner please help me out.
Thanks,
Rakesh.
Thank you so much for the info martin.