Statistics
| Branch: | Revision:

root / hw / a15mpcore.c @ 93148aa5

History | View | Annotate | Download (3.2 kB)

# Date Author Comment
5d782e08 02/17/2012 01:13 pm Peter Maydell

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...