aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2019-10-24aspeed: Add an AST2600 eval boardCédric Le Goater1-0/+23
2019-10-22hw/arm/digic4: Inline digic4_board_setup_ram() functionPhilippe Mathieu-Daudé1-7/+2
2019-10-22hw/arm/omap1: Create the RAM in the boardPhilippe Mathieu-Daudé3-11/+17
2019-10-22hw/arm/omap2: Create the RAM in the boardPhilippe Mathieu-Daudé2-11/+12
2019-10-22hw/arm/collie: Create the RAM in the boardPhilippe Mathieu-Daudé3-11/+8
2019-10-22hw/arm/mps2: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2-2/+4
2019-10-22hw/arm/xilinx_zynq: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2019-10-22hw/arm/exynos4210: Use the Samsung s3c SDHCI controllerPhilippe Mathieu-Daudé1-1/+1
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-15/+148
2019-10-15hw/arm/bcm2835: Add various unimplemented peripheralsPhilippe Mathieu-Daudé1-0/+31
2019-10-15hw/arm/bcm2835: Rename some definitionsPhilippe Mathieu-Daudé2-4/+5
2019-10-15hw/arm/raspi: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+2
2019-10-15aspeed/soc: Add ASPEED Video stubJoel Stanley2-0/+11
2019-10-15aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater1-0/+20
2019-10-15aspeed: Parameterise number of MACsJoel Stanley2-4/+12
2019-10-15aspeed/soc: Add AST2600 supportCédric Le Goater2-1/+493
2019-10-15aspeed: Introduce an object class per SoCCédric Le Goater2-71/+81
2019-10-15aspeed/i2c: Introduce an object class per SoCCédric Le Goater1-1/+2
2019-10-15watchdog/aspeed: Introduce an object class per SoCCédric Le Goater1-4/+5
2019-10-15aspeed/sdmc: Introduce an object class per SoCCédric Le Goater1-3/+2
2019-10-15aspeed/timer: Introduce an object class per SoCCédric Le Goater1-1/+2
2019-10-15hw/sd/aspeed_sdhci: New deviceEddie James2-1/+37
2019-10-15hw/arm/musicpal.c: Switch to transaction-based ptimer APIPeter Maydell1-6/+10
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell1-1/+1
2019-10-05hw/arm: Use GED for system_powerdown eventShameer Kolothum2-9/+15
2019-10-05hw/arm: Factor out powerdown notifier from GPIOShameer Kolothum1-8/+4
2019-10-05hw/arm/virt-acpi-build: Add PC-DIMM in SRATShameer Kolothum2-0/+10
2019-10-05hw/arm/virt: Enable device memory cold/hot plug with ACPI bootShameer Kolothum3-7/+75
2019-10-05hw/arm/virt: Add memory hotplug frameworkEric Auger2-1/+54
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-8/+10
2019-09-27hw/arm/boot: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-5/+5
2019-09-27hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel bootsPeter Maydell1-0/+2
2019-09-13aspeed/scu: Introduce per-SoC SCU typesCédric Le Goater1-1/+2
2019-09-13aspeed/smc: Add support for DMAsCédric Le Goater2-0/+4
2019-09-13aspeed: Use consistent typenamesCédric Le Goater1-13/+12
2019-09-13aspeed: Remove unused SoC definitionsCédric Le Goater1-26/+0
2019-09-13aspeed: add a GPIO controller to the SoCRashmica Gupta1-0/+17
2019-09-04Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell30-162/+68
2019-09-03hw/arm/fsl-imx: Add the cpu as child of the SoC objectPhilippe Mathieu-Daudé2-2/+6
2019-09-03hw/arm: Use sysbus_init_child_obj for correct reference countingPhilippe Mathieu-Daudé1-2/+2
2019-09-03hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé3-17/+16
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé8-11/+15
2019-09-03hw/arm/smmuv3: Remove spurious error messages on IOVA invalidationsEric Auger2-8/+12
2019-09-03hw/arm/smmuv3: Log a guest error when decoding an invalid STEEric Auger1-0/+1
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu4-6/+9
2019-09-03numa: move numa global variable have_numa_distance into MachineStateTao Xu3-3/+3
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu4-8/+14
2019-09-03hw/arm: simplify arm_load_dtbTao Xu29-145/+42
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2-2/+2
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2-2/+2