summary refs log tree commit diff stats
path: root/hw/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: switch boards to "default y"Paolo Bonzini2024-05-031-0/+2
* hw/arm : Connect DM163 to B-L475E-IOT01AInès Varhol2024-04-302-2/+58
* hw/arm : Create Bl475eMachineStateInès Varhol2024-04-301-14/+32
* hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoCInès Varhol2024-04-301-2/+4
* hw/arm/npcm7xx: Store derivative OTP fuse key in little endianPhilippe Mathieu-Daudé2024-04-301-1/+2
* hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM propertyPeter Maydell2024-04-301-0/+1
* hw/arm/sbsa-ref: Force CPU generic timer to 62.5MHzPeter Maydell2024-04-301-0/+15
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-251-15/+3
|\
| * hw: Add a Kconfig switch for the TYPE_CPU_CLUSTER deviceThomas Huth2024-04-251-0/+3
| * hw: Fix problem with the A*MPCORE switches in the Kconfig filesThomas Huth2024-04-251-15/+0
* | hw/arm: Add the USART to the stm32l4x5 SoCArnaud Minier2024-04-252-6/+78
* | hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-254-9/+9
* | hw/arm/virt: Enable NMI support in the GIC if the CPU has FEAT_NMIJinjie Ruan2024-04-251-0/+19
* | hw/arm/virt: Wire NMI and VINMI irq lines from GIC to CPUJinjie Ruan2024-04-251-1/+9
|/
* hw: Add compat machines for 9.1Paolo Bonzini2024-04-181-1/+8
* hw/arm/smmu: Avoid using inlined functions with external linkage againPhilippe Mathieu-Daudé2024-04-021-1/+1
* raspi4b: Reduce RAM to 1Gb on 32-bit hostsCédric Le Goater2024-04-021-0/+4
* misc/pca955*: Move models under hw/gpioCédric Le Goater2024-03-251-1/+1
* aspeed: Make the ast1030-a1 SoC not user creatableCédric Le Goater2024-03-251-0/+2
* aspeed: Make the ast2600-a3 SoC not user creatableCédric Le Goater2024-03-251-0/+2
* Merge tag 'pull-for-9.0-20240319' of https://github.com/legoater/qemu into st...Peter Maydell2024-03-191-1/+2
|\
| * aspeed/smc: Only wire flash devices at resetCédric Le Goater2024-03-191-1/+2
* | smbios: get rid of global smbios_ep_typeIgor Mammedov2024-03-181-2/+2
* | smbios: get rid of smbios_legacy globalIgor Mammedov2024-03-181-1/+1
|/
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-03-132-0/+20
|\
| * hw/arm/virt: Set virtio-iommu aw-bits default value to 48Eric Auger2024-03-121-0/+17
| * hw/acpi: Implement the SRAT GI affinity structureAnkit Agrawal2024-03-121-0/+3
* | hw/arm: Deprecate various old Arm machine typesPeter Maydell2024-03-117-0/+9
|/
* hw/xen: Rename 'ram_memory' global variable as 'xen_memory'Philippe Mathieu-Daudé2024-03-091-3/+3
* Merge tag 'pull-target-arm-20240308' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-03-082-16/+58
|\
| * hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoCInès Varhol2024-03-072-16/+58
* | hw/arm/virt-acpi-build.c: Migrate SPCR creation to common locationSia Jee Heng2024-03-081-41/+27
|/
* hw/arm/stm32l4x5_soc.c: Use the RCC SysclkArnaud Minier2024-03-052-38/+5
* hw/misc/stm32l4x5_rcc: Implement STM32L4x5_RCC skeletonArnaud Minier2024-03-052-1/+12
* hw/arm: Connect BSC to BCM2835 board as I2C0, I2C1 and I2C2Rayhan Faizel2024-03-052-3/+43
* Merge tag 'pull-target-arm-20240227-1' of https://git.linaro.org/people/pmayd...Peter Maydell2024-02-2711-205/+1010
|\
| * hw/arm/bcm2838_peripherals: Add clock_isp stubSergey Kambalin2024-02-271-0/+6
| * hw/arm: Add memory region for BCM2837 RPiVid ASBSergey Kambalin2024-02-271-0/+3
| * hw/arm/raspi4b: Temporarily disable unimplemented rpi4b devicesSergey Kambalin2024-02-272-4/+63
| * hw/arm: Introduce Raspberry PI 4 machineSergey Kambalin2024-02-276-14/+106
| * hw/arm: Add GPIO and SD to BCM2838 periphSergey Kambalin2024-02-271-0/+143
| * hw/arm/bcm2838: Add GIC-400 to BCM2838 SoCSergey Kambalin2024-02-272-2/+168
| * hw/arm: Introduce BCM2838 SoCSergey Kambalin2024-02-273-0/+172
| * hw/arm/raspi: Split out raspi machine common partSergey Kambalin2024-02-271-48/+64
| * hw/arm/bcm2853_peripherals: Split out common part of peripheralsSergey Kambalin2024-02-272-95/+127
| * hw/arm/bcm2836: Split out common part of BCM283X classesSergey Kambalin2024-02-272-45/+60
| * arm: xlnx-versal-virt: Add machine property ospi-flashSai Pavan Boddu2024-02-271-1/+43
| * hw/arm: Use TYPE_OR_IRQ when connecting STM32L4x5 EXTI fan-in IRQsInès Varhol2024-02-271-10/+70
| * hw/arm/sbsa-ref: Simplify init since PCIe is always enabledMarcin Juszkiewicz2024-02-271-3/+2
* | Merge tag 'pull-aspeed-20240227' of https://github.com/legoater/qemu into sta...Peter Maydell2024-02-275-11/+22
|\ \ | |/ |/|