arm-trusted-firmware/plat/arm/css/common
Masahiro Yamada 4d045d0ebb Build: add generic way to include SCP_BL2 into FIP image
If SCP_BL2 is passed in from the command line, it is recognized by
make_helpers/tbbr/tbbr_tools.mk, and the cert_create tool generates
the corresponding key and content certificates.

On the other hand, the top-level Makefile does not care SCP_BL2, so
the --scp-fw option is not passed to the fiptool.  As far as I see
plat/arm/css/common/css_common.mk, it looks like a platform's job to
add $(eval $(call FIP_ADD_IMG,SCP_BL2,--scp-fw)).

We can make the top-level Makefile kind enough to take care of it.
This is useful when we want to have optional SCP_BL2 firmware.

Adjust css_common.mk so that Juno still requires SCP_BL2 by default.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2017-04-05 23:33:32 +09:00
..
aarch64 Rework type usage in Trusted Firmware 2016-07-18 17:52:15 +01:00
css_bl1_setup.c SoC security setup for CSS platforms in BL1 2015-12-09 17:41:18 +00:00
css_bl2_setup.c Introduce unified API to zero memory 2017-02-06 17:01:39 +00:00
css_bl2u_setup.c FWU: Add Firmware Update support in BL2U for ARM platforms 2015-12-09 17:41:19 +00:00
css_common.mk Build: add generic way to include SCP_BL2 into FIP image 2017-04-05 23:33:32 +09:00
css_pm.c Allow ARM Standard platforms to dynamically define PSCI capability 2016-12-07 12:45:55 +00:00
css_scp_bootloader.c Introduce SCP power management abstraction 2016-12-07 12:45:55 +00:00
css_scp_bootloader.h Add common ARM and CSS platform code 2015-04-28 19:50:56 +01:00
css_topology.c ARM platforms: Add support for MT bit in MPIDR 2017-03-27 14:53:43 +01:00