arm-trusted-firmware/bl2
Dan Handley c2a9ee6383 Minor refactor of BL2 image load v2
Previously, get_next_bl_params_from_mem_params_desc() populated arg0
in the EL3 runtime entrypoint with a bl_params_t pointer. This is the
responsibility of the generic LOAD_IMAGE_V2 framework instead of the
descriptor-based image loading utility functions. Therefore this patch
moves that code to bl2_load_images().

Also, this patch moves the code that flushes the bl_params structure to
flush_bl_params_desc(), together with the other descriptor-based image
loading flushing code.

Change-Id: I4541e3f50e3878dde7cf89e9e8f31fe0b173fb9d
Signed-off-by: Dan Handley <dan.handley@arm.com>
2017-04-19 18:05:41 +01:00
..
aarch32 Add support for GCC stack protection 2017-03-31 13:58:48 +01:00
aarch64 Add support for GCC stack protection 2017-03-31 13:58:48 +01:00
bl2.ld.S Add support for GCC stack protection 2017-03-31 13:58:48 +01:00
bl2.mk Move plat/common source file definitions to generic Makefiles 2017-03-20 14:58:25 +00:00
bl2_image_load.c Changes for new version of image loading in BL1/BL2 2016-09-20 16:16:42 +01:00
bl2_image_load_v2.c Minor refactor of BL2 image load v2 2017-04-19 18:05:41 +01:00
bl2_main.c Flush console where necessary 2017-03-31 09:54:22 +01:00
bl2_private.h Changes for new version of image loading in BL1/BL2 2016-09-20 16:16:42 +01:00