summaryrefslogtreecommitdiff
path: root/hw/a9mpcore.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-19hw/a9mpcore: Fix compilation failure if physaddrs are 64 bitPeter Maydell1-1/+1
2012-04-13hw/a9mpcore: Switch to using sysbus GICPeter Maydell1-25/+35
2012-04-13hw/arm_gic: Make the GIC its own sysbus devicePeter Maydell1-0/+1
2012-04-13hw/arm_gic: Move gic_get_current_cpu into arm_gic.cPeter Maydell1-9/+0
2012-04-13hw/arm_gic: Move NCPU definition to arm_gic.cPeter Maydell1-7/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-18/+22
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-7/+14
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf1-3/+10
2012-01-04arm: add missing scu registersRob Herring1-3/+33
2011-12-12hw/a9mpcore.c: Implement A9MP peripherals rather than 11MPcore onesPeter Maydell1-10/+179
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2009-11-19ARM PBX-A9 board supportPaul Brook1-0/+29