aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-30hw/arm/xlnx-zynqmp.c: Add missing error-propagation codePeter Maydell1-0/+24
2020-03-30hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return pathPeter Maydell1-1/+2
2020-03-30hw/arm/orangepi: check for potential NULL pointer when calling blk_is_availableNiek Linnenbank1-1/+1
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann2-3/+35
2020-03-23aspeed/smc: Fix DMA support for AST2600Cédric Le Goater1-0/+6
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé3-3/+6
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell16-61/+47
2020-03-17hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé10-39/+40
2020-03-17hw/arm: Remove unnecessary memory_region_set_readonly() on ROM aliasPhilippe Mathieu-Daudé3-3/+0
2020-03-17hw/arm/stm32: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2-6/+2