summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
...
* hw/arm: Add the STM32F4xx SoCAlistair Francis2020-01-172-0/+303
* hw/misc: Add the STM32F4xx EXTI deviceAlistair Francis2020-01-171-0/+1
* hw/misc: Add the STM32F4xx Sysconfig deviceAlistair Francis2020-01-171-0/+9
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-102-2/+2
|\
| * chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-082-2/+2
* | omap-gpio: remove PROP_PTRMarc-André Lureau2020-01-072-7/+8
* | omap-i2c: remove PROP_PTRMarc-André Lureau2020-01-072-5/+5
* | omap-intc: remove PROP_PTRMarc-André Lureau2020-01-072-4/+4
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-01-061-1/+0Star
|\
| * numa: properly check if numa is supportedIgor Mammedov2019-12-191-1/+0Star
* | hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word positionSimon Veith2019-12-201-1/+1
* | hw/arm/smmuv3: Use correct bit positions in EVT_SET_ADDR2 macroSimon Veith2019-12-201-2/+2
* | hw/arm/smmuv3: Align stream table base address to table sizeSimon Veith2019-12-201-4/+14
* | hw/arm/smmuv3: Check stream IDs against actual table LOG2SIZESimon Veith2019-12-201-2/+6
* | hw/arm/smmuv3: Correct SMMU_BASE_ADDR_MASK valueSimon Veith2019-12-201-1/+1
* | hw/arm/smmuv3: Apply address mask to linear strtab base addressSimon Veith2019-12-201-1/+1
* | ast2600: Configure CNTFRQ at 1125MHzAndrew Jeffery2019-12-201-0/+3
|/
* hw/arm/nseries: Replace the bluetooth chardev with a "null" chardevThomas Huth2019-12-161-9/+7Star
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191216-...Peter Maydell2019-12-166-226/+296
|\
| * hw/arm/virt: Simplify by moving the gic in the machine statePhilippe Mathieu-Daudé2019-12-161-55/+54Star
| * hw/arm/acpi: enable SHPC native hot plugHeyi Guo2019-12-161-1/+6
| * hw/arm/acpi: simplify AML bit and/or statementHeyi Guo2019-12-161-8/+8
| * hw/arm/sbsa-ref: Simplify by moving the gic in the machine statePhilippe Mathieu-Daudé2019-12-161-44/+42Star
| * aspeed: Change the "nic" property definitionCédric Le Goater2019-12-161-3/+2Star
| * aspeed: Change the "scu" property definitionCédric Le Goater2019-12-162-8/+8
| * aspeed: Add support for the tacoma-bmc boardCédric Le Goater2019-12-161-0/+28
| * aspeed: Remove AspeedBoardConfig array and use AspeedMachineClassCédric Le Goater2019-12-161-104/+127
| * aspeed/i2c: Add support for DMA transfersCédric Le Goater2019-12-162-0/+10
| * aspeed: Add a DRAM memory region at the SoC levelCédric Le Goater2019-12-162-4/+12
* | hw: add compat machines for 5.0Cornelia Huck2019-12-141-1/+6
|/
* virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-131-0/+1
* hw/arm: versal: Add the CRP as unimplementedEdgar E. Iglesias2019-11-261-0/+2
* hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routineClement Deschamps2019-11-111-0/+3
* hw/arm/boot: Rebuild hflags when modifying CPUState at bootEdgar E. Iglesias2019-11-011-0/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-10-251-1/+1
|\
| * hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
* | hw/arm/highbank: Use AddressSpace when using write_secondary_boot()Philippe Mathieu-Daudé2019-10-251-1/+2
* | hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_bootPhilippe Mathieu-Daudé2019-10-251-6/+8
* | hw/arm/bcm2836: Rename cpus[] as cpu[].corePhilippe Mathieu-Daudé2019-10-251-12/+14
* | hw/arm/bcm2836: Make the SoC code modularPhilippe Mathieu-Daudé2019-10-251-9/+9
* | hw/arm/bcm2835_peripherals: Use the SYS_timerPhilippe Mathieu-Daudé2019-10-251-1/+16
* | hw/arm/bcm2835_peripherals: Use the thermal sensor blockPhilippe Mathieu-Daudé2019-10-251-0/+13
* | aspeed: Add an AST2600 eval boardCédric Le Goater2019-10-241-0/+23
|/
* hw/arm/digic4: Inline digic4_board_setup_ram() functionPhilippe Mathieu-Daudé2019-10-221-7/+2Star
* hw/arm/omap1: Create the RAM in the boardPhilippe Mathieu-Daudé2019-10-223-11/+17
* hw/arm/omap2: Create the RAM in the boardPhilippe Mathieu-Daudé2019-10-222-11/+12
* hw/arm/collie: Create the RAM in the boardPhilippe Mathieu-Daudé2019-10-223-11/+8Star
* hw/arm/mps2: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2019-10-222-2/+4
* hw/arm/xilinx_zynq: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2019-10-221-1/+2
* hw/arm/exynos4210: Use the Samsung s3c SDHCI controllerPhilippe Mathieu-Daudé2019-10-221-1/+1