aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2020-02-21arm: allwinner: Wire up USB portsGuenter Roeck1-0/+43
2020-02-21z2: Make providing flash images non-mandatoryGuenter Roeck1-6/+0
2020-02-21mainstone: Make providing flash images non-mandatoryGuenter Roeck1-10/+1
2020-02-18hw/arm/xlnx-versal: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2020-02-13hw/arm/raspi: Extract the cores count from the board revisionPhilippe Mathieu-Daudé1-3/+16
2020-02-13hw/arm/raspi: Use a unique raspi_machine_class_init() methodPhilippe Mathieu-Daudé1-25/+6
2020-02-13hw/arm/raspi: Extract the board model from the board revisionPhilippe Mathieu-Daudé1-2/+16
2020-02-13hw/arm/raspi: Set default RAM size to size encoded in board revisionPhilippe Mathieu-Daudé1-2/+2
2020-02-13hw/arm/raspi: Let class_init() directly call raspi_machine_init()Philippe Mathieu-Daudé1-13/+3
2020-02-13hw/arm/raspi: Make board_rev a field of RaspiMachineClassPhilippe Mathieu-Daudé1-3/+14
2020-02-13hw/arm/raspi: Make machines children of abstract RaspiMachineClassPhilippe Mathieu-Daudé1-7/+49
2020-02-13hw/arm/raspi: Trivial code movementPhilippe Mathieu-Daudé1-3/+2
2020-02-13hw/arm/raspi: Extract the processor type from the board revisionPhilippe Mathieu-Daudé1-2/+16
2020-02-13hw/arm/raspi: Extract the RAM size from the board revisionPhilippe Mathieu-Daudé1-3/+12
2020-02-13hw/arm/raspi: Extract the version from the board revisionPhilippe Mathieu-Daudé1-4/+27
2020-02-13hw/arm/raspi: Correct the board descriptionsPhilippe Mathieu-Daudé1-2/+2
2020-02-13hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernelsPhilippe Mathieu-Daudé1-3/+3
2020-02-13hw/arm: ast2600: Wire up EHCI controllersGuenter Roeck1-0/+23
2020-02-13hw/arm: ast2400/ast2500: Wire up EHCI controllersGuenter Roeck1-0/+25
2020-02-13arm/acpi: simplify the description of PCI _CRSHeyi Guo1-1/+0
2020-02-13arm/acpi: fix duplicated _UID of PCI interrupt link devicesHeyi Guo1-1/+1
2020-02-13arm/acpi: fix PCI _PRT definitionHeyi Guo1-5/+5
2020-02-13arm/virt/acpi: remove _ADR from devices identified by _HIDHeyi Guo1-8/+0
2020-02-13arm/virt/acpi: remove meaningless sub device "RP0" from PCI0Heyi Guo1-4/+0
2020-02-13i.MX: Add support for WDT on i.MX6Roman Kapl1-0/+21
2020-02-07stellaris: delay timer_new to avoid memleaksPan Nengyuan1-1/+6
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones1-0/+8
2020-01-30hw/arm/virt: Add missing 5.0 options call to 4.2 optionsAndrew Jones1-0/+1
2020-01-30hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'Philippe Mathieu-Daudé1-2/+0
2020-01-30hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0Cédric Le Goater1-5/+39
2020-01-30hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery2-12/+43
2020-01-30hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery3-1/+5
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2-2/+2
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell17-19/+19
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau17-19/+19
2020-01-23hw/arm/exynos4210: Connect serial port DMA busy signals with pl330Guenter Roeck1-13/+29
2020-01-23hw/arm/exynos4210: Fix DMA initializationGuenter Roeck1-8/+43
2020-01-23hw/arm: Use helper function to trigger hotplug handler plugKeqian Zhu1-3/+3
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-1/+1
2020-01-17i.MX: add an emulation for RNGCMartin Kaiser1-0/+11
2020-01-17hw/arm/allwinner-a10: Remove local qemu_irq variablesPhilippe Mathieu-Daudé1-5/+4
2020-01-17hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios()Philippe Mathieu-Daudé1-13/+11
2020-01-17hw/arm/allwinner-a10: Move SoC definitions out of headerPhilippe Mathieu-Daudé1-0/+6
2020-01-17hw/arm: Add the Netduino Plus 2Alistair Francis2-0/+53
2020-01-17hw/arm: Add the STM32F4xx SoCAlistair Francis2-0/+303
2020-01-17hw/misc: Add the STM32F4xx EXTI deviceAlistair Francis1-0/+1
2020-01-17hw/misc: Add the STM32F4xx Sysconfig deviceAlistair Francis1-0/+9
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+2
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2-2/+2
2020-01-07omap-gpio: remove PROP_PTRMarc-André Lureau2-7/+8