]> Git Repo - qemu.git/commit - target/arm/cpu.c
target-arm: Enable EL2 feature bit on A53 and A57
authorPeter Maydell <[email protected]>
Fri, 20 Jan 2017 11:15:10 +0000 (11:15 +0000)
committerPeter Maydell <[email protected]>
Fri, 20 Jan 2017 11:15:10 +0000 (11:15 +0000)
commitc25bd18a04c8bd0f19556d719864b7b08528222d
treede0d79f47a6c941150bdb2a993af2521a0b49523
parent3f591a20221511c639cc7959755e570801a21cd2
target-arm: Enable EL2 feature bit on A53 and A57

Enable the ARM_FEATURE_EL2 bit on Cortex-A52 and
Cortex-A57, since this is all now sufficiently implemented
to work with the GICv3. We provide the usual CPU property
to disable it for backwards compatibility with the older
virt boards.

In this commit, we disable the EL2 feature on the
virt and ZynpMP boards, so there is no overall effect.
Another commit will expose a board-level property to
allow the user to enable EL2.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Andrew Jones <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Message-id: 1483977924[email protected]
hw/arm/virt.c
hw/arm/xlnx-zynqmp.c
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
This page took 0.027087 seconds and 4 git commands to generate.