commit | c4a4e2e20ca226948b62ed116df98f7a3932f2ac | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@linaro.org> | Tue Apr 02 05:43:36 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Apr 15 18:30:59 2013 +0200 |
tree | 7ed47389c395d1fe200ea064c6db327fe38432c8 | |
parent | 8960af8ba9488fc54e2e4733cbada26d3cece225 [diff] |
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>