Add CCN support to FVP platform port
authorSoby Mathew <soby.mathew@arm.com>
Thu, 24 Mar 2016 10:12:42 +0000 (10:12 +0000)
committerSoby Mathew <soby.mathew@arm.com>
Wed, 25 May 2016 09:25:16 +0000 (10:25 +0100)
commit7123787616e21871319909508e80594c7f24f6b8
tree003037879d9305b08452f220af2a286485f91175
parent6331a31a66cdcf53421d3dccd3067f072c6da175
Add CCN support to FVP platform port

This patch adds support to select CCN driver for FVP during build.
A new build option `FVP_INTERCONNECT_DRIVER` is added to allow
selection between the CCI and CCN driver. Currently only the CCN-502
variant is supported on FVP.

The common ARM CCN platform helper file now verifies the cluster
count declared by platform is equal to the number of root node
masters exported by the ARM Standard platform.

Change-Id: I71d7b4785f8925ed499c153b2e9b9925fcefd57a
docs/user-guide.md
plat/arm/board/fvp/fvp_common.c
plat/arm/board/fvp/fvp_def.h
plat/arm/board/fvp/include/plat_macros.S
plat/arm/board/fvp/include/platform_def.h
plat/arm/board/fvp/platform.mk
plat/arm/common/arm_ccn.c