aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2018-08-24hw/arm/mps2-tz: Create PL081s and MSCsPeter Maydell1-7/+93
2018-08-24hw/arm/iotkit: Wire up the lines for MSCsPeter Maydell1-0/+15
2018-08-24hw/misc/iotkit: Wire up the sysctl and sysinfo register blocksPeter Maydell1-8/+18
2018-08-24hw/arm/iotkit: Wire up the S32KTIMERPeter Maydell1-4/+5
2018-08-24hw/arm/iotkit: Wire up the watchdogsPeter Maydell1-3/+55
2018-08-24hw/arm/mps2: Wire up dual-timer in mps2-an385 and mps2-an511Peter Maydell1-0/+11
2018-08-24hw/arm/iotkit: Wire up the dualtimerPeter Maydell1-3/+5
2018-08-24hw/arm/boot: AArch32 kernels should be started in Hyp mode if availablePeter Maydell1-0/+11
2018-08-24hw/arm/vexpress: Add "virtualization" property controlling presence of EL2Peter Maydell1-3/+53
2018-08-24hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3Peter Maydell1-2/+2
2018-08-24hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell1-0/+4
2018-08-24hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell1-0/+4
2018-08-24hw/arm/highbank: Connect VIRQ and VFIQPeter Maydell1-0/+6
2018-08-24hw/arm/vexpress: Connect VIRQ and VFIQPeter Maydell1-0/+4
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini1-1/+1
2018-08-20hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell2-2/+15
2018-08-20nvic: Expose NMI linePeter Maydell1-0/+1
2018-08-20hw/arm/virt: Add virt-3.1 machine typeAndrew Jones1-5/+16
2018-08-16hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()Thomas Huth1-21/+11
2018-08-16aspeed: add a max_ram_size property to the memory controllerCédric Le Goater2-0/+33
2018-08-16hw/arm: make bitbanded IO optional on ARMv7-MStefan Hajnoczi5-18/+25
2018-08-16i.MX6UL: Add Freescale i.MX6 UltraLite 14x14 EVK BoardJean-Christophe Dubois2-1/+86
2018-08-16i.MX6UL: Add i.MX6UL SOCJean-Christophe Dubois2-0/+618
2018-08-14arm: Fix return code of arm_load_elfAdam Lackorzynski1-4/+4
2018-08-14arm/virt: Add support for GICv2 virtualization extensionsLuc Michel2-11/+47
2018-08-14xlnx-zynqmp: Improve GIC wiring and MMIO mappingLuc Michel1-8/+84
2018-07-30hw/arm/iotkit: Fix IRQ number for timer1Peter Maydell1-1/+1
2018-07-30hw/arm/sysbus-fdt: Fix assertion in copy_properties_from_host()Geert Uytterhoeven1-0/+1
2018-07-30arm/smmuv3: Fix missing VMSD terminatorDr. David Alan Gilbert1-0/+1
2018-07-23hw/arm/spitz: Move problematic nand_init() code to realize functionThomas Huth1-4/+11
2018-07-17hw/arm/xlnx-zynqmp: Fix crash when introspecting the "xlnx, zynqmp" deviceThomas Huth1-33/+28
2018-07-17hw/arm/stm32f205_soc: Fix introspection problem with 'stm32f205-soc' deviceThomas Huth1-16/+12
2018-07-17hw/arm/allwinner-a10: Fix introspection problem with 'allwinner-a10'Thomas Huth1-10/+9
2018-07-17hw/arm/fsl-imx31: Fix introspection problem with the "fsl, imx31" deviceThomas Huth1-14/+12
2018-07-17hw/arm/fsl-imx25: Fix introspection problem with the "fsl, imx25" deviceThomas Huth1-16/+14
2018-07-17hw/arm/fsl-imx7: Fix introspection problems with the "fsl, imx7" deviceThomas Huth1-64/+33
2018-07-17hw/arm/fsl-imx6: Fix introspection problems with the "fsl, imx6" deviceThomas Huth1-36/+20
2018-07-17hw/arm/msf2-soc: Fix introspection problem with the "msf2-soc" deviceThomas Huth1-8/+7
2018-07-17hw/arm/armv7: Fix crash when introspecting the "iotkit" deviceThomas Huth2-46/+35
2018-07-17hw/arm/bcm2836: Fix crash with device_add bcm2837 on unsupported machinesThomas Huth1-12/+6
2018-07-16hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = falseThomas Huth1-0/+2
2018-07-09hw/arm/smmu-common: Fix devfn computation in smmu_iommu_mrEric Auger1-1/+1
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé2-2/+2
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2-5/+5
2018-06-29i.mx7d: Change IRQ number type from hwaddr to intJean-Christophe Dubois1-3/+3
2018-06-29i.mx7d: Change SRC unimplemented device name from sdma to srcJean-Christophe Dubois1-1/+1
2018-06-29i.mx7d: Remove unused header filesJean-Christophe Dubois1-2/+0
2018-06-29hw/arm/virt: Silence dtc /memory warningEric Auger2-24/+24
2018-06-29hw/arm/virt: Silence dtc /intc warningsEric Auger1-24/+39
2018-06-29hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()Philippe Mathieu-Daudé1-23/+30