mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-20 04:11:28 +00:00
hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux boots
When booting Linux on AArch64 enabled cores, setup EL1 and EL2 to use AArch64. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
6a43e0b6e1
commit
48d21a576a
@ -488,7 +488,9 @@ static void do_cpu_reset(void *opaque)
|
||||
* adjust.
|
||||
*/
|
||||
if (env->aarch64) {
|
||||
env->cp15.scr_el3 |= SCR_RW;
|
||||
if (arm_feature(env, ARM_FEATURE_EL2)) {
|
||||
env->cp15.hcr_el2 |= HCR_RW;
|
||||
env->pstate = PSTATE_MODE_EL2h;
|
||||
} else {
|
||||
env->pstate = PSTATE_MODE_EL1h;
|
||||
|
Loading…
x
Reference in New Issue
Block a user