Searched hist:"02251 eefc95c477f4ff6aa7568dfd4be7c69c31f" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | virt-v7.c | 02251eefc95c477f4ff6aa7568dfd4be7c69c31f Wed Feb 04 10:15:09 UTC 2015 Peng Fan <Peng.Fan@freescale.com> 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>
|