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