Remove dashes from image names: 'BL3-x' --> 'BL3x'
authorJuan Castillo <juan.castillo@arm.com>
Mon, 14 Dec 2015 09:35:25 +0000 (09:35 +0000)
committerJuan Castillo <juan.castillo@arm.com>
Mon, 14 Dec 2015 12:31:37 +0000 (12:31 +0000)
commitd178637d2bac46ef0d227395663c55cc46a25d73
treed5cc70b9270853267cfbb213b1d65b39c0d2899d
parentf59821d51255f14e0ac00eef7bc98ef75c686876
Remove dashes from image names: 'BL3-x' --> 'BL3x'

This patch removes the dash character from the image name, to
follow the image terminology in the Trusted Firmware Wiki page:

    https://github.com/ARM-software/arm-trusted-firmware/wiki

Changes apply to output messages, comments and documentation.

non-ARM platform files have been left unmodified.

Change-Id: Ic2a99be4ed929d52afbeb27ac765ceffce46ed76
37 files changed:
Makefile
bl1/bl1_main.c
bl2/bl2_main.c
bl31/aarch64/bl31_entrypoint.S
bl31/bl31.ld.S
bl31/bl31.mk
bl31/bl31_main.c
bl32/tsp/tsp.ld.S
bl32/tsp/tsp.mk
common/aarch64/early_exceptions.S
docs/auth-framework.md
docs/firmware-design.md
docs/platform-migration-guide.md
docs/porting-guide.md
docs/rt-svc-writers-guide.md
docs/trusted-board-boot.md
docs/user-guide.md
include/common/bl_common.h
include/common/el3_common_macros.S
include/lib/cpus/aarch64/cpu_macros.S
include/plat/arm/common/aarch64/arm_macros.S
include/plat/arm/common/arm_def.h
include/plat/arm/common/plat_arm.h
include/plat/arm/css/common/aarch64/css_macros.S
include/plat/arm/css/common/css_def.h
include/plat/common/common_def.h
include/plat/common/platform.h
make_helpers/tbbr/tbbr_tools.mk
plat/arm/board/fvp/include/plat_macros.S
plat/arm/board/fvp/include/platform_def.h
plat/arm/common/aarch64/arm_common.c
plat/arm/common/arm_bl2_setup.c
plat/arm/common/arm_bl31_setup.c
plat/arm/common/tsp/arm_tsp_setup.c
plat/arm/css/common/css_common.mk
services/std_svc/psci/psci_entry.S
tools/fip_create/fip_create.c