]> Git Repo - u-boot.git/commit
ARMv7: start.S: stay in HYP mode if u-boot is entered in it
authorAndre Przywara <[email protected]>
Tue, 2 Apr 2013 05:43:36 +0000 (05:43 +0000)
committerAlbert ARIBAUD <[email protected]>
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 <[email protected]>
arch/arm/cpu/armv7/start.S
This page took 0.033621 seconds and 4 git commands to generate.