aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2022-06-30hw/misc/aspeed: Add PECI controllerPeter Delevoryas3-0/+40
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen1-0/+2
2022-06-30hw/arm/aspeed: firework: add I2C MUXes for VR channelsJae Hyun Yoo1-1/+9
2022-06-30hw/arm/aspeed: firework: Add Thermal DiodesMaheswara Kurapati1-0/+10
2022-06-30hw/arm/aspeed: Add MAX31785 Fan controllersMaheswara Kurapati2-2/+8
2022-06-30hw/arm/aspeed: add Qualcomm Firework BMC machineGraeme Gregory1-0/+34
2022-06-30hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 boardJae Hyun Yoo1-0/+35
2022-06-30aspeed: Remove use of qemu_get_cpuPeter Delevoryas1-1/+1
2022-06-30aspeed: Map unimplemented devices in SoC memoryPeter Delevoryas3-19/+47
2022-06-30aspeed: Remove usage of sysbus_mmio_mapPeter Delevoryas3-55/+68
2022-06-30aspeed: Add memory property to Aspeed SoCPeter Delevoryas4-10/+15
2022-06-30aspeed: Set CPU memory property explicitlyPeter Delevoryas2-0/+4
2022-06-30aspeed: Set the dram container at the SoC levelCédric Le Goater3-41/+54
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson1-9/+1
2022-06-22aspeed: Add I2C buses to AST1030 modelTroy Lee2-0/+31
2022-06-22aspeed: Remove fake RTC device on ast2500-evbCédric Le Goater1-4/+0
2022-06-10hw/core/loader: return image sizes as ssize_tJamie Iles2-5/+5
2022-06-08xlnx-zynqmp: fix the irq mapping for the display port and its dmaFrederic Konrad1-2/+2
2022-05-25hw/arm/aspeed: Add i2c devices for AST2600 EVBHoward Chiu1-2/+9
2022-05-25hw/gpio: Add ASPEED GPIO model for AST1030Jamin Lin1-0/+11
2022-05-25hw: aspeed: Init all UART's with serial devicesPeter Delevoryas1-0/+9
2022-05-25hw: aspeed: Introduce common UART init functionPeter Delevoryas3-14/+16
2022-05-25hw: aspeed: Ensure AST1030 respects uart-defaultPeter Delevoryas1-3/+3
2022-05-25hw: aspeed: Add uarts_num SoC attributePeter Delevoryas3-0/+4
2022-05-25hw: aspeed: Add missing UART'sPeter Delevoryas3-0/+49
2022-05-25aspeed: Introduce a get_irq AspeedSoCClass methodCédric Le Goater3-7/+16
2022-05-25hw/arm/aspeed: Add fby35 machine typePeter Delevoryas1-0/+63
2022-05-19target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson1-1/+1
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell1-1/+1
2022-05-19hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb nodePeter Maydell1-2/+0
2022-05-19hw/arm/virt: Fix incorrect non-secure flash dtb node namePeter Maydell1-1/+1
2022-05-13hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxlJonathan Cameron1-0/+1
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-1/+1
2022-05-09hw/arm/virt: Fix CPU's default NUMA node IDGavin Shan1-1/+3
2022-05-09hw/arm/virt: Consider SMP configuration in CPU topologyGavin Shan1-1/+14
2022-05-09hw/arm: add versioning to sbsa-ref machine DTLeif Lindholm1-0/+14
2022-05-09target/arm: Define neoverse-n1Richard Henderson2-0/+2
2022-05-09target/arm: Define cortex-a76Richard Henderson2-0/+2
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson2-2/+0
2022-05-05target/arm: Split out cpregs.hRichard Henderson2-0/+2
2022-05-02hw/arm/aspeed: fix AST2500/AST2600 EVB fmc modelJae Hyun Yoo1-2/+2
2022-05-02aspeed: Add an AST1030 eval boardJamin Lin1-0/+66
2022-05-02aspeed/soc : Add AST1030 supportSteven Lee2-1/+304
2022-05-02aspeed: Add eMMC Boot Controller stubJoel Stanley1-0/+6
2022-04-29hw/core: Move the ARM sysbus-fdt to coreAlistair Francis4-574/+1
2022-04-28hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2Peter Maydell2-0/+2
2022-04-28hw/arm/smmuv3: Add space in guest error messageJean-Philippe Brucker1-1/+1
2022-04-28hw/arm/smmuv3: Cache event fault recordJean-Philippe Brucker2-8/+7
2022-04-22hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_trans...Xiang Chen1-1/+1
2022-04-22hw/arm/virt: Support TCG GICv4Peter Maydell1-17/+53