Rework use of interconnect drivers
ARM Trusted Firmware supports 2 different interconnect peripheral
drivers: CCI and CCN. ARM platforms are implemented using either of the
interconnect peripherals.

This patch adds a layer of abstraction to help ARM platform ports to
choose the right interconnect driver and corresponding platform support.
This is as described below:

1. A set of ARM common functions have been implemented to initialise an
interconnect and for entering/exiting a cluster from coherency. These
functions are prefixed as "plat_arm_interconnect_". Weak definitions of
these functions have been provided for each type of driver.

2.`plat_print_interconnect_regs` macro used for printing CCI registers is
moved from a common arm_macros.S to cci_macros.S.

3. The `ARM_CONFIG_HAS_CCI` flag used in `arm_config_flags` structure
is renamed to `ARM_CONFIG_HAS_INTERCONNECT`.

Change-Id: I02f31184fbf79b784175892d5ce1161b65a0066c
1 parent 3aef80f commit 6355f2347aec8bf6ad74867c2b0c996e10546ad4
@Vikram Kanigiri Vikram Kanigiri authored on 15 Feb 2016
Dan Handley committed on 16 Feb 2016
Showing 20 changed files
View
include/plat/arm/common/aarch64/arm_macros.S
View
include/plat/arm/common/aarch64/cci_macros.S 0 → 100644
View
include/plat/arm/common/arm_config.h
View
include/plat/arm/common/plat_arm.h
View
plat/arm/board/fvp/aarch64/fvp_common.c
View
plat/arm/board/fvp/fvp_bl1_setup.c
View
plat/arm/board/fvp/fvp_bl31_setup.c
View
plat/arm/board/fvp/fvp_pm.c
View
plat/arm/board/fvp/fvp_private.h
View
plat/arm/board/fvp/include/plat_macros.S
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/juno/include/plat_macros.S
View
plat/arm/board/juno/platform.mk
View
plat/arm/common/aarch64/arm_common.c
View
plat/arm/common/arm_bl1_setup.c
View
plat/arm/common/arm_bl31_setup.c
View
plat/arm/common/arm_cci.c 0 → 100644
View
plat/arm/common/arm_ccn.c 0 → 100644
View
plat/arm/common/arm_common.mk
View
plat/arm/css/common/css_pm.c