summaryrefslogtreecommitdiffstats
path: root/include/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* aspeed: add a FTGMAC100 nicCédric Le Goater2017-04-251-0/+2
* bcm2835: add sdhost and gpio controllersClement Deschamps2017-02-281-0/+4
* stm32f205: Create armv7m object without using armv7m_init()Peter Maydell2017-02-281-1/+3
* armv7m: Split systick out from NVICPeter Maydell2017-02-281-7/+3Star
* armv7m: Make bitband device take the address space to accessPeter Maydell2017-02-281-0/+2
* armv7m: Make ARMv7M object take memory region linkPeter Maydell2017-02-281-0/+10
* armv7m: QOMify the armv7m containerPeter Maydell2017-02-281-0/+51
* armv7m: Move NVICState struct definition into headerPeter Maydell2017-02-281-0/+66
* armv7m: Abstract out the "load kernel" codePeter Maydell2017-02-281-0/+12
* hw/arm/virt: Add a user option to disallow ITS instantiationEric Auger2017-02-281-0/+1
* target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki2017-02-281-0/+2
* aspeed: add a watchdog controllerCédric Le Goater2017-02-071-0/+2
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-272-4/+4
* hw/arm/virt: Add board property to enable EL2Peter Maydell2017-01-201-0/+1
* hw/arm/virt: Support using SMC for PSCIPeter Maydell2017-01-201-1/+1
* hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell2017-01-201-0/+2
* hw/arm/virt: remove VirtGuestInfoAndrew Jones2017-01-091-5/+1Star
* hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones2017-01-091-6/+0Star
* hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones2017-01-091-1/+1
* hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones2017-01-091-0/+37
* hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones2017-01-092-40/+13Star
* hw/arm/virt: eliminate struct VirtGuestInfoStateAndrew Jones2017-01-091-6/+0Star
* hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriatelyAndrew Jones2017-01-091-2/+0Star
* aspeed: add a memory region for SRAMCédric Le Goater2016-12-271-0/+2
* aspeed: QOMify the CPU object and attach it to the SoCCédric Le Goater2016-12-271-1/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-204-4/+4
* hw/arm/virt: no ITS on older machine typesAndrew Jones2016-10-171-0/+1
* aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater2016-10-171-0/+2
* aspeed: extend the number of host SPI controllersCédric Le Goater2016-10-171-1/+5
* aspeed: rename the smc object to fmcCédric Le Goater2016-10-171-1/+1
* STM32F205: Connect the SPI devicesAlistair Francis2016-10-041-0/+3
* STM32F205: Connect the ADC devicesAlistair Francis2016-10-041-0/+6
* aspeed-soc: provide a framework to add new SoCsCédric Le Goater2016-09-221-1/+16
* ast2400: replace ast2400 with aspeed_socCédric Le Goater2016-09-221-8/+8
* ast2400: rename the Aspeed SoC files to aspeed_socCédric Le Goater2016-09-221-0/+0
* Remove unused function declarationsLadi Prosek2016-09-151-1/+0Star
* ast2400: add a memory controller device modelCédric Le Goater2016-09-061-0/+2
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-122-4/+4
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-4/+3Star
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-122-5/+5
* ast2400: add SMC controllers (FMC and SPI)Cédric Le Goater2016-07-041-0/+3
* ast2400: Integrate the SCU model and set silicon revisionAndrew Jeffery2016-06-271-0/+2
* arm: xlnx-zynqmp: Add xlnx-dp and xlnx-dpdmaKONRAD Frederic2016-06-141-0/+4
* hw/arm/virt: Add PMU node for virt machineShannon Zhao2016-06-141-0/+4
* xlnx-zynqmp: Make the RPU subsystem optionalEdgar E. Iglesias2016-06-061-0/+2
* xlnx-zynqmp: Add a secure prop to en/disable ARM Security ExtensionsEdgar E. Iglesias2016-06-061-0/+3
* i2c: add aspeed i2c controllerCédric Le Goater2016-06-061-0/+2
* Add ENET device to i.MX6 SOC.Jean-Christophe Dubois2016-06-021-2/+4
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-194-0/+4
* arm: remove useless cpu.h inclusionPaolo Bonzini2016-05-191-2/+0Star