Juno: Add support for BL3-2 image
This patch implements the TSP on Juno. It executes from Secure RAM.

Also, the other bootloader images (i.e. BL1 R/W, BL2 and BL3-1) have
been moved around. The reason is, although there was enough space
overall to store the TSP in SRAM, there was no contiguous free chunk
of SRAM big enough to hold it.

This patch keeps the overall memory layout (i.e. keeping BL1 R/W at
the bottom, BL2 at the top and BL3-1 in between) but moves the base
addresses of all the bootloader images in such a way that:
 - memory fragmentation is reduced enough to fit BL3-2 in;
 - new base addresses are suitable for release builds as well as debug
   ones;
 - each image has a few extra kilobytes for future growth.
   BL3-1 and BL3-2 are the images which received the biggest slice
   of the cake since they will most probably grow the most.

Change-Id: I1c5b51858700027ee283ac85d18e06863a27c72e
1 parent cd45dd9 commit c0481acec1a7c106ab2d6c6a6399ac74db1bb0d3
@Sandrine Bailleux Sandrine Bailleux authored on 17 Jul 2014
Achin Gupta committed on 12 Aug 2014
Showing 4 changed files
View
bl32/tsp/tsp-juno.mk 0 → 100644
View
plat/juno/bl32_plat_setup.c 0 → 100644
View
plat/juno/plat-tsp.ld.S 0 → 100644
View
plat/juno/plat_io_storage.c