arm-trusted-firmware/bl32/tsp
Sandrine Bailleux c0481acec1 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
2014-08-12 14:08:46 +01:00
..
aarch64 Call platform_is_primary_cpu() only from reset handler 2014-08-01 09:39:50 +01:00
tsp-fvp.mk Refactor fvp gic code to be a generic driver 2014-07-09 16:36:39 +01:00
tsp-juno.mk Juno: Add support for BL3-2 image 2014-08-12 14:08:46 +01:00
tsp.ld.S fvp: Reuse BL1 and BL2 memory through image overlaying 2014-07-10 16:34:54 +01:00
tsp.mk Support asynchronous method for BL3-2 initialization 2014-08-01 09:48:07 +01:00
tsp_interrupt.c Implement a leaner printf for Trusted Firmware 2014-07-25 12:18:33 +01:00
tsp_main.c Add support for printing version at runtime 2014-07-25 15:02:08 +01:00
tsp_timer.c Remove all checkpatch errors from codebase 2014-06-24 12:50:00 +01:00