summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* hw/core/loader: return image sizes as ssize_tJamie Iles2022-06-102-5/+5
* xlnx-zynqmp: fix the irq mapping for the display port and its dmaFrederic Konrad2022-06-081-2/+2
* hw/arm/aspeed: Add i2c devices for AST2600 EVBHoward Chiu2022-05-251-2/+9
* hw/gpio: Add ASPEED GPIO model for AST1030Jamin Lin2022-05-251-0/+11
* hw: aspeed: Init all UART's with serial devicesPeter Delevoryas2022-05-251-0/+9
* hw: aspeed: Introduce common UART init functionPeter Delevoryas2022-05-253-14/+16
* hw: aspeed: Ensure AST1030 respects uart-defaultPeter Delevoryas2022-05-251-3/+3
* hw: aspeed: Add uarts_num SoC attributePeter Delevoryas2022-05-253-0/+4
* hw: aspeed: Add missing UART'sPeter Delevoryas2022-05-253-0/+49
* aspeed: Introduce a get_irq AspeedSoCClass methodCédric Le Goater2022-05-253-7/+16
* hw/arm/aspeed: Add fby35 machine typePeter Delevoryas2022-05-251-0/+63
* target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson2022-05-191-1/+1
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-191-1/+1
* hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb nodePeter Maydell2022-05-191-2/+0Star
* hw/arm/virt: Fix incorrect non-secure flash dtb node namePeter Maydell2022-05-191-1/+1
* hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxlJonathan Cameron2022-05-131-0/+1
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-1/+1
* hw/arm/virt: Fix CPU's default NUMA node IDGavin Shan2022-05-091-1/+3
* hw/arm/virt: Consider SMP configuration in CPU topologyGavin Shan2022-05-091-1/+14
* hw/arm: add versioning to sbsa-ref machine DTLeif Lindholm2022-05-091-0/+14
* target/arm: Define neoverse-n1Richard Henderson2022-05-092-0/+2
* target/arm: Define cortex-a76Richard Henderson2022-05-092-0/+2
* target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson2022-05-052-2/+0Star
* target/arm: Split out cpregs.hRichard Henderson2022-05-052-0/+2
* hw/arm/aspeed: fix AST2500/AST2600 EVB fmc modelJae Hyun Yoo2022-05-021-2/+2
* aspeed: Add an AST1030 eval boardJamin Lin2022-05-021-0/+66
* aspeed/soc : Add AST1030 supportSteven Lee2022-05-022-1/+304
* aspeed: Add eMMC Boot Controller stubJoel Stanley2022-05-021-0/+6
* hw/core: Move the ARM sysbus-fdt to coreAlistair Francis2022-04-294-574/+1Star
* hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2Peter Maydell2022-04-282-0/+2
* hw/arm/smmuv3: Add space in guest error messageJean-Philippe Brucker2022-04-281-1/+1
* hw/arm/smmuv3: Cache event fault recordJean-Philippe Brucker2022-04-282-8/+7Star
* hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_trans...Xiang Chen2022-04-221-1/+1
* hw/arm/virt: Support TCG GICv4Peter Maydell2022-04-221-17/+53
* hw/arm/virt: Abstract out calculation of redistributor region capacityPeter Maydell2022-04-221-7/+4Star
* hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()Peter Maydell2022-04-221-8/+23
* Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson2022-04-212-7/+2Star
|\
| * arm/allwinner-a10: replace snprintf() with g_strdup_printf()Marc-André Lureau2022-04-211-3/+1Star
| * arm/digic: replace snprintf() with g_strdup_printf()Marc-André Lureau2022-04-211-4/+1Star
* | hw/arm: Use bit fields for NPCM7XX PWRON STRAPsHao Wu2022-04-211-5/+19
* | hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'Zongyuan Li2022-04-211-2/+13
* | hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'Zongyuan Li2022-04-211-9/+24
* | hw/arm/exynos4210: Drop Exynos4210Irq structPeter Maydell2022-04-211-26/+8Star
* | hw/arm/exynos4210: Put combiners into state structPeter Maydell2022-04-211-9/+11
* | hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()Peter Maydell2022-04-211-63/+115
* | hw/arm/exynos4210: Don't connect multiple lines to external GIC inputsPeter Maydell2022-04-211-7/+5Star
* | hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combinersPeter Maydell2022-04-211-4/+3Star
* | hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ linesPeter Maydell2022-04-211-0/+2
* | hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()Peter Maydell2022-04-211-8/+33
* | hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.cPeter Maydell2022-04-211-0/+82