commit | ab525ed2f2bb5d87d55c36fdda7350745246fe4c | [log] [tgz] |
---|---|---|
author | Peng Fan <Peng.Fan@freescale.com> | Wed Feb 04 18:15:09 2015 +0800 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun Mar 01 16:33:21 2015 +0100 |
tree | c4b9382fa20815bb8fc7983e1e0d383734ffedc8 | |
parent | e9730acc5e6acf7c53f4cadbe4aa0ad863dc14e6 [diff] |
ARM: HYP/non-sec: relocation before enable secondary cores If CONFIG_ARMV7_PSCI is not defined and CONFIG_ARMV7_SECURE_BASE is defined, smp_kicl_all_cpus may enable secondary cores and runs into secure_ram_addr( _smp_pen), before code is relocated to secure ram. So need relocation to secure ram before enable secondary cores. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com>