arm-trusted-firmware/bl1
Yatharth Kochar 42019bf4e9 Changes for new version of image loading in BL1/BL2
This patch adds changes in BL1 & BL2 to use new version
of image loading to load the BL images.

Following are the changes in BL1:
  -Use new version of load_auth_image() to load BL2
  -Modified `bl1_init_bl2_mem_layout()` to remove using
   `reserve_mem()` and to calculate `bl2_mem_layout`.
   `bl2_mem_layout` calculation now assumes that BL1 RW
   data is at the top of the bl1_mem_layout, which is more
   restrictive than the previous BL1 behaviour.

Following are the changes in BL2:
  -The `bl2_main.c` is refactored and all the functions
   for loading BLxx images are now moved to `bl2_image_load.c`
   `bl2_main.c` now calls a top level `bl2_load_images()` to
   load all the images that are applicable in BL2.
  -Added new file `bl2_image_load_v2.c` that uses new version
   of image loading to load the BL images in BL2.

All the above changes are conditionally compiled using the
`LOAD_IMAGE_V2` flag.

Change-Id: Ic6dcde5a484495bdc05526d9121c59fa50c1bf23
2016-09-20 16:16:42 +01:00
..
aarch64 Remove looping around `plat_report_exception` 2016-08-22 13:41:14 +01:00
tbbr Fix the inconsistencies in bl1_tbbr_image_descs[] 2016-02-22 18:17:34 +00:00
bl1.ld.S Introduce SEPARATE_CODE_AND_RODATA build flag 2016-07-08 14:55:11 +01:00
bl1.mk Introduce `el3_runtime` and `PSCI` libraries 2016-07-18 17:52:15 +01:00
bl1_context_mgmt.c Build option to include AArch32 registers in cpu context 2016-06-03 10:50:52 +01:00
bl1_fwu.c Fix the inconsistencies in bl1_tbbr_image_descs[] 2016-02-22 18:17:34 +00:00
bl1_main.c Changes for new version of image loading in BL1/BL2 2016-09-20 16:16:42 +01:00
bl1_private.h BL1: Add linker symbol identifying end of ROM content 2016-07-08 14:37:11 +01:00