arm-trusted-firmware/docs
Sandrine Bailleux 2467f70fde TSP: Let the platform decide which secure memory to use
The TSP's linker script used to assume that the TSP would
execute from secure DRAM. Although it is currently the case
on FVPs, platforms are free to use any secure memory they wish.

This patch introduces the flexibility to load the TSP into any
secure memory. The platform code gets to specify the extents of
this memory in the platform header file, as well as the BL3-2 image
limit address. The latter definition allows to check in a generic way
that the BL3-2 image fits in its bounds.

Change-Id: I9450f2d8b32d74bd00b6ce57a0a1542716ab449c
2014-05-22 17:30:58 +01:00
..
diagrams Add EL3 runtime services and SPD documentation 2014-02-28 17:51:07 +00:00
change-log.md Add v0.3 release documentation 2014-02-28 18:23:42 +00:00
firmware-design.md FVP secure memory support documentation 2014-04-24 19:34:01 +01:00
porting-guide.md TSP: Let the platform decide which secure memory to use 2014-05-22 17:30:58 +01:00
rt-svc-writers-guide.md Implement ARM Standard Service 2014-03-20 11:16:23 +00:00
user-guide.md Add build configuration for timer save/restore 2014-05-16 17:11:31 +01:00