summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* acpi: Align the size to 128kYubo Miao2020-12-081-0/+25
* acpi/gpex: Build tables for pxbYubo Miao2020-12-081-2/+4
* hw/arm/virt: Write extra pci roots into fw_cfgJiahui Cen2020-12-081-2/+5
* memory: Add IOMMUTLBEventEugenio Pérez2020-12-082-12/+14
* memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez2020-12-082-2/+2
* hw/arm: Fix bad print format specifiersAlexChen2020-11-233-3/+3
* hw/arm/virt: ARM_VIRT must select ARM_GICAndrew Jones2020-11-171-0/+1
* hw/arm/nseries: Check return value from load_image_targphys()Peter Maydell2020-11-101-4/+11
* hw/arm/musicpal: Only use qdev_get_gpio_in() when necessaryPhilippe Mathieu-Daudé2020-11-101-12/+13
* hw/arm/musicpal: Don't connect two qemu_irqs directly to the same inputPhilippe Mathieu-Daudé2020-11-102-4/+14
* hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()Philippe Mathieu-Daudé2020-11-101-11/+0Star
* hw/misc/stm32f2xx_syscfg: Remove extraneous IRQPhilippe Mathieu-Daudé2020-11-101-1/+0Star
* hw/arm/armsse: Correct expansion MPC interrupt linesPhilippe Mathieu-Daudé2020-11-101-1/+2
* hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripheralsPhilippe Mathieu-Daudé2020-11-101-1/+0Star
* hw/arm/Kconfig: ARM_V7M depends on PTIMERAndrew Jones2020-11-101-0/+1
* hw/arm/boot: fix SVE for EL3 direct kernel bootRémi Denis-Courmont2020-11-021-0/+3
* hw/arm/smmuv3: Fix potential integer overflow (CID 1432363)Philippe Mathieu-Daudé2020-11-021-1/+2
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201028' into...Peter Maydell2020-10-291-8/+1Star
|\
| * pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz2020-10-271-8/+1Star
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell2020-10-2910-69/+327
|\ \
| * | hw/arm/sbsa-ref: add SBSA watchdog deviceShashi Mallela2020-10-271-0/+23
| * | hw/watchdog: Implement SBSA watchdog deviceShashi Mallela2020-10-271-0/+1
| * | hw/arm/bcm2835_peripherals: connect the UART clockLuc Michel2020-10-271-0/+2
| * | hw/arm/raspi: add a skeleton implementation of the CPRMANLuc Michel2020-10-271-1/+10
| * | hw/arm/raspi: fix CPRMAN base addressLuc Michel2020-10-271-2/+2
| * | arm/trace: Fix hex printingDr. David Alan Gilbert2020-10-271-1/+1
| * | hw/arm/raspi: Add the Raspberry Pi 3 model A+Philippe Mathieu-Daudé2020-10-271-0/+13
| * | hw/arm/raspi: Add the Raspberry Pi Zero machinePhilippe Mathieu-Daudé2020-10-271-0/+13
| * | hw/arm/raspi: Add the Raspberry Pi A+ machinePhilippe Mathieu-Daudé2020-10-271-0/+13
| * | hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé2020-10-272-0/+36
| * | hw/arm/bcm2836: Split out common realize() codePhilippe Mathieu-Daudé2020-10-271-4/+18
| * | hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCsPhilippe Mathieu-Daudé2020-10-271-8/+7Star
| * | hw/arm/bcm2836: Introduce BCM283XClass::core_countPhilippe Mathieu-Daudé2020-10-271-1/+4
| * | hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC typePhilippe Mathieu-Daudé2020-10-271-58/+52Star
| * | hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé2020-10-271-0/+14
| * | hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitlyZenghui Yu2020-10-271-0/+1
| * | hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2020-10-271-0/+80
| * | hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen2020-10-271-2/+25
| * | hw/misc: Add npcm7xx random number generatorHavard Skinnemoen2020-10-271-1/+6
| * | hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu2020-10-271-0/+12
| * | hw/arm: fix min_cpus for xlnx-versal-virt platformPavel Dovgalyuk2020-10-271-0/+1
| * | hw/arm/highbank: Silence warnings about missing fallthrough statementsThomas Huth2020-10-271-0/+2
| |/
* | hw/arm/tosa: Replace fprintf() calls by LED devicesPhilippe Mathieu-Daudé2020-10-262-25/+16Star
* | hw/arm/aspeed: Add the 3 front LEDs drived by the PCA9552 #1Philippe Mathieu-Daudé2020-10-262-0/+21
|/
* hw/arm/nseries: Fix loading kernel image on n8x0 machinesPhilippe Mathieu-Daudé2020-10-201-0/+1
* hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQsPhilippe Mathieu-Daudé2020-10-201-2/+11
* hw/arm: Restrict APEI tables generation to the 'virt' machinePhilippe Mathieu-Daudé2020-10-201-0/+1
* hw/arm/strongarm: Fix 'time to transmit a char' unit commentPhilippe Mathieu-Daudé2020-10-201-1/+1
* hw/arm/virt: Implement kvm-steal-timeAndrew Jones2020-10-081-3/+41
* hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones2020-10-081-16/+18