fvp: rename fvp_* files to plat_*
authorRyan Harkin <ryan.harkin@linaro.org>
Wed, 15 Jan 2014 17:37:25 +0000 (17:37 +0000)
committerDan Handley <dan.handley@arm.com>
Mon, 20 Jan 2014 18:45:04 +0000 (18:45 +0000)
commit03cb8fbb5d769affd508c97a5327544e487eb1a9
tree7e397f1adf8f13757a242fd1646cdbedb822de55
parent72ee331490beaca752f11fb52112a1e3a582ea13
fvp: rename fvp_* files to plat_*

The FVP platform has a few filenames that begin with fvp_.  These are
renamed to plat_ to make it easier to use the FVP port as a template.

Change-Id: I601e6256d5ef3bae81a2e1f5df6de56db5b27069
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
12 files changed:
docs/porting-guide.md
plat/fvp/aarch64/fvp_common.c [deleted file]
plat/fvp/aarch64/fvp_helpers.S [deleted file]
plat/fvp/aarch64/plat_common.c [new file with mode: 0644]
plat/fvp/aarch64/plat_helpers.S [new file with mode: 0644]
plat/fvp/fvp_gic.c [deleted file]
plat/fvp/fvp_pm.c [deleted file]
plat/fvp/fvp_topology.c [deleted file]
plat/fvp/plat_gic.c [new file with mode: 0644]
plat/fvp/plat_pm.c [new file with mode: 0644]
plat/fvp/plat_topology.c [new file with mode: 0644]
plat/fvp/platform.mk