Searched hist:eecdf19b73fb9458915fb21ea74ba8aa96e90b36 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/common/aarch32/ |
| H A D | platform_mp_stack.S | eecdf19b73fb9458915fb21ea74ba8aa96e90b36 Thu Jul 20 15:42:50 UTC 2017 Jeenu Viswambharan <jeenu.viswambharan@arm.com> FVP: Fix AArch32 stack functions to be ABI-compliant
plat_get_my_stack is called from C, so it can't expect argument registers to be preserved. Stash registers temporarily onto the stack instead.
plat_set_my_stack is called during early init, when there exists no stack. Use any register other than argument registers to stash temporary values.
Change-Id: I98052e20671d0933201d45ec7a5affccd71ce08c Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
|