commit | 5d782e0805b4d216909b21883dcd513c3061aa3d | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 16 09:56:07 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Feb 17 11:13:17 2012 +0000 |
tree | 051f020172164909c8a2b67874951cfc4cb94c96 | |
parent | fc63dcff46a2979ad998ff67c982f69d49691b7d [diff] |
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>