aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2020-05-21hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-3/+4
2020-05-21hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-8/+15
2020-05-21hw/arm/fsl-imx7: Connect watchdog interruptsGuenter Roeck1-0/+11
2020-05-21hw/arm/fsl-imx7: Instantiate various unimplemented devicesGuenter Roeck1-0/+24
2020-05-21hw/arm/fsl-imx6ul: Connect watchdog interruptsGuenter Roeck1-0/+10
2020-05-21hw/arm/fsl-imx6: Connect watchdog interruptsGuenter Roeck1-0/+9
2020-05-21hw/arm/fsl-imx31: Wire up watchdogGuenter Roeck2-0/+7
2020-05-21hw/arm/fsl-imx25: Wire up watchdogGuenter Roeck2-0/+11
2020-05-21hw: Move i.MX watchdog driver to hw/watchdogGuenter Roeck1-0/+3
2020-05-18hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé2-2/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster24-94/+66
2020-05-15hw/arm/bcm2835: Drop futile attempts at QOM-adopting memoryMarkus Armbruster1-2/+0
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster4-24/+13
2020-05-14ACPI: Record the Generic Error Status Block addressDongjiu Geng1-0/+8
2020-05-14ACPI: Build Hardware Error Source TableDongjiu Geng1-0/+2
2020-05-14ACPI: Build related register address fields via hardware error fw_cfg blobDongjiu Geng1-0/+5
2020-05-14hw/arm/virt: Introduce a RAS machine optionDongjiu Geng1-0/+23
2020-05-14aspeed: Add support for the sonorapass-bmc boardPatrick Williams1-0/+78
2020-05-11hw/arm/musicpal: Map the UART devices unconditionallyPhilippe Mathieu-Daudé1-8/+4
2020-05-11hw/timer/nrf51_timer: Display timer ID in trace eventsPhilippe Mathieu-Daudé1-0/+5
2020-05-11hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definitionPhilippe Mathieu-Daudé1-2/+2
2020-05-11aspeed: Support AST2600A1 silicon revisionJoel Stanley2-7/+7
2020-05-11aspeed: Add boot stub for smp bootingJoel Stanley1-0/+65
2020-05-06hw: add compat machines for 5.1Cornelia Huck1-1/+7
2020-05-06hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to offEric Auger1-5/+0
2020-05-04hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum1-5/+11
2020-05-04hw/arm/virt: Add nvdimm hot-plug infrastructureKwangwoo Lee3-0/+26
2020-05-04hw/arm: versal-virt: Add support for the RTCEdgar E. Iglesias1-0/+22
2020-05-04hw/arm: versal-virt: Add support for SDEdgar E. Iglesias1-0/+46
2020-05-04hw/arm: versal: Add support for the RTCEdgar E. Iglesias1-0/+21
2020-05-04hw/arm: versal: Add support for SDEdgar E. Iglesias1-0/+31
2020-05-04hw/arm: versal: Embed the APUs into the SoC typeEdgar E. Iglesias2-16/+7
2020-05-04hw/arm: versal: Embed the ADMAs into the SoC typeEdgar E. Iglesias1-7/+7
2020-05-04hw/arm: versal: Embed the GEMs into the SoC typeEdgar E. Iglesias1-7/+8
2020-05-04hw/arm: versal: Embed the UARTs into the SoC typeEdgar E. Iglesias1-6/+6
2020-05-04hw/arm: versal-virt: Fix typo xlnx-ve -> xlnx-versalEdgar E. Iglesias1-1/+1
2020-05-04hw/arm: versal: Move misplaced commentEdgar E. Iglesias1-1/+1
2020-05-04hw/arm: versal: Remove inclusion of arm_gicv3_common.hEdgar E. Iglesias1-1/+0
2020-05-04hw/arm/mps2-tz: Use TYPE_IOTKIT instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+1
2020-04-30hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodesEdgar E. Iglesias1-0/+30
2020-04-30hw/arm: xlnx-zcu102: Move arm_boot_info into XlnxZCU102Edgar E. Iglesias1-4/+5
2020-04-30hw/arm/virt: dt: add kaslr-seed propertyJerome Forissier1-0/+15
2020-04-30hw/arm/virt: dt: move creation of /secure-chosen to create_fdt()Jerome Forissier1-1/+4
2020-04-30hw/arm: versal: Setup the ADMA with 128bit bus-widthEdgar E. Iglesias1-0/+2
2020-04-30hw/arm/xilinx_zynq: connect uart clocks to slcrDamien Hedde1-8/+49
2020-04-30msf2: Add EMAC block to SmartFusion2 SoCSubbaraya Sundeep1-2/+24
2020-04-29arm/virt: Fix virt_machine_device_plug_cb() error API violationMarkus Armbruster1-2/+2
2020-04-13acpi: Use macro for table-loader file nameShameer Kolothum1-1/+1
2020-04-03hw/arm/collie: Put StrongARMState* into a CollieMachineState structPeter Maydell1-5/+28
2020-03-31Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-3/+35