arm-trusted-firmware/plat/arm/board/juno
Vikram Kanigiri 6355f2347a 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
2016-02-16 20:09:49 +00:00
..
aarch64 Juno R2: Configure the correct L2 RAM latency values 2015-11-19 14:53:58 +00:00
include Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
tsp Rework use of ARM GIC drivers on ARM platforms 2015-12-09 09:58:17 +00:00
juno_bl1_setup.c FWU: Pass client cookie to FWU_SMC_UPDATE_DONE 2015-12-15 14:33:25 +00:00
juno_def.h Add support for SSC_VERSION register on CSS platforms 2016-02-11 17:04:02 +00:00
juno_err.c TBB: add Trusted Watchdog support on ARM platforms 2015-12-02 13:54:35 +00:00
juno_pm.c Support PSCI SYSTEM SUSPEND on Juno 2015-10-30 09:07:17 +00:00
juno_security.c Separate CSS security setup from SOC security setup 2015-09-11 11:50:26 +01:00
platform.mk Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00