]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat/arm/board/arm_fpga: Compile with additional CPU libraries
authorOliver Swede <oli.swede@arm.com>
Wed, 15 Jan 2020 10:20:09 +0000 (10:20 +0000)
committerOliver Swede <oli.swede@arm.com>
Thu, 26 Mar 2020 20:41:59 +0000 (20:41 +0000)
commit4b5793c9a873f84f27eb560b453f999eb8437755
tree592d667d7e6a412105ba2af3596a8d6b628b2e5b
parent62056e4e8f9dcd298b441454b372c0720ed2abc1
plat/arm/board/arm_fpga: Compile with additional CPU libraries

This change is part of the goal of enabling the port to be compatible
with multiple FPGA images.

BL31 behaves differently depending on whether or not the CPUs in the
system use cache coherency, and as a result any CPU libraries that are
compiled together must serve processors that are consistent in this
regard.

This compiles a different set of CPU libraries depending on whether or
not the HW_ASSISTED_COHERENCY is enabled at build-time to indicate the
CPUs support hardware-level support for cache coherency. This build
flag is used in the makefile in the same way as the Arm FVP port.

Signed-off-by: Oliver Swede <oli.swede@arm.com>
Change-Id: I18300b4443176b89767015e3688c0f315a91c27e
plat/arm/board/arm_fpga/platform.mk