arm-trusted-firmware/plat/arm/css/sgi
Vijayenthiran Subramaniam 4d37aa76fd plat/arm/sgi: introduce number of chips macro
Introduce macro 'CSS_SGI_CHIP_COUNT' to allow Arm CSS platforms with
multi-chip support to define number of chiplets on the platform. By
default, this flag is set to 1 and does not affect the existing single
chip platforms.

For multi-chip platforms, override the default value of
CSS_SGI_CHIP_COUNT with the number of chiplets supported on the
platform. As an example, the command below sets the number of chiplets
to two on the RD-N1-Edge multi-chip platform:

export CROSS_COMPILE=<path-to-cross-compiler>
make PLAT=rdn1edge CSS_SGI_CHIP_COUNT=2 ARCH=aarch64 all

Change-Id: If364dc36bd34b30cc356f74b3e97633933e6c8ee
Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
2020-02-07 19:24:17 +05:30
..
aarch64 Rename Cortex-Ares to Neoverse N1 2019-02-19 13:50:07 +00:00
include spm: Remove SPM Alpha 1 prototype and support files 2019-12-20 16:03:32 +00:00
sgi-common.mk plat/arm/sgi: introduce number of chips macro 2020-02-07 19:24:17 +05:30
sgi_bl31_setup.c Remove several warnings reported with W=1 2019-04-01 10:43:42 +01:00
sgi_image_load.c plat/arm: Sanitise includes 2019-01-25 16:04:10 +00:00
sgi_interconnect.c Remove several warnings reported with W=1 2019-04-01 10:43:42 +01:00
sgi_plat.c spm-mm: Refactor secure_partition.h and its contents 2019-12-20 16:03:41 +00:00
sgi_ras.c spm-mm: Remove mm_svc.h header 2019-12-20 16:04:01 +00:00
sgi_topology.c plat/arm/sgi: move topology information to board folder 2020-01-27 19:54:05 +05:30