arm-trusted-firmware/bl1
Dan Handley dec5e0d1da 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 declaration of the init_bl2_mem_layout() function
has 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
2014-05-23 17:18:54 +01:00
..
aarch64 Add support for BL3-1 as a reset vector 2014-05-22 16:25:09 +01:00
bl1.ld.S Split platform.h into separate headers 2014-05-23 15:52:29 +01:00
bl1.mk Remove vpath usage in makefiles 2014-05-06 12:35:02 +01:00
bl1_main.c Move BL porting functions into platform.h 2014-05-23 17:18:54 +01:00
bl1_private.h Remove extern keyword from function declarations 2014-05-23 12:15:54 +01:00