aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2018-12-13hw/arm: versal: Correct the nr of IRQs to 192Edgar E. Iglesias1-1/+1
2018-12-13hw/arm: versal: Use IRQs 111 - 118 for virtio-mmioEdgar E. Iglesias1-3/+3
2018-12-11qom: make interface types abstractMarc-André Lureau1-4/+1
2018-11-02hw/arm: versal: Add a model of Xilinx Versal SoCEdgar E. Iglesias1-0/+122
2018-11-02hw/arm/nrf51_soc: Connect UART to nRF51 SoCJulia Suvorova1-0/+3
2018-09-25hw/arm/aspeed: Add an Aspeed machine classCédric Le Goater1-0/+46
2018-09-25arm: Add Nordic Semiconductor nRF51 SoCJoel Stanley1-0/+41
2018-08-24hw/arm/iotkit: Wire up the lines for MSCsPeter Maydell1-0/+8
2018-08-24hw/misc/iotkit: Wire up the sysctl and sysinfo register blocksPeter Maydell1-1/+5
2018-08-24hw/arm/iotkit: Wire up the S32KTIMERPeter Maydell1-1/+1
2018-08-24hw/arm/iotkit: Wire up the watchdogsPeter Maydell1-0/+6
2018-08-24hw/arm/iotkit: Wire up the dualtimerPeter Maydell1-1/+2
2018-08-16hw/arm: make bitbanded IO optional on ARMv7-MStefan Hajnoczi1-0/+2
2018-08-16i.MX6UL: Add i.MX6UL SOCJean-Christophe Dubois1-0/+339
2018-08-14arm/virt: Add support for GICv2 virtualization extensionsLuc Michel1-1/+3
2018-08-14xlnx-zynqmp: Improve GIC wiring and MMIO mappingLuc Michel1-2/+2
2018-07-09hw/arm/smmu-common: Fix devfn computation in smmu_iommu_mrEric Auger1-0/+1
2018-06-26hw/arm/smmuv3: Add notifications on invalidationEric Auger1-0/+6
2018-06-26hw/arm/smmuv3: IOTLB emulationEric Auger1-0/+13
2018-06-26hw/arm/smmuv3: Cache/invalidate config dataEric Auger2-0/+6
2018-06-26hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-6/+6
2018-06-26hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-18/+0
2018-06-22hw/arm/iotkit: Wire up MPC interrupt linesPeter Maydell1-0/+6
2018-06-22hw/arm/iotkit: Instantiate MPCPeter Maydell1-0/+2
2018-06-22hw/arm/virt: Use 256MB ECAM region by defaultEric Auger1-0/+1
2018-06-22hw/arm/virt: Add a new 256MB ECAM regionEric Auger1-0/+4
2018-06-22hw/arm/virt: GICv3 DT node with one or two redistributor regionsEric Auger1-0/+14
2018-06-15hw/arm/armv7m: Remove unused armv7m_init() functionPeter Maydell1-6/+2
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-05-18xlnx-zynqmp: Connect the ZynqMP GDMA and ADMAFrancisco Iglesias1-0/+5
2018-05-10arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov2-41/+41
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov1-0/+1
2018-05-04hw/arm/virt: Add SMMUv3 to the virt boardPrem Mallappa1-0/+10
2018-05-04hw/arm/smmuv3: SkeletonPrem Mallappa1-0/+87
2018-05-04hw/arm/smmu-common: VMSAv8-64 page table walkEric Auger1-0/+14
2018-05-04hw/arm/smmu-common: IOMMU memory region and address space setupEric Auger1-0/+8
2018-05-04hw/arm/smmu-common: smmu base device and datatypesEric Auger1-0/+123
2018-03-23mach-virt: Set VM's SMBIOS system version to mc->nameWei Huang1-0/+1
2018-03-19hw/arm/bcm2836: Create proper bcm2837 devicePeter Maydell1-0/+19
2018-03-19hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283xPeter Maydell1-6/+6
2018-03-19fsl-imx6: Swap Ethernet interrupt definesGuenter Roeck1-2/+2
2018-03-09i.MX: Add i.MX7 SOC implementation.Andrey Smirnov1-0/+222
2018-03-02hw/arm/iotkit: Model Arm IOT KitPeter Maydell1-0/+109
2018-03-02armv7m: Forward init-svtor property to CPU objectPeter Maydell1-0/+2
2018-03-02armv7m: Forward idau property to CPU objectPeter Maydell1-0/+3
2018-03-02xlnx-zynqmp: Connect the RTC deviceAlistair Francis1-0/+2
2018-02-15bcm2836: Make CPU type configurablePekka Enberg1-0/+1
2018-02-15hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.ioPhilippe Mathieu-Daudé1-1/+0
2018-01-26xlnx-zynqmp: Connect the IPI device to the ZynqMP SoCAlistair Francis1-0/+2
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis2-6/+6