arm-trusted-firmware/plat/arm/board/juno
Jeenu Viswambharan b2c363b132 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>
2017-10-16 16:50:02 +01:00
..
aarch32 juno: Fix AArch32 build 2017-06-20 15:14:01 +01:00
aarch64 juno: Fix bug in plat_get_my_entrypoint 2017-09-06 14:44:56 +01:00
include ARM platforms: Migrate to using interrupt properties 2017-10-16 16:50:02 +01:00
sp_min mem_protect: Add mem_protect support in Juno and FVP for DRAM1 2017-09-25 13:32:20 +01:00
tsp Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
juno_bl1_setup.c Fix order of ARM platform #includes 2017-07-14 10:50:40 +01:00
juno_bl2_setup.c CSS: Changes for SDS framework 2017-09-06 15:32:20 +01:00
juno_decl.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
juno_def.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
juno_err.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
juno_security.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
juno_stack_protector.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
juno_topology.c Add SCMI support for Juno platform 2017-06-05 13:32:17 +01:00
juno_trng.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
platform.mk Add support for TBBR using ECDSA keys in ARM platforms 2017-09-22 09:48:36 +08:00