commit | 915a09efd86c030114d75ab35aa086235e1ec6ba | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Sat Jul 12 14:23:58 2014 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Jul 28 17:05:59 2014 +0200 |
tree | ab8ac050894738e2be417d7bb09bc1fc7d339cc3 | |
parent | eb5a7c89699443824f463bf405ab4fad26a8a5cf [diff] |
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>