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
1 parent 516beb5 commit f59821d51255f14e0ac00eef7bc98ef75c686876
@Juan Castillo Juan Castillo authored on 10 Dec 2015
Showing 21 changed files
View
bl2/bl2_main.c
View
docs/auth-framework.md
View
docs/firmware-design.md
View
docs/porting-guide.md
View
docs/trusted-board-boot.md
View
docs/user-guide.md
View
drivers/auth/tbbr/tbbr_cot.c
View
include/common/firmware_image_package.h
View
include/common/tbbr/tbbr_img_def.h
View
include/plat/arm/board/common/board_arm_oid.h
View
include/plat/arm/css/common/css_def.h
View
include/plat/common/platform.h
View
make_helpers/build_macros.mk
View
make_helpers/tbbr/tbbr_tools.mk
View
plat/arm/common/arm_bl2_setup.c
View
plat/arm/common/arm_io_storage.c
View
plat/arm/css/common/css_bl2_setup.c
View
plat/arm/css/common/css_common.mk
View
plat/arm/css/common/css_scp_bootloader.c
View
tools/cert_create/src/main.c
View
tools/fip_create/fip_create.c