aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2021-05-10hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9Guenter Roeck1-1/+1
2021-05-10hw/arm/mps2-tz: Implement AN524 memory remapping via machine propertyPeter Maydell1-1/+107
2021-05-10hw/arm/imx25_pdk: Fix error message for invalid RAM sizePhilippe Mathieu-Daudé1-3/+2
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell50-82/+8
2021-05-04Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...Peter Maydell3-11/+180
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth28-28/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth21-21/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth5-5/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth11-11/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth6-6/+0
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2-2/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth1-1/+0
2021-05-02hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé5-7/+7
2021-05-02hw/arm/pxa2xx: Declare PCMCIA bus with KconfigPhilippe Mathieu-Daudé1-0/+1
2021-05-01aspeed: Add support for the quanta-q7l1-bmc boardPatrick Venture1-0/+62
2021-05-01aspeed: Add support for the rainier-bmc boardCédric Le Goater1-0/+79
2021-05-01aspeed: Deprecate the swift-bmc machineCédric Le Goater1-0/+3
2021-05-01hw/misc/aspeed_xdma: Add AST2600 supportCédric Le Goater2-2/+4
2021-05-01aspeed: Integrate HACEJoel Stanley2-0/+31
2021-05-01aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater2-8/+0
2021-05-01aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater1-1/+1
2021-04-30hw: add compat machines for 6.1Cornelia Huck1-1/+6
2021-04-30hw/arm/smmuv3: Support 16K translation granuleKunkun Jiang1-2/+4
2021-04-17hw/arm/armsse: Make SSE-300 use Cortex-M55Peter Maydell1-2/+5
2021-04-17hw/arm/armsse: Give SSE-300 its own Property arrayPeter Maydell1-3/+14
2021-04-12hw/arm/mps2-tz: Assert if more than one RAM is attached to an MPCPeter Maydell1-2/+6
2021-04-12hw/arm/mps2-tz: Fix MPC setting for AN524 SRAM blockPeter Maydell1-1/+1
2021-04-12hw/arm/smmuv3: Emulate CFGI_STE_RANGE for an aligned range of StreamIDsZenghui Yu1-4/+8
2021-04-12hw/arm/virt-acpi-build: Fix GSIV values of the {GERR, Sync} interruptsZenghui Yu1-2/+2
2021-04-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210406'...Peter Maydell1-2/+6
2021-04-06hw/arm/virt: Only try to add valid dynamic sysbus devices to platform busPeter Maydell1-2/+6
2021-04-04x86: rename oem-id and oem-table-id propertiesPaolo Bonzini1-4/+4
2021-03-30hw/arm/smmuv3: Drop unused CDM_VALID() and is_cd_valid()Zenghui Yu1-7/+0
2021-03-22acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand1-7/+6
2021-03-22acpi: Set proper maximum size for "etc/table-loader" blobDavid Hildenbrand1-1/+2
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-03-12hw/arm: Connect PWM fans in NPCM7XX boardsHao Wu1-0/+99
2021-03-12hw/arm: Add MFT device to NPCM7xx SocHao Wu1-8/+37
2021-03-12hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones1-7/+16
2021-03-12hw/arm/smmuv3: Uniformize sid tracesEric Auger1-12/+12
2021-03-12hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handlingEric Auger2-14/+25
2021-03-12hw/arm/smmuv3: Enforce invalidation on a power of two rangeEric Auger2-15/+37
2021-03-12hw/arm/smmu-common: Fix smmu_iotlb_inv_iova when asid is not setEric Auger1-1/+1
2021-03-12hw/arm: versal: Add support for the XRAMsEdgar E. Iglesias1-0/+36
2021-03-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell1-171/+185
2021-03-11Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210309' int...Peter Maydell2-12/+73
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell4-4/+0
2021-03-10hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée1-171/+185
2021-03-10hw/arm: xlnx-zynqmp: Connect a Xilinx CSU DMA module for QSPIXuzhou Cheng2-0/+13