aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2024-10-15hw/intc/omap_intc: Remove now-unnecessary abstract base classPeter Maydell1-1/+1
2024-10-15hw/arm: Add SPI to Allwinner A10Strahinja Jankovic1-0/+2
2024-10-15hw/arm/stm32f405: Add RCC device to stm32f405 SoCRomán Cárdenas Rodríguez1-0/+2
2024-10-15hw/arm/omap1: Remove unused omap_uwire_attach() methodPhilippe Mathieu-Daudé1-8/+0
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+1
2024-10-03hw/char: Extract serial-mmBernhard Beschow1-1/+1
2024-10-01hw: Remove omap2 specific defines and enumsPeter Maydell1-207/+0
2024-10-01hw/dma: Remove omap_dma4 devicePeter Maydell1-1/+0
2024-10-01hw/misc: Remove omap_l4 devicePeter Maydell1-42/+0
2024-10-01hw/display: Remove omap_dssPeter Maydell1-19/+0
2024-10-01hw/misc: Remove omap_tap devicePeter Maydell1-3/+0
2024-10-01hw/ssi: Remove omap_mcspiPeter Maydell1-11/+0
2024-10-01hw/timer: Remove omap_synctimerPeter Maydell1-8/+0
2024-10-01hw/timer: Remove omap_gptimerPeter Maydell1-8/+0
2024-10-01hw/misc: Remove omap_gpmcPeter Maydell1-11/+0
2024-10-01hw/misc: Remove omap_sdrc devicePeter Maydell1-7/+0
2024-10-01hw/sd: Remove omap2_mmc devicePeter Maydell1-5/+0
2024-10-01hw/char: Remove omap2_uartPeter Maydell1-5/+0
2024-10-01hw/gpio: Remove TYPE_OMAP2_GPIOPeter Maydell1-8/+0
2024-10-01hw/arm: Remove omap2.cPeter Maydell1-8/+0
2024-10-01hw/input: Remove tsc210x devicePeter Maydell1-1/+6
2024-10-01hw/arm: Remove pxa2xx_picPeter Maydell1-74/+0
2024-10-01hw/arm: Remove pxa2xx_gpioPeter Maydell1-5/+0
2024-10-01hw/pcmcia: Remove pxa2xx pcmcia devicePeter Maydell1-8/+0
2024-10-01hw/dma: Remove pxa2xx_dmaPeter Maydell1-4/+0
2024-10-01hw/display: Remove pxa2xx_lcd.cPeter Maydell1-6/+0
2024-10-01hw/input: Remove pxa2xx_keypadPeter Maydell1-12/+0
2024-10-01hw/sd: Remove pxa2xx_mmci.cPeter Maydell1-10/+0
2024-10-01hw/arm: Remove pxa2xx.cPeter Maydell1-78/+0
2024-10-01hw/arm/xlnx: Connect secondary CGEM IRQsKinsey Moore2-0/+2
2024-09-05hw/arm/virt: Default to two-stage SMMU from virt-9.2Peter Maydell1-0/+1
2024-08-12arm/virt: place power button pin number on a defineMauro Carvalho Chehab1-0/+3
2024-07-21aspeed: Introduce a AspeedSoCClass 'boot_from_emmc' handlerCédric Le Goater1-0/+1
2024-07-18hw/arm/smmu: Support nesting in the rest of commandsMostafa Saleh1-0/+1
2024-07-18hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmidMostafa Saleh1-1/+1
2024-07-18hw/arm/smmu: Support nesting in smmuv3_range_inval()Mostafa Saleh1-1/+2
2024-07-18hw/arm/smmu-common: Support nested translationMostafa Saleh1-3/+4
2024-07-18hw/arm/smmu-common: Add support for nested TLBMostafa Saleh1-0/+1
2024-07-18hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDRMostafa Saleh1-0/+3
2024-07-18hw/arm/smmu: Consolidate ASID and VMID typesMostafa Saleh1-7/+7
2024-07-18hw/arm/smmu: Split smmuv3_translate()Mostafa Saleh1-0/+8
2024-07-18hw/arm/smmu: Use enum for SMMU stageMostafa Saleh1-2/+9
2024-07-01hw/arm/smmu-common: Replace smmu_iommu_mr with smmu_find_sdevNicolin Chen1-2/+2
2024-07-01hw/misc: Implement mailbox properties for customer OTP and device specific pr...Rayhan Faizel1-0/+2
2024-07-01hw/arm: Connect OTP device to BCM2835Rayhan Faizel1-1/+2
2024-06-21hw/arm/virt: allow creation of a second NonSecure UARTPeter Maydell1-0/+1
2024-06-21hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]Peter Maydell1-2/+2
2024-06-16aspeed/soc: fix incorrect dram size for AST2700Jamin Lin1-0/+2
2024-06-16aspeed/soc: Add AST2700 supportJamin Lin1-2/+26
2024-04-25hw/arm: Add the USART to the stm32l4x5 SoCArnaud Minier1-0/+7