arm-trusted-firmware/bl2
Sandrine Bailleux bcb79b9041 Panic if platform specific BL3-0 handling fails
The return value of bl2_plat_handle_bl30() used to be ignored.
This patch modifies the function load_bl30() so that it now
checks this return value and returns it to bl2_main().

This patch also unifies the error handling code across the
load_blx() functions so that they return a status code in all
cases and bl2_main() has the sole responsibility of panicking
if appropriate.

Change-Id: I2b26cdf65afa443b48c7da1fa7da8db956071bfb
2015-04-13 17:10:46 +01:00
..
aarch64 Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
bl2.ld.S Remove coherent memory from the BL memory maps 2015-01-22 10:57:44 +00:00
bl2.mk Remove vpath usage in makefiles 2014-05-06 12:35:02 +01:00
bl2_main.c Panic if platform specific BL3-0 handling fails 2015-04-13 17:10:46 +01:00
bl2_private.h Remove extern keyword from function declarations 2014-05-23 12:15:54 +01:00