]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat/arm/sgi: introduce number of chips macro
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Thu, 26 Dec 2019 12:15:58 +0000 (17:45 +0530)
committerVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Fri, 7 Feb 2020 13:54:17 +0000 (19:24 +0530)
commit4d37aa76fdc53095f27b455f486013bdde10e0af
treebe117fcc159e6863d6a9fba303775dd2f4453091
parentd6b44b10e9e975f4785cfcadf70737efe0b14e4b
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>
docs/plat/arm/arm-build-options.rst
plat/arm/board/rde1edge/platform.mk
plat/arm/board/rdn1edge/platform.mk
plat/arm/board/sgi575/platform.mk
plat/arm/css/sgi/sgi-common.mk