summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2014-03-12ssi: Convert legacy SSI_SLAVE -> DEVICE castsPeter Crosthwaite1-6/+7
2014-03-10hw/arm/musicpal: Avoid shifting left into sign bitPeter Maydell1-2/+2
2014-03-10hw/arm/omap1.c: Avoid shifting left into sign bitPeter Maydell1-10/+14
2014-03-10pxa2xx: Don't shift into sign bitPeter Maydell3-6/+6
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-1/+1
2014-02-26target-arm: Store AIF bits in env->pstate for AArch32Peter Maydell1-2/+2
2014-02-26target-arm: Implement AArch64 TTBR*Peter Maydell1-1/+1
2014-02-26hw/arm/musicpal: Remove nonexistent CDTP2, CDTP3 registersPeter Maydell1-4/+2
2014-02-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220'...Peter Maydell2-30/+17
2014-02-20target-arm: Drop success/fail return from cpreg read and write functionsPeter Maydell2-30/+17
2014-02-14z2: QOM'ify AER915Andreas Färber1-7/+13
2014-02-14tosa: QOM'ify DACAndreas Färber1-5/+11
2014-02-14pxa2xx: QOM'ify I2C slaveAndreas Färber1-13/+25
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber10-18/+18
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias2-5/+6
2014-02-08hw/arm/allwinner-a10: initialize EMACBeniamino Galvani2-2/+25
2014-02-04vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-typePeter Maydell1-1/+1
2014-01-31ZYNQ: Implement board MIDR control for ZynqAlistair Francis1-0/+7
2014-01-31hw/arm/boot: Don't set up ATAGS for autogenerated dtb bootingPeter Maydell1-2/+7
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori1-1/+0
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori3-8/+16
2014-01-08arm/xilinx_zynq: Always instantiate the GEMsPeter Crosthwaite1-11/+6
2014-01-01mainstone: Fix duplicate array values for key 'space'Stefan Weil1-2/+11
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil2-2/+2
2013-12-23hw/arm/highbank: Simplify code (memory region in device state)Stefan Weil1-4/+3
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite3-74/+74
2013-12-17hw/arm: add cubieboard supportliguang2-1/+70
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