aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2019-07-15hw/arm/virt: Fix non-secure flash modeDavid Engraf1-1/+1
2019-07-08hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULLPeter Maydell1-6/+2
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov1-0/+1
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu14-23/+54
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-1/+1
2019-07-01hw/arm: Add arm SBSA reference machine, devices partHongbo Zhang1-0/+535
2019-07-01hw/arm: Add arm SBSA reference machine, skeleton partHongbo Zhang3-0/+286
2019-07-01aspeed: Link SCU to the watchdogJoel Stanley1-0/+2
2019-07-01hw/misc/aspeed_xdma: New deviceEddie James1-0/+17
2019-07-01aspeed: Add support for the swift-bmc boardAdriana Kobylak1-0/+50
2019-07-01aspeed/smc: add a 'sdram_base' propertyCédric Le Goater1-0/+6
2019-07-01aspeed: add a RAM memory region containerCédric Le Goater1-4/+9
2019-07-01aspeed: remove the "ram" linkCédric Le Goater1-2/+0
2019-07-01aspeed: add support for multiple NICsCédric Le Goater1-14/+19
2019-07-01aspeed: introduce a configurable number of CPU per machineCédric Le Goater2-8/+32
2019-07-01hw/arm/aspeed: Add RTC to SoCJoel Stanley1-0/+13
2019-07-01aspeed: add a per SoC mapping for the memory spaceCédric Le Goater2-49/+76
2019-07-01aspeed: add a per SoC mapping for the interrupt spaceCédric Le Goater1-8/+49
2019-07-01i.mx7d: Add no-op/unimplemented PCIE PHY IP blockAndrey Smirnov1-0/+5
2019-07-01i.mx7d: Add no-op/unimplemented APBH DMA moduleAndrey Smirnov1-0/+6
2019-07-01hw/arm/virt: Add support for Cortex-A7Jan Kiszka1-0/+1
2019-07-01hw/arm/msf2-som: Exit when the cpu is not the expected onePhilippe Mathieu-Daudé1-0/+1
2019-07-01hw/arm/boot: fix direct kernel boot with initrdAndrew Jones1-1/+2
2019-06-17hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boardsPeter Maydell2-12/+54
2019-06-17hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPUPeter Maydell1-0/+18
2019-06-17hw/arm/boot: Honour image size field in AArch64 Image format kernelsPeter Maydell1-2/+15
2019-06-17hw/arm/boot: Avoid placing the initrd on top of the kernelPeter Maydell1-14/+20
2019-06-17hw/arm/boot: Diagnose layouts that put initrd or DTB off the end of RAMPeter Maydell1-0/+23
2019-06-17hw/arm/boot: Don't assume RAM starts at address zeroPeter Maydell1-5/+4
2019-06-16hw/acpi: extract acpi_add_rom_blob()Wei Yang1-16/+10
2019-06-13hw/arm/smmuv3: Fix decoding of ID register rangePeter Maydell1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster28-23/+5
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster18-12/+18
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-17/+1
2019-06-03imx25-pdk: create ds1338 for qtest inside the testPaolo Bonzini1-9/+0
2019-05-29hw/acpi: Consolidate build_mcfg to pci.cWei Yang2-17/+1
2019-05-24hw/arm/mps2: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2-8/+8
2019-05-24hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé7-31/+21
2019-05-24hw/arm/aspeed: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2-33/+23
2019-05-24hw/arm/bcm2835: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-33/+20
2019-05-24hw/arm/bcm2835: Use object_initialize() on PL011StatePhilippe Mathieu-Daudé1-7/+7
2019-05-24hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+1
2019-05-23hw/arm/exynos4210: QOM'ify the Exynos4210 SoCPhilippe Mathieu-Daudé2-6/+29
2019-05-23hw/arm/exynos4210: Add DMA support for the Exynos4210Guenter Roeck1-0/+26
2019-05-23hw/arm/exynos4: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2019-05-23hw/arm/exynos4: Remove unuseful debug codePhilippe Mathieu-Daudé1-24/+0
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell37-37/+36
2019-05-20hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang1-7/+11
2019-05-20hw/arm/virt-acpi-build: remove unnecessary variable mcfg_startWei Yang1-3/+1
2019-05-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-1...Peter Maydell2-11/+331