summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2013-12-17hw/arm: add allwinner a10 SoC supportliguang2-0/+104
2013-12-17hw/arm/digic: add NOR ROM supportAntony Pavlov1-0/+78
2013-12-17hw/arm/digic: add UART supportAntony Pavlov1-0/+16
2013-12-17hw/arm/digic: add timer supportAntony Pavlov1-0/+28
2013-12-17hw/arm/digic: prepare DIGIC-based boards supportAntony Pavlov2-0/+85
2013-12-17hw/arm: add very initial support for Canon DIGIC SoCAntony Pavlov2-0/+72
2013-12-17hw/arm/boot: Add boot support for AArch64 processorMian M. Hamayun1-5/+38
2013-12-17hw/arm/boot: Allow easier swapping in of different loader codePeter Maydell1-45/+107
2013-12-17arm/highbank.c: Fix MPCore periphbase namePeter Crosthwaite1-7/+8
2013-12-17arm/xilinx_zynq: Implement CBAR initialisationPeter Crosthwaite1-1/+8
2013-12-17arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()Peter Crosthwaite1-3/+9
2013-12-17arm/highbank: Fix CBAR initialisationPeter Crosthwaite1-3/+5
2013-12-17arm/highbank: Use object_new() rather than cpu_arm_init()Peter Crosthwaite1-3/+9
2013-12-17Fix NOR flash device ID readingRoy Franz1-3/+3
2013-12-17Set proper device-width for vexpress flashRoy Franz1-10/+34
2013-12-10hw/arm/virt: Support -cpu hostPeter Maydell1-0/+8
2013-12-10hw/arm: Add 'virt' platformPeter Maydell2-1/+445
2013-12-10hw/arm/boot: Allow boards to provide an fdt blobJohn Rigby1-12/+20
2013-12-10integrator/cp: add support for REFCNT registerJan Petrous1-3/+10
2013-11-05armv7m: Don't enforce use of kernel for qtestAndreas Färber1-11/+14
2013-11-05exynos4_boards: Silence lack of -smp 2 warning for qtestAndreas Färber1-1/+2
2013-11-05omap_sx1: Don't enforce use of kernel or flash for qtestAndreas Färber1-1/+2
2013-11-05palm: Don't enforce loading ROM or kernel for qtestAndreas Färber1-1/+2
2013-11-05z2: Don't enforce use of -pflash for qtestAndreas Färber1-2/+3
2013-11-05gumstix: Don't enforce use of -pflash for qtestAndreas Färber1-4/+7
2013-11-05mainstone: Don't enforce use of -pflash for qtestAndreas Färber1-1/+4
2013-10-31integrator: fix Linux boot failure by emulating dbg regionAlex Bennée1-0/+2
2013-10-31hw/arm: Tidy up conditional calls to arm_load_kernelPeter Maydell3-19/+13
2013-10-31hw/arm/boot: Make user not specifying a kernel not an errorPeter Maydell1-2/+4
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-1/+1
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori19-34/+3
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-1/+1
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster19-34/+3
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh5-57/+57
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh3-23/+26
2013-08-20hw/arm/pic_cpu: Remove the now-unneeded arm_pic_init_cpu()Peter Maydell2-26/+1
2013-08-20hw/arm/xilinx_zynq: Don't use arm_pic_init_cpu()Peter Maydell1-5/+2
2013-08-20hw/arm/vexpress: Don't use arm_pic_init_cpu()Peter Maydell1-6/+2
2013-08-20hw/arm/versatilepb: Don't use arm_pic_init_cpu()Peter Maydell1-4/+3
2013-08-20hw/arm/strongarm: Don't use arm_pic_init_cpu()Peter Maydell1-3/+3
2013-08-20hw/arm/realview: Don't use arm_pic_init_cpu()Peter Maydell1-3/+1
2013-08-20hw/arm/omap*: Don't use arm_pic_init_cpu()Peter Maydell2-8/+8
2013-08-20hw/arm/musicpal: Don't use arm_pic_init_cpu()Peter Maydell1-3/+1
2013-08-20hw/arm/kzm: Don't use arm_pic_init_cpu()Peter Maydell1-5/+3
2013-08-20hw/arm/integratorcp: Don't use arm_pic_init_cpu()Peter Maydell1-4/+3
2013-08-20hw/arm/highbank: Don't use arm_pic_init_cpu()Peter Maydell1-3/+1
2013-08-20hw/arm/exynos4210: Don't use arm_pic_init_cpu()Peter Maydell1-13/+3
2013-08-20hw/arm/armv7m: Don't use arm_pic_init_cpu()Peter Maydell1-3/+2
2013-08-20target-arm: Make IRQ and FIQ gpio lines on the CPU objectPeter Maydell1-53/+10
2013-08-05pxa2xx: Avoid object_get_link_property() assertion for "parent_bus"Andreas Färber1-1/+3