aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2019-12-16hw/arm/virt: Simplify by moving the gic in the machine statePhilippe Mathieu-Daudé1-0/+1
2019-12-16aspeed: Remove AspeedBoardConfig array and use AspeedMachineClassCédric Le Goater1-14/+10
2019-12-16aspeed: Add a DRAM memory region at the SoC levelCédric Le Goater1-0/+1
2019-11-26hw/arm: versal: Add the CRP as unimplementedEdgar E. Iglesias1-0/+3
2019-11-11hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routineClement Deschamps1-2/+5
2019-10-25Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2-2/+2
2019-10-25hw/arm/bcm2836: Rename cpus[] as cpu[].corePhilippe Mathieu-Daudé1-1/+3
2019-10-25hw/arm/bcm2835_peripherals: Use the SYS_timerPhilippe Mathieu-Daudé1-1/+2
2019-10-25hw/arm/bcm2835_peripherals: Use the thermal sensor blockPhilippe Mathieu-Daudé2-0/+3
2019-10-24hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-10-24hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-10-24aspeed: Add an AST2600 eval boardCédric Le Goater1-0/+1
2019-10-22hw/arm/omap1: Create the RAM in the boardPhilippe Mathieu-Daudé1-4/+2
2019-10-22hw/arm/omap2: Create the RAM in the boardPhilippe Mathieu-Daudé1-3/+1
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+5
2019-10-15hw/arm/bcm2835: Add various unimplemented peripheralsPhilippe Mathieu-Daudé2-0/+23
2019-10-15hw/arm/bcm2835: Rename some definitionsPhilippe Mathieu-Daudé1-9/+7
2019-10-15aspeed/soc: Add ASPEED Video stubJoel Stanley1-0/+1
2019-10-15aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater1-0/+5
2019-10-15aspeed: Parameterise number of MACsJoel Stanley1-1/+4
2019-10-15aspeed/soc: Add AST2600 supportCédric Le Goater1-0/+4
2019-10-15aspeed: Introduce an object class per SoCCédric Le Goater1-6/+3
2019-10-15hw: wdt_aspeed: Add AST2600 supportJoel Stanley1-1/+1
2019-10-15hw/sd/aspeed_sdhci: New deviceEddie James1-0/+3
2019-10-05hw/arm: Factor out powerdown notifier from GPIOShameer Kolothum1-0/+1
2019-10-05hw/arm/virt: Enable device memory cold/hot plug with ACPI bootShameer Kolothum1-0/+4
2019-09-13aspeed: Use consistent typenamesCédric Le Goater1-3/+0
2019-09-13aspeed: add a GPIO controller to the SoCRashmica Gupta1-0/+3
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-2/+2
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster3-3/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster3-3/+0
2019-08-16ide: Include hw/ide/internal a bit less outside hw/ide/Markus Armbruster2-2/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster8-2/+10
2019-07-22hw/arm/fsl-imx6ul.c: Remove dead SMP-related codePeter Maydell1-1/+1
2019-07-01hw/misc/aspeed_xdma: New deviceEddie James1-0/+3
2019-07-01aspeed: add support for multiple NICsCédric Le Goater1-1/+2
2019-07-01aspeed: introduce a configurable number of CPU per machineCédric Le Goater1-1/+4
2019-07-01hw/arm/aspeed: Add RTC to SoCJoel Stanley1-0/+2
2019-07-01aspeed: add a per SoC mapping for the memory spaceCédric Le Goater1-2/+2
2019-07-01aspeed: add a per SoC mapping for the interrupt spaceCédric Le Goater1-0/+36
2019-07-01i.mx7d: pci: Update PCI IRQ mapping to match HWAndrey Smirnov1-4/+4
2019-07-01i.mx7d: Add no-op/unimplemented PCIE PHY IP blockAndrey Smirnov1-0/+3
2019-07-01i.mx7d: Add no-op/unimplemented APBH DMA moduleAndrey Smirnov1-0/+3
2019-06-17hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boardsPeter Maydell1-0/+7
2019-06-17hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPUPeter Maydell1-0/+4
2019-06-12Supply missing header guardsMarkus Armbruster1-0/+5
2019-06-12Normalize position of header guardMarkus Armbruster3-6/+8
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster5-5/+0
2019-05-24hw/arm/bcm2835: Use object_initialize() on PL011StatePhilippe Mathieu-Daudé1-1/+1