Hi ,
When the GIC is inherent part of the ARM processor then why INTC is used . As per my understanding , it is used with the GPC module ( General Power Controller) .
But why it is required with GPC when all the interrupts are being served by GIC itself ? Please suggest.
Regards,
Aditya Nagal
Hi Aditya
in some low power modes arm complex (core, gic) is powered off as described in
Table 21-1. Low Power Modes Linux Manual from Linux documentation on below link.
So gic is not able to process interrupts. GPC is used for that purpose to wake processor.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------