Home
last modified time | relevance | path

Searched hist:c19e0dd7412f5c4bce8c5057c40e747b1acb39e2 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dbootm.cc19e0dd7412f5c4bce8c5057c40e747b1acb39e2 Sat Jul 12 13:23:58 UTC 2014 Marc Zyngier <marc.zyngier@arm.com> ARM: HYP/non-sec: move switch to non-sec to the last boot phase

Having the switch to non-secure in the "prep" phase is causing
all kind of troubles, as that stage can be called multiple times.

Instead, move the switch to non-secure to the last possible phase,
when there is no turning back anymore.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>