qemu-e2k/hw/cpu
Peter Maydell ba3287d117 hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it up
For the A15MPCore internal peripheral object, we handle GIC
security extensions support by checking whether the CPUs
have EL3 enabled; if so then we enable it also on the GIC.
Handle the virtualization extensions in the same way: if the
CPU has EL2 then enable it on the GIC and wire up the
virtualization-specific memory regions and the maintenance
interrupt.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Message-id: 20180821132811.17675-8-peter.maydell@linaro.org
2018-08-24 13:17:34 +01:00
..
Makefile.objs hw/cpu: core.c can be compiled as common object 2017-06-09 12:02:55 +10:00
a9mpcore.c hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" device 2018-07-17 13:12:49 +01:00
a15mpcore.c hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it up 2018-08-24 13:17:34 +01:00
arm11mpcore.c hw/cpu/arm11mpcore: Fix introspection problem with 'arm11mpcore_priv' 2018-07-17 13:12:49 +01:00
core.c hw: use "qemu/osdep.h" as first #include in source files 2017-12-18 17:07:02 +03:00
realview_mpcore.c hw/*/realview: Fix introspection problem with 'realview_mpcore' & 'realview_gic' 2018-07-17 13:12:49 +01:00