aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
2020-06-26hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineStatePhilippe Mathieu-Daudé
2020-06-26hw/arm/aspeed: Remove extraneous MemoryRegion object ownerPhilippe Mathieu-Daudé
2020-06-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-06-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...Peter Maydell
2020-06-24arm/acpi: Add the TPM2.0 device under the DSDTEric Auger
2020-06-23arm/aspeed: Drop aspeed_board_init_flashes() parameter @errpMarkus Armbruster
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-23arm/virt: Add memory hot remove supportShameer Kolothum
2020-06-23hw/arm/mps2-tz: Use the ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add audio I2S interface as unimplemented devicePhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add I2C devicesPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add SPI devicesPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Map the FPGA I/O blockPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented devicesPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add CMSDK APB watchdog devicePhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Rename CMSDK AHB peripheral regionPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Document CMSDK/FPGA APB subsystem sectionsPhilippe Mathieu-Daudé
2020-06-23hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded stringPhilippe Mathieu-Daudé
2020-06-23hw/arm/virt: Add 5.0 HW compat propsAndrew Jones
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell
2020-06-16hw: arm: Set vendor property for IMX SDHCI emulationsGuenter Roeck
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15microbit: Eliminate two local variables in microbit_init()Markus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 4Markus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3Markus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 2Markus Armbruster
2020-06-15hw/arm/armsse: Pass correct child size to sysbus_init_child_obj()Markus Armbruster
2020-06-15sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1Markus Armbruster
2020-06-15microbit: Tidy up sysbus_init_child_obj() @child argumentMarkus Armbruster
2020-06-15sysbus: Drop useless OBJECT() in sysbus_init_child_obj() callsMarkus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15qom: Tidy up a few object_initialize_child() callsMarkus Armbruster
2020-06-15ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-15armv7m: Delete unused "ARM,bitband-memory" devicesMarkus Armbruster
2020-06-15arm/aspeed: Rework NIC attachmentCédric Le Goater
2020-06-15arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater
2020-06-15arm/stm32f405: Fix realization of "stm32f2xx-adc" devicesMarkus Armbruster
2020-06-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-06-09hw/arm/aspeed: Correct DRAM container region sizePhilippe Mathieu-Daudé
2020-06-09arm/acpi: TPM2 ACPI table supportEric Auger
2020-06-09hw/acpi/nvdimm: add a helper to augment SRAT generationVishal Verma
2020-06-05wire in the dwc-hsotg (dwc2) USB host controller emulationPaul Zimmerman
2020-06-05raspi: add BCM2835 SOC MPHI emulationPaul Zimmerman
2020-06-05hw/arm/pxa2xx: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-27arm/sabrelite: Consistently use &error_fatal in sabrelite_init()Markus Armbruster