commit | 8c0ef7fad676827125ad91060361d05ab4b16f44 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Sun Jun 19 12:38:37 2016 +0800 |
committer | Hans de Goede <hdegoede@redhat.com> | Fri Jul 15 15:54:57 2016 +0200 |
tree | b6a9f0062be1655fc290a80728ce7f84f131417d | |
parent | 980d6a55119f757ade4abed88bf4b2b7494c68e6 [diff] |
ARM: PSCI: Allocate PSCI stack in secure stack section Now that we have a secure stack section that guarantees usable memory, allocate the PSCI stacks in that section. Also add a diagram detailing how the stacks are placed in memory. Reserved space for the target PC remains unchanged. This should be moved to global variables within a secure data section in the future. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com>