arm-trusted-firmware/drivers/arm/gic/v3
Andre Przywara 205cf6e7a5 gicv3: Fix support for systems without secure interrupts
Accessing the interrupt_props array only happens inside a loop over
interrupt_props_num, so the GICv3 driver can cope with no secure
interrupts. This allows us to relax the asserts that insists on
a non-NULL interrupt_props pointer and at least one secure interrupt.
This enables GICv3 platforms which have no need for a secure interrupt.

This only covers the non-deprecated code paths.

Change-Id: I49db291906512f56af065772f69acb281dfbdcfb
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2018-04-03 16:45:10 +01:00
..
arm_gicv3_common.c GICv3: Fix Dist restore for when the GIC is reset 2018-01-23 17:42:49 -08: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 gicv3: Fix support for systems without secure interrupts 2018-04-03 16:45:10 +01:00
gicv3_main.c gicv3: Fix support for systems without secure interrupts 2018-04-03 16:45:10 +01:00
gicv3_private.h Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00