commit | 03a1201ffc97bf33f664eb747f545ede78397f28 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Sat Jul 12 14:24:05 2014 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Jul 28 17:19:26 2014 +0200 |
tree | ecd164a2156446379570a7fd966cde326d1a813d | |
parent | 09659d902fdc7cb8611ecba03ee35519a328bac4 [diff] |
ARM: HYP/non-sec: add the option for a second-stage monitor Allow the switch to a second stage secure monitor just before switching to non-secure. This allows a resident piece of firmware to be active once the kernel has been entered (the u-boot monitor is dead anyway, its pages being reused). Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>