Rename FVP specific files and functions
authorDan Handley <dan.handley@arm.com>
Thu, 15 May 2014 13:53:30 +0000 (14:53 +0100)
committerAchin Gupta <achin.gupta@arm.com>
Fri, 23 May 2014 17:01:41 +0000 (18:01 +0100)
commit17a387ad5af5beacd8406f3f35cbf697e4ac3698
tree8ed146cf7424498872c599401d264e29a3343128
parentdec5e0d1da9fdfe68cea4fbeb096f93e43860493
Rename FVP specific files and functions

FVP specific files and functions containing the word "plat" have been
renamed to use the word "fvp" to distinguish them from the common
platform functionality and porting functions.

Change-Id: I39f9673dab3ee9c74bd18b3e62b7c21027232f7d
26 files changed:
bl32/tsp/tsp-fvp.mk
plat/fvp/aarch64/fvp_common.c [new file with mode: 0644]
plat/fvp/aarch64/fvp_helpers.S [new file with mode: 0644]
plat/fvp/aarch64/plat_common.c [deleted file]
plat/fvp/aarch64/plat_helpers.S [deleted file]
plat/fvp/bl1_fvp_setup.c [new file with mode: 0644]
plat/fvp/bl1_plat_setup.c [deleted file]
plat/fvp/bl2_fvp_setup.c [new file with mode: 0644]
plat/fvp/bl2_plat_setup.c [deleted file]
plat/fvp/bl31_fvp_setup.c [new file with mode: 0644]
plat/fvp/bl31_plat_setup.c [deleted file]
plat/fvp/bl32_fvp_setup.c [new file with mode: 0644]
plat/fvp/bl32_plat_setup.c [deleted file]
plat/fvp/fvp_gic.c [new file with mode: 0644]
plat/fvp/fvp_io_storage.c [new file with mode: 0644]
plat/fvp/fvp_pm.c [new file with mode: 0644]
plat/fvp/fvp_private.h
plat/fvp/fvp_security.c [new file with mode: 0644]
plat/fvp/fvp_topology.c [new file with mode: 0644]
plat/fvp/include/plat_macros.S
plat/fvp/plat_gic.c [deleted file]
plat/fvp/plat_io_storage.c [deleted file]
plat/fvp/plat_pm.c [deleted file]
plat/fvp/plat_security.c [deleted file]
plat/fvp/plat_topology.c [deleted file]
plat/fvp/platform.mk