summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm/highbank: use memdev for RAMIgor Mammedov2020-02-191-6/+4Star
| * | arm/digic_boards: use memdev for RAMIgor Mammedov2020-02-191-19/+21
| * | arm/cubieboard: use memdev for RAMIgor Mammedov2020-02-191-17/+8Star
| * | arm/collie: use memdev for RAMIgor Mammedov2020-02-191-4/+12
| * | arm/aspeed: use memdev for RAMIgor Mammedov2020-02-191-3/+2Star
| * | arm/aspeed: actually check RAM sizeIgor Mammedov2020-02-191-8/+5Star
| |/
* | arm: allwinner: Wire up USB portsGuenter Roeck2020-02-211-0/+43
* | z2: Make providing flash images non-mandatoryGuenter Roeck2020-02-211-6/+0Star
* | mainstone: Make providing flash images non-mandatoryGuenter Roeck2020-02-211-10/+1Star
* | hw/arm/xlnx-versal: Remove superfluous semicolonPhilippe Mathieu-Daudé2020-02-181-1/+1
|/
* hw/arm/raspi: Extract the cores count from the board revisionPhilippe Mathieu-Daudé2020-02-131-3/+16
* hw/arm/raspi: Use a unique raspi_machine_class_init() methodPhilippe Mathieu-Daudé2020-02-131-25/+6Star
* hw/arm/raspi: Extract the board model from the board revisionPhilippe Mathieu-Daudé2020-02-131-2/+16
* hw/arm/raspi: Set default RAM size to size encoded in board revisionPhilippe Mathieu-Daudé2020-02-131-2/+2
* hw/arm/raspi: Let class_init() directly call raspi_machine_init()Philippe Mathieu-Daudé2020-02-131-13/+3Star
* hw/arm/raspi: Make board_rev a field of RaspiMachineClassPhilippe Mathieu-Daudé2020-02-131-3/+14
* hw/arm/raspi: Make machines children of abstract RaspiMachineClassPhilippe Mathieu-Daudé2020-02-131-7/+49
* hw/arm/raspi: Trivial code movementPhilippe Mathieu-Daudé2020-02-131-3/+2Star
* hw/arm/raspi: Extract the processor type from the board revisionPhilippe Mathieu-Daudé2020-02-131-2/+16
* hw/arm/raspi: Extract the RAM size from the board revisionPhilippe Mathieu-Daudé2020-02-131-3/+12
* hw/arm/raspi: Extract the version from the board revisionPhilippe Mathieu-Daudé2020-02-131-4/+27
* hw/arm/raspi: Correct the board descriptionsPhilippe Mathieu-Daudé2020-02-131-2/+2
* hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernelsPhilippe Mathieu-Daudé2020-02-131-3/+3
* hw/arm: ast2600: Wire up EHCI controllersGuenter Roeck2020-02-131-0/+23
* hw/arm: ast2400/ast2500: Wire up EHCI controllersGuenter Roeck2020-02-131-0/+25
* arm/acpi: simplify the description of PCI _CRSHeyi Guo2020-02-131-1/+0Star
* arm/acpi: fix duplicated _UID of PCI interrupt link devicesHeyi Guo2020-02-131-1/+1
* arm/acpi: fix PCI _PRT definitionHeyi Guo2020-02-131-5/+5
* arm/virt/acpi: remove _ADR from devices identified by _HIDHeyi Guo2020-02-131-8/+0Star
* arm/virt/acpi: remove meaningless sub device "RP0" from PCI0Heyi Guo2020-02-131-4/+0Star
* i.MX: Add support for WDT on i.MX6Roman Kapl2020-02-131-0/+21
* stellaris: delay timer_new to avoid memleaksPan Nengyuan2020-02-071-1/+6
* target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones2020-01-301-0/+8
* hw/arm/virt: Add missing 5.0 options call to 4.2 optionsAndrew Jones2020-01-301-0/+1
* hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'Philippe Mathieu-Daudé2020-01-301-2/+0Star
* hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0Cédric Le Goater2020-01-301-5/+39
* hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery2020-01-302-12/+43
* hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery2020-01-303-1/+5
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-292-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-2717-19/+19
|\
| * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-2417-19/+19
* | hw/arm/exynos4210: Connect serial port DMA busy signals with pl330Guenter Roeck2020-01-231-13/+29
* | hw/arm/exynos4210: Fix DMA initializationGuenter Roeck2020-01-231-8/+43
* | hw/arm: Use helper function to trigger hotplug handler plugKeqian Zhu2020-01-231-3/+3
|/
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+1
* i.MX: add an emulation for RNGCMartin Kaiser2020-01-171-0/+11
* hw/arm/allwinner-a10: Remove local qemu_irq variablesPhilippe Mathieu-Daudé2020-01-171-5/+4Star
* hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios()Philippe Mathieu-Daudé2020-01-171-13/+11Star
* hw/arm/allwinner-a10: Move SoC definitions out of headerPhilippe Mathieu-Daudé2020-01-171-0/+6
* hw/arm: Add the Netduino Plus 2Alistair Francis2020-01-172-0/+53