aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-04Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...Peter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2021-05-02hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé
2021-05-02hw/arm/pxa2xx: Declare PCMCIA bus with KconfigPhilippe Mathieu-Daudé
2021-05-01aspeed: Add support for the quanta-q7l1-bmc boardPatrick Venture
2021-05-01aspeed: Add support for the rainier-bmc boardCédric Le Goater
2021-05-01aspeed: Deprecate the swift-bmc machineCédric Le Goater
2021-05-01hw/misc/aspeed_xdma: Add AST2600 supportCédric Le Goater
2021-05-01aspeed: Integrate HACEJoel Stanley
2021-05-01aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater
2021-05-01aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater
2021-04-30hw: add compat machines for 6.1Cornelia Huck
2021-04-30hw/arm/smmuv3: Support 16K translation granuleKunkun Jiang
2021-04-17hw/arm/armsse: Make SSE-300 use Cortex-M55Peter Maydell
2021-04-17hw/arm/armsse: Give SSE-300 its own Property arrayPeter Maydell
2021-04-12hw/arm/mps2-tz: Assert if more than one RAM is attached to an MPCPeter Maydell
2021-04-12hw/arm/mps2-tz: Fix MPC setting for AN524 SRAM blockPeter Maydell
2021-04-12hw/arm/smmuv3: Emulate CFGI_STE_RANGE for an aligned range of StreamIDsZenghui Yu
2021-04-12hw/arm/virt-acpi-build: Fix GSIV values of the {GERR, Sync} interruptsZenghui Yu
2021-04-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210406'...Peter Maydell
2021-04-06hw/arm/virt: Only try to add valid dynamic sysbus devices to platform busPeter Maydell
2021-04-04x86: rename oem-id and oem-table-id propertiesPaolo Bonzini
2021-03-30hw/arm/smmuv3: Drop unused CDM_VALID() and is_cd_valid()Zenghui Yu
2021-03-22acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand
2021-03-22acpi: Set proper maximum size for "etc/table-loader" blobDavid Hildenbrand
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster
2021-03-12hw/arm: Connect PWM fans in NPCM7XX boardsHao Wu
2021-03-12hw/arm: Add MFT device to NPCM7xx SocHao Wu
2021-03-12hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones
2021-03-12hw/arm/smmuv3: Uniformize sid tracesEric Auger
2021-03-12hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handlingEric Auger
2021-03-12hw/arm/smmuv3: Enforce invalidation on a power of two rangeEric Auger
2021-03-12hw/arm/smmu-common: Fix smmu_iotlb_inv_iova when asid is not setEric Auger
2021-03-12hw/arm: versal: Add support for the XRAMsEdgar E. Iglesias
2021-03-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell
2021-03-11Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210309' int...Peter Maydell
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell
2021-03-10hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée
2021-03-10hw/arm: xlnx-zynqmp: Connect a Xilinx CSU DMA module for QSPIXuzhou Cheng
2021-03-10hw/arm: xlnx-zynqmp: Clean up coding convention issuesXuzhou Cheng
2021-03-09hw/misc: Model KCS devices in the Aspeed LPC controllerAndrew Jeffery
2021-03-09hw/misc: Add a basic Aspeed LPC controller modelCédric Le Goater