Modify FVP makefile for cores that support both AArch64/32
authorJohn Tsichritzis <john.tsichritzis@arm.com>
Tue, 13 Aug 2019 09:11:41 +0000 (10:11 +0100)
committerJohn Tsichritzis <john.tsichritzis@arm.com>
Wed, 11 Sep 2019 13:41:42 +0000 (14:41 +0100)
commitcd3c5b4cd765d6a56924fc80e98721441fe99b27
tree9a1cf40173176e57f304dba4d21991c1295c82af
parent5dbdf8e4eac1d5999f07976f9f430894b0784907
Modify FVP makefile for cores that support both AArch64/32

Some cores support only AArch64 from EL1 and above, e.g. A76, N1 etc. If
TF-A is compiled with CTX_INCLUDE_AARCH32_REGS=0 so as to properly
handle those cores, only the AArch64 cores' assembly is included in the
TF-A binary. In other words, for FVP, TF-A assumes that AArch64 only
cores will never exist in the same cluster with cores that also support
AArch32.

However, A55 and A75 can be used as AArch64 only cores, despite
supporting AArch32, too. This patch enables A55 and A75 to exist in
clusters together with AArch64 cores.

Change-Id: I58750ad6c3d76ce77eb354784c2a42f2c179031d
Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
plat/arm/board/fvp/platform.mk