]> git.proxmox.com Git - qemu.git/commit - Makefile.target
hw/a15mpcore.c: Add Cortex-A15 private peripheral model
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Feb 2012 09:56:07 +0000 (09:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Feb 2012 11:13:17 +0000 (11:13 +0000)
commit5d782e0805b4d216909b21883dcd513c3061aa3d
tree051f020172164909c8a2b67874951cfc4cb94c96
parentfc63dcff46a2979ad998ff67c982f69d49691b7d
hw/a15mpcore.c: Add Cortex-A15 private peripheral model

Add a model of the Cortex-A15 memory mapped private peripheral
space. This is fairly simple because the only memory mapped
bit of the A15 is the GIC.

Note that we don't currently model a VGIC and therefore don't
map the VGIC related bits of the GIC.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Makefile.target
hw/a15mpcore.c [new file with mode: 0644]