summaryrefslogtreecommitdiff
path: root/hw/a9mpcore.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-01hw: include hw header files with full pathsPaolo Bonzini1-1/+1
2013-02-28arm: a9mpcore: Coreify the SCUPeter Crosthwaite1-113/+9
2013-02-28arm: a9mpcore: remove old_timer_status fieldPeter Crosthwaite1-8/+3
2013-02-28arm: mptimer: Remove WDT distinctionPeter Crosthwaite1-6/+12
2013-02-28arm: arm11mpcore, a9mpcore: CamelCased type namesPeter Crosthwaite1-13/+13
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber1-3/+3
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-07arm: a9mpcore: remove un-used ptimer_iomem fieldPeter Crosthwaite1-1/+0
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
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