Move BL porting functions into platform.h
Some platform porting functions were in BL specific header files.
These have been moved to platform.h so that all porting functions
are in the same place. The functions are now grouped by BL.
Obsolete BL headers files have been removed.

Also, the weak declarations of the init_blX_mem_layout() functions
have been moved out the header file and into the source file
(bl_common.c) using the more succinct #pragma syntax. This
mitigates the risk of 2 weak definitions being created and the
wrong one being picked up by the compiler.

Change-Id: Ib19934939fd755f3e5a5a5bceec88da684308a83
1 parent e2bdbec commit bb13656c56315002fc7c2b8f459b07531bae41a8
@Dan Handley Dan Handley authored on 15 May 2014
Andrew Thoelke committed on 22 May 2014
Showing 15 changed files
View
bl1/bl1_main.c
View
bl2/bl2_main.c
View
bl31/bl31_main.c
View
bl32/tsp/tsp_main.c
View
common/bl_common.c
View
include/bl1/bl1.h 100644 → 0
View
include/bl2/bl2.h 100644 → 0
View
include/bl31/bl31.h
View
include/bl32/bl32.h 100644 → 0
View
include/common/bl_common.h
View
include/plat/common/platform.h
View
plat/fvp/bl1_plat_setup.c
View
plat/fvp/bl2_plat_setup.c
View
plat/fvp/bl32_plat_setup.c
View
plat/fvp/fvp_private.h