]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
ARMv7: start.S: stay in HYP mode if u-boot is entered in it
authorAndre Przywara <andre.przywara@linaro.org>
Tue, 2 Apr 2013 05:43:36 +0000 (05:43 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 15 Apr 2013 16:30:59 +0000 (18:30 +0200)
commitc4a4e2e20ca226948b62ed116df98f7a3932f2ac
tree7ed47389c395d1fe200ea064c6db327fe38432c8
parent8960af8ba9488fc54e2e4733cbada26d3cece225
ARMv7: start.S: stay in HYP mode if u-boot is entered in it

The KVM and Xen hypervisors for the Cortex-A15 virtualization
implementation need to be entered in HYP mode. Should the primary
board firmware already enter HYP mode (Calxeda firmware does that),
we should not deliberately drop back to SVC mode.
Since U-boot does not use the MMU, running in HYP mode is just fine.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
arch/arm/cpu/armv7/start.S