commit | 6e147954f6f0b92f8177312c18888670186eb919 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Sun Jun 19 12:38:44 2016 +0800 |
committer | Hans de Goede <hdegoede@redhat.com> | Fri Jul 15 15:54:58 2016 +0200 |
tree | 8a89c350dff56f3ee34cc7fe721a7864179c8c86 | |
parent | ae7947c92f0354dd86d4d9dd25aa6e3be4ab5623 [diff] |
ARM: PSCI: Switch to per-CPU target PC storage in secure data section Now that we have a secure data section and space to store per-CPU target PC address, switch to it instead of storing the target PC on the stack. Also save clobbered r4-r7 registers on the stack and restore them on return in psci_cpu_on for Tegra, i.MX7, and LS102xA platforms. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com>