summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
...
* hw/arm/xilinx_zynq: Use the ARRAY_SIZE macroPhilippe Mathieu-Daudé2018-11-021-1/+1
* strongarm: mask off high[31:28] bits from dir and state registersPrasad J Pandit2018-11-021-2/+2
* hw/arm/nrf51_soc: Connect UART to nRF51 SoCJulia Suvorova2018-11-022-0/+22
* hw/arm/virt: Set VIRT_COMPAT_3_0 compatEric Auger2018-11-021-0/+4
* audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi2018-10-291-1/+1
* audio: use object link instead of qdev property to pass wm8750 referenceMao Zhongyi2018-10-291-1/+2
* audio: use TYPE_WM8750 instead of a hardcoded stringMao Zhongyi2018-10-291-1/+1
* hw/arm/boot: Increase compliance with kernel arm64 boot protocolStewart Hildebrand2018-10-241-0/+18
* hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UARTJerome Forissier2018-10-161-0/+4
* hw/arm/virt: Allow dynamic vfio-platform devices againGeert Uytterhoeven2018-10-151-0/+1
* hw/arm/sysbus-fdt: Allow device matching with DT compatible valueEric Auger2018-10-151-14/+47
* virt: Suppress external aborts on virt-2.10 and earlierPeter Maydell2018-10-081-0/+2
* hw/arm/aspeed: Add an Aspeed machine classCédric Le Goater2018-09-251-142/+70Star
* hw/arm/aspeed: change the FMC flash model of the AST2500 evbCédric Le Goater2018-09-251-1/+1
* hw/arm/smmuv3: fix eventq recording and IRQ triggerringEric Auger2018-09-252-14/+14
* hw/arm/smmu-common: Fix the name of the iommu memory regionsEric Auger2018-09-251-3/+3
* arm: Add BBC micro:bit machineJoel Stanley2018-09-252-1/+68
* arm: Add Nordic Semiconductor nRF51 SoCJoel Stanley2018-09-252-0/+134
* hw/arm/virt-acpi-build: Add a check for memory-less NUMA nodesShannon Zhao2018-09-251-4/+6
* hw/arm/exynos4210: fix Exynos4210 UART supportBartlomiej Zolnierkiewicz2018-09-251-4/+4
* scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland2018-09-252-2/+4
* hw/arm/mps2: Fix ID register errors on AN511 and AN385Peter Maydell2018-08-241-3/+3
* hw/arm/mps2-tz: Fix MPS2 SCC config register valuesPeter Maydell2018-08-241-2/+2
* hw/arm/mps2-tz: Instantiate SPI controllersPeter Maydell2018-08-241-6/+32
* hw/arm/mps2-tz: Create PL081s and MSCsPeter Maydell2018-08-241-7/+93
* hw/arm/iotkit: Wire up the lines for MSCsPeter Maydell2018-08-241-0/+15
* hw/misc/iotkit: Wire up the sysctl and sysinfo register blocksPeter Maydell2018-08-241-8/+18
* hw/arm/iotkit: Wire up the S32KTIMERPeter Maydell2018-08-241-4/+5
* hw/arm/iotkit: Wire up the watchdogsPeter Maydell2018-08-241-3/+55
* hw/arm/mps2: Wire up dual-timer in mps2-an385 and mps2-an511Peter Maydell2018-08-241-0/+11
* hw/arm/iotkit: Wire up the dualtimerPeter Maydell2018-08-241-3/+5
* hw/arm/boot: AArch32 kernels should be started in Hyp mode if availablePeter Maydell2018-08-241-0/+11
* hw/arm/vexpress: Add "virtualization" property controlling presence of EL2Peter Maydell2018-08-241-3/+53
* hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3Peter Maydell2018-08-241-2/+2
* hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell2018-08-241-0/+4
* hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell2018-08-241-0/+4
* hw/arm/highbank: Connect VIRQ and VFIQPeter Maydell2018-08-241-0/+6
* hw/arm/vexpress: Connect VIRQ and VFIQPeter Maydell2018-08-241-0/+4
* fix "Missing break in switch" coverity reportsPaolo Bonzini2018-08-231-1/+1
* hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell2018-08-202-2/+15
* nvic: Expose NMI linePeter Maydell2018-08-201-0/+1
* hw/arm/virt: Add virt-3.1 machine typeAndrew Jones2018-08-201-5/+16
* hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()Thomas Huth2018-08-161-21/+11Star
* aspeed: add a max_ram_size property to the memory controllerCédric Le Goater2018-08-162-0/+33
* hw/arm: make bitbanded IO optional on ARMv7-MStefan Hajnoczi2018-08-165-18/+25
* i.MX6UL: Add Freescale i.MX6 UltraLite 14x14 EVK BoardJean-Christophe Dubois2018-08-162-1/+86
* i.MX6UL: Add i.MX6UL SOCJean-Christophe Dubois2018-08-162-0/+618
* arm: Fix return code of arm_load_elfAdam Lackorzynski2018-08-141-4/+4
* arm/virt: Add support for GICv2 virtualization extensionsLuc Michel2018-08-142-11/+47
* xlnx-zynqmp: Improve GIC wiring and MMIO mappingLuc Michel2018-08-141-8/+84