arm-trusted-firmware/plat/arm/css/common
Juan Castillo f59821d512 Replace all SCP FW (BL0, BL3-0) references
This patch replaces all references to the SCP Firmware (BL0, BL30,
BL3-0, bl30) with the image terminology detailed in the TF wiki
(https://github.com/ARM-software/arm-trusted-firmware/wiki):

    BL0          -->  SCP_BL1
    BL30, BL3-0  -->  SCP_BL2
    bl30         -->  scp_bl2

This change affects code, documentation, build system, tools and
platform ports that load SCP firmware. ARM plaforms have been
updated to the new porting API.

IMPORTANT: build option to specify the SCP FW image has changed:

    BL30 --> SCP_BL2

IMPORTANT: This patch breaks compatibility for platforms that use BL2
to load SCP firmware. Affected platforms must be updated as follows:

    BL30_IMAGE_ID --> SCP_BL2_IMAGE_ID
    BL30_BASE --> SCP_BL2_BASE
    bl2_plat_get_bl30_meminfo() --> bl2_plat_get_scp_bl2_meminfo()
    bl2_plat_handle_bl30() --> bl2_plat_handle_scp_bl2()

Change-Id: I24c4c1a4f0e4b9f17c9e4929da815c4069549e58
2015-12-14 12:31:16 +00:00
..
aarch64 CSS: Put secondary CPUs in a pen when booting an EL3 payload 2015-11-26 21:32:04 +00: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 Replace all SCP FW (BL0, BL3-0) references 2015-12-14 12:31:16 +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 Replace all SCP FW (BL0, BL3-0) references 2015-12-14 12:31:16 +00:00
css_mhu.c Move to the new ARM SCP Messaging Interfaces 2015-04-28 19:50:57 +01:00
css_mhu.h Move to the new ARM SCP Messaging Interfaces 2015-04-28 19:50:57 +01:00
css_pm.c Rework use of ARM GIC drivers on ARM platforms 2015-12-09 09:58:17 +00:00
css_scp_bootloader.c Replace all SCP FW (BL0, BL3-0) references 2015-12-14 12:31:16 +00:00
css_scp_bootloader.h Add common ARM and CSS platform code 2015-04-28 19:50:56 +01:00
css_scpi.c CSS: Remove the constants MHU_SECURE_BASE/SIZE 2015-06-09 13:03:45 +01:00
css_scpi.h Move to the new ARM SCP Messaging Interfaces 2015-04-28 19:50:57 +01:00
css_topology.c CSS: Implement topology support for System power domain 2015-10-30 09:07:17 +00:00