FVP: Support Base FVP RevC
Revision C of the Base FVP has the same memory map as earlier revisions,
but has the following differences:

  - Implements CCI550 instead of CCI400,
  - Has a single instantiation of SMMUv3,
  - CPU MPIDs are shifted left by one level, and has MT bit set in them.

The correct interconnect to program is chosen at run time based on the
FVP revision. Therefore, this patch implements FVP functions for
interconnect programming, rather than depending on ARM generic ones. The
macros used have been renamed to reflect this change.

Additionally, this patch initializes SMMUv3 as part of FVP early
platform setup.

New ARM config flags are introduced for feature queries at run time.

Change-Id: Ic7b7f080953a51fceaf62ce7daa6de0573801f09
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
1 parent 1154586 commit 955242d8fff132769c677d9a807ff47cd6828b7e
@Jeenu Viswambharan Jeenu Viswambharan authored on 18 Jul 2017
Showing 7 changed files
View
include/plat/arm/common/arm_config.h
View
plat/arm/board/fvp/fvp_bl31_setup.c
View
plat/arm/board/fvp/fvp_common.c
View
plat/arm/board/fvp/fvp_def.h
View
plat/arm/board/fvp/fvp_topology.c
View
plat/arm/board/fvp/include/platform_def.h
View
plat/arm/board/fvp/platform.mk