summaryrefslogtreecommitdiff
path: root/include/hw/arm
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-11imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov1-1/+0
2017-12-13xlnx-zcu102: Add support for the ZynqMP QSPIFrancisco Iglesias1-0/+5
2017-10-12arm: fix armv7m_init() declaration to match definitionIgor Mammedov1-1/+1
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy1-1/+1
2017-09-21msf2: Add Smartfusion2 SoCSubbaraya Sundeep1-0/+67
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov3-4/+4
2017-09-14xlnx-zcu102: Add a machine level virtualization propertyAlistair Francis1-0/+2
2017-09-04armv7m_nvic.h: Move from include/hw/arm to include/hw/intcPeter Maydell2-63/+1
2017-07-11aspeed: Register all watchdogsJoel Stanley1-1/+3
2017-06-13hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski1-4/+1
2017-04-25aspeed: add a FTGMAC100 nicCédric Le Goater1-0/+2
2017-02-28bcm2835: add sdhost and gpio controllersClement Deschamps1-0/+4
2017-02-28stm32f205: Create armv7m object without using armv7m_init()Peter Maydell1-1/+3
2017-02-28armv7m: Split systick out from NVICPeter Maydell1-7/+3
2017-02-28armv7m: Make bitband device take the address space to accessPeter Maydell1-0/+2
2017-02-28armv7m: Make ARMv7M object take memory region linkPeter Maydell1-0/+10
2017-02-28armv7m: QOMify the armv7m containerPeter Maydell1-0/+51
2017-02-28armv7m: Move NVICState struct definition into headerPeter Maydell1-0/+66
2017-02-28armv7m: Abstract out the "load kernel" codePeter Maydell1-0/+12
2017-02-28hw/arm/virt: Add a user option to disallow ITS instantiationEric Auger1-0/+1
2017-02-28target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki1-0/+2
2017-02-07aspeed: add a watchdog controllerCédric Le Goater1-0/+2
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau2-4/+4
2017-01-20hw/arm/virt: Add board property to enable EL2Peter Maydell1-0/+1
2017-01-20hw/arm/virt: Support using SMC for PSCIPeter Maydell1-1/+1
2017-01-20hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell1-0/+2
2017-01-09hw/arm/virt: remove VirtGuestInfoAndrew Jones1-5/+1
2017-01-09hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones1-6/+0
2017-01-09hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones1-1/+1
2017-01-09hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones1-0/+37
2017-01-09hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones2-40/+13