ARM platforms: Migrate to using interrupt properties
An earlier patch added provision for the platform to provide secure
interrupt properties. ARM platforms already has a list of interrupts
that fall into different secure groups.

This patch defines macros that enumerate interrupt properties in the
same fashion, and points the driver driver data to a list of interrupt
properties rather than list of secure interrupts on ARM platforms.  The
deprecated interrupt list definitions are however retained to support
legacy builds.

Configuration applied to individual interrupts remain unchanged, so no
runtime behaviour change expected.

NOTE: Platforms that use the arm/common function
plat_arm_gic_driver_init() must replace their PLAT_ARM_G1S_IRQS and
PLAT_ARM_G0_IRQS macro definitions with PLAT_ARM_G1S_IRQ_PROPS and
PLAT_ARM_G0_IRQ_PROPS macros respectively, using the provided
INTR_PROP_DESC macro.

Change-Id: I24d643b83e3333753a3ba97d4b6fb71e16bb0952
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
1 parent c639e8e commit b2c363b1321348383347a48982d14922c559ad92
@Jeenu Viswambharan Jeenu Viswambharan authored on 22 Sep 2017
Showing 7 changed files
View
include/drivers/arm/gic_v2.h
View
include/plat/arm/common/arm_def.h
View
include/plat/arm/css/common/css_def.h
View
plat/arm/board/fvp/include/platform_def.h
View
plat/arm/board/juno/include/platform_def.h
View
plat/arm/common/arm_gicv2.c
View
plat/arm/common/arm_gicv3.c