aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2024-03-11hw/arm: Deprecate various old Arm machine typesPeter Maydell7-0/+9
2024-03-09hw/xen: Rename 'ram_memory' global variable as 'xen_memory'Philippe Mathieu-Daudé1-3/+3
2024-03-08Merge tag 'pull-target-arm-20240308' of https://git.linaro.org/people/pmaydel...Peter Maydell2-16/+58
2024-03-08hw/arm/virt-acpi-build.c: Migrate SPCR creation to common locationSia Jee Heng1-41/+27
2024-03-07hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoCInès Varhol2-16/+58
2024-03-05hw/arm/stm32l4x5_soc.c: Use the RCC SysclkArnaud Minier2-38/+5
2024-03-05hw/misc/stm32l4x5_rcc: Implement STM32L4x5_RCC skeletonArnaud Minier2-1/+12
2024-03-05hw/arm: Connect BSC to BCM2835 board as I2C0, I2C1 and I2C2Rayhan Faizel2-3/+43
2024-02-27Merge tag 'pull-target-arm-20240227-1' of https://git.linaro.org/people/pmayd...Peter Maydell11-205/+1010
2024-02-27Merge tag 'pull-aspeed-20240227' of https://github.com/legoater/qemu into sta...Peter Maydell5-11/+22
2024-02-27hw/arm/bcm2838_peripherals: Add clock_isp stubSergey Kambalin1-0/+6
2024-02-27hw/arm: Add memory region for BCM2837 RPiVid ASBSergey Kambalin1-0/+3
2024-02-27hw/arm/raspi4b: Temporarily disable unimplemented rpi4b devicesSergey Kambalin2-4/+63
2024-02-27hw/arm: Introduce Raspberry PI 4 machineSergey Kambalin6-14/+106
2024-02-27hw/arm: Add GPIO and SD to BCM2838 periphSergey Kambalin1-0/+143
2024-02-27hw/arm/bcm2838: Add GIC-400 to BCM2838 SoCSergey Kambalin2-2/+168
2024-02-27hw/arm: Introduce BCM2838 SoCSergey Kambalin3-0/+172
2024-02-27hw/arm/raspi: Split out raspi machine common partSergey Kambalin1-48/+64
2024-02-27hw/arm/bcm2853_peripherals: Split out common part of peripheralsSergey Kambalin2-95/+127
2024-02-27hw/arm/bcm2836: Split out common part of BCM283X classesSergey Kambalin2-45/+60
2024-02-27arm: xlnx-versal-virt: Add machine property ospi-flashSai Pavan Boddu1-1/+43
2024-02-27hw/arm: Use TYPE_OR_IRQ when connecting STM32L4x5 EXTI fan-in IRQsInès Varhol1-10/+70
2024-02-27hw/arm/sbsa-ref: Simplify init since PCIe is always enabledMarcin Juszkiewicz1-3/+2
2024-02-27aspeed: fix hardcode boot address 0Jamin Lin3-4/+6
2024-02-27aspeed: introduce a new UART0 device nameJamin Lin5-7/+16
2024-02-27hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan1-1/+1
2024-02-27hw/arm/sbsa-ref: Do not open-code ahci_ide_create_devs()Philippe Mathieu-Daudé1-10/+1
2024-02-27hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini1-5/+7
2024-02-26hw/display/exynos4210_fimd: Pass frame buffer memory region as linkPhilippe Mathieu-Daudé1-0/+2
2024-02-26hw/arm/exynos4210: Inline sysbus_create_varargs(EXYNOS4210_FIMD)Philippe Mathieu-Daudé1-5/+7
2024-02-26hw/display/pl110: Pass frame buffer memory region as link propertyPhilippe Mathieu-Daudé4-0/+11
2024-02-26hw/arm: Inline sysbus_create_simple(PL110 / PL111)Philippe Mathieu-Daudé4-5/+21
2024-02-22hw/ide: Split qdev.c into ide-bus.c and ide-dev.cThomas Huth1-0/+2
2024-02-16Merge tag 'hw-misc-20240215' of https://github.com/philmd/qemu into stagingPeter Maydell2-1/+2
2024-02-15hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'Philippe Mathieu-Daudé2-1/+2
2024-02-15hw/arm/mps3r: Add remaining devicesPeter Maydell1-0/+74
2024-02-15hw/arm/mps3r: Add GPIO, watchdog, dual-timer, I2C devicesPeter Maydell1-0/+59
2024-02-15hw/arm/mps3r: Add UARTsPeter Maydell1-0/+94
2024-02-15hw/arm/mps3r: Add CPUs, GIC, and per-CPU RAMPeter Maydell1-3/+177
2024-02-15hw/arm/mps3r: Initial skeleton for mps3-an536 boardPeter Maydell3-0/+245
2024-02-15hw/arm/stellaris: Add missing QOM 'SoC' parentPhilippe Mathieu-Daudé1-1/+10
2024-02-15hw/arm/stellaris: Add missing QOM 'machine' parentPhilippe Mathieu-Daudé1-0/+4
2024-02-15hw/arm/stellaris: Convert I2C controller to Resettable interfacePhilippe Mathieu-Daudé1-4/+22
2024-02-15hw/arm/stellaris: Convert ADC controller to Resettable interfacePhilippe Mathieu-Daudé1-2/+4
2024-02-15hw/arm/smmuv3: add support for stage 1 access faultLuc Michel3-0/+13
2024-02-15hw/arm/npcm7xx: Call qemu_configure_nic_device() for GMAC modulesPeter Maydell1-0/+1
2024-02-15hw/arm/virt: Wire up non-secure EL2 virtual timer IRQPeter Maydell2-15/+65
2024-02-15hw/arm/xilinx_zynq: Wire FIQ between CPU <> GICPhilippe Mathieu-Daudé1-0/+2
2024-02-14Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-0/+2
2024-02-14smmu: Clear SMMUPciBus pointer cache when system resetZhenzhong Duan1-0/+2