aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-7/+50
2020-02-27hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger1-7/+50
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini3-12/+7
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini25-211/+215
2020-02-21arm: allwinner: Wire up USB portsGuenter Roeck1-0/+43
2020-02-21z2: Make providing flash images non-mandatoryGuenter Roeck1-6/+0
2020-02-21mainstone: Make providing flash images non-mandatoryGuenter Roeck1-10/+1
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé1-4/+2
2020-02-20hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé2-8/+5
2020-02-19arm/xlnx-zcu102: use memdev for RAMIgor Mammedov1-5/+2
2020-02-19arm/xlnx-versal-virt: use memdev for RAMIgor Mammedov1-5/+2
2020-02-19arm/xilinx_zynq: use memdev for RAMIgor Mammedov1-4/+2
2020-02-19arm/xilinx_zynq: drop RAM size fixupIgor Mammedov1-8/+8
2020-02-19arm/virt: use memdev for RAMIgor Mammedov1-4/+3
2020-02-19arm/vexpress: use memdev for RAMIgor Mammedov1-9/+5
2020-02-19arm/versatilepb: use memdev for RAMIgor Mammedov1-4/+3
2020-02-19arm/sbsa-ref: use memdev for RAMIgor Mammedov1-4/+3
2020-02-19arm/raspi: use memdev for RAMIgor Mammedov1-6/+4
2020-02-19arm/sabrelite: use memdev for RAMIgor Mammedov1-15/+8
2020-02-19arm/palm: use memdev for RAMIgor Mammedov1-5/+14
2020-02-19arm/omap_sx1: use memdev for RAMIgor Mammedov1-5/+15
2020-02-19arm/nseries: use memdev for RAMIgor Mammedov1-13/+19
2020-02-19arm/musicpal: use memdev for RAMIgor Mammedov1-5/+13
2020-02-19arm/mps2: use memdev for RAMIgor Mammedov1-4/+11
2020-02-19arm/mps2-tz: use memdev for RAMIgor Mammedov1-4/+11
2020-02-19arm/mcimx7d-sabre: use memdev for RAMIgor Mammedov1-16/+9
2020-02-19arm/mcimx6ul-evk: use memdev for RAMIgor Mammedov1-16/+9
2020-02-19arm/kzm: use memdev for RAMIgor Mammedov1-5/+4
2020-02-19arm/kzm: drop RAM size fixupIgor Mammedov1-4/+5
2020-02-19arm/integratorcp: use memdev for RAMIgor Mammedov1-5/+4
2020-02-19arm/imx25_pdk: use memdev for RAMIgor Mammedov1-5/+4
2020-02-19arm/imx25_pdk: drop RAM size fixupIgor Mammedov1-4/+6
2020-02-19arm/highbank: use memdev for RAMIgor Mammedov1-6/+4
2020-02-19arm/digic_boards: use memdev for RAMIgor Mammedov1-19/+21
2020-02-19arm/cubieboard: use memdev for RAMIgor Mammedov1-17/+8
2020-02-19arm/collie: use memdev for RAMIgor Mammedov1-4/+12
2020-02-19arm/aspeed: use memdev for RAMIgor Mammedov1-3/+2
2020-02-19arm/aspeed: actually check RAM sizeIgor Mammedov1-8/+5
2020-02-18hw/arm/xlnx-versal: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2020-02-13hw/arm/raspi: Extract the cores count from the board revisionPhilippe Mathieu-Daudé1-3/+16
2020-02-13hw/arm/raspi: Use a unique raspi_machine_class_init() methodPhilippe Mathieu-Daudé1-25/+6
2020-02-13hw/arm/raspi: Extract the board model from the board revisionPhilippe Mathieu-Daudé1-2/+16
2020-02-13hw/arm/raspi: Set default RAM size to size encoded in board revisionPhilippe Mathieu-Daudé1-2/+2
2020-02-13hw/arm/raspi: Let class_init() directly call raspi_machine_init()Philippe Mathieu-Daudé1-13/+3
2020-02-13hw/arm/raspi: Make board_rev a field of RaspiMachineClassPhilippe Mathieu-Daudé1-3/+14
2020-02-13hw/arm/raspi: Make machines children of abstract RaspiMachineClassPhilippe Mathieu-Daudé1-7/+49
2020-02-13hw/arm/raspi: Trivial code movementPhilippe Mathieu-Daudé1-3/+2
2020-02-13hw/arm/raspi: Extract the processor type from the board revisionPhilippe Mathieu-Daudé1-2/+16
2020-02-13hw/arm/raspi: Extract the RAM size from the board revisionPhilippe Mathieu-Daudé1-3/+12
2020-02-13hw/arm/raspi: Extract the version from the board revisionPhilippe Mathieu-Daudé1-4/+27