arm-trusted-firmware/drivers/arm/gic/v3
Jeenu Viswambharan 74dce7fa6e GIC: Add APIs to set interrupt type and query support
The back end GIC driver converts and assigns the interrupt type to
suitable group.

For GICv2, a build option GICV2_G0_FOR_EL3 is introduced, which
determines to which type Group 0 interrupts maps to.

 - When the build option is set 0 (the default), Group 0 interrupts are
   meant for Secure EL1. This is presently the case.

 - Otherwise, Group 0 interrupts are meant for EL3. This means the SPD
   will have to synchronously hand over the interrupt to Secure EL1.

The query API allows the platform to query whether the platform supports
interrupts of a given type.

API documentation updated.

Change-Id: I60fdb4053ffe0bd006b3b20914914ebd311fc858
Co-authored-by: Yousuf A <yousuf.sait@arm.com>
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
2017-10-16 16:50:01 +01:00
..
arm_gicv3_common.c GICv3: add functions for save and restore 2017-10-05 16:47:53 +01:00
gic500.c GICv3: add functions for save and restore 2017-10-05 16:47:53 +01:00
gic600.c GICv3: add functions for save and restore 2017-10-05 16:47:53 +01:00
gicv3_helpers.c GIC: Add APIs to enable and disable interrupt 2017-10-16 16:50:01 +01:00
gicv3_main.c GIC: Add APIs to set interrupt type and query support 2017-10-16 16:50:01 +01:00
gicv3_private.h GIC: Add APIs to enable and disable interrupt 2017-10-16 16:50:01 +01:00