aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca1-0/+2
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell1-2/+0
2021-01-29hw/arm/armsse: Wire up clocksPeter Maydell1-0/+6
2021-01-29hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ"Peter Maydell1-1/+1
2021-01-29hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell1-3/+3
2021-01-29arm-virt: add secure pl061 for reset/power downMaxim Uvarov1-0/+2
2021-01-12hw/misc: Add a PWM module for NPCM7XXHao Wu1-0/+2
2021-01-12hw/adc: Add an ADC module for NPCM7XXHao Wu1-0/+2
2021-01-08hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones1-2/+1
2020-12-15arm: xlnx-versal: Connect usb to virt-versalVikram Garhwal1-0/+9
2020-12-10xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllersVikram Garhwal1-0/+8
2020-12-08hw/arm/virt: Write extra pci roots into fw_cfgJiahui Cen1-0/+1
2020-10-27hw/arm/raspi: add a skeleton implementation of the CPRMANLuc Michel1-1/+2
2020-10-27hw/arm/raspi: fix CPRMAN base addressLuc Michel2-4/+3
2020-10-27hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé1-0/+1
2020-10-27hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé1-8/+0
2020-10-27hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen1-0/+2
2020-10-27hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen1-0/+4
2020-10-27hw/misc: Add npcm7xx random number generatorHavard Skinnemoen1-0/+2
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones1-0/+5
2020-10-08hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2020-10-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201001'...Peter Maydell2-8/+45
2020-10-01hw/arm/bcm2835: Add more unimplemented peripheralsPhilippe Mathieu-Daudé1-0/+2
2020-10-01hw/arm/raspi: Define various blocks base addressesPhilippe Mathieu-Daudé1-8/+43
2020-09-30move MemMapEntryGerd Hoffmann1-5/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost19-68/+23
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost5-20/+5
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-14hw/arm/npcm7xx: add board setup stub for CPU and UART clocksHavard Skinnemoen1-0/+1
2020-09-14hw/ssi: NPCM7xx Flash Interface Unit device modelHavard Skinnemoen1-0/+2
2020-09-14hw/mem: Stubbed out NPCM7xx Memory Controller modelHavard Skinnemoen1-0/+2
2020-09-14hw/nvram: NPCM7xx OTP device modelHavard Skinnemoen1-0/+3
2020-09-14hw/arm: Add two NPCM7xx-based machinesHavard Skinnemoen1-0/+19
2020-09-14hw/arm: Add NPCM730 and NPCM750 SoC modelsHavard Skinnemoen1-0/+85
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost27-78/+68
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost27-66/+123
2020-08-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell1-1/+1
2020-08-28armsse: Define ARMSSEClass correctlyEduardo Habkost1-1/+1
2020-08-27pxa2xx: Move QOM macros to headerEduardo Habkost1-0/+13
2020-08-27armsse: Rename QOM macros to avoid conflictsEduardo Habkost1-6/+6
2020-08-27aspeed_soc: Rename memmap/irqmap enum constantsEduardo Habkost1-46/+46
2020-08-27allwinner-h3: Rename memmap enum constantsEduardo Habkost1-31/+31
2020-08-24hw/arm/smmuv3: Support HAD and advertise SMMUv3.1 supportEric Auger1-0/+1
2020-08-24hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 supportEric Auger1-0/+1
2020-08-24hw/arm/smmuv3: Get prepared for range invalidationEric Auger1-1/+2
2020-08-24hw/arm/smmu-common: Manage IOTLB block entriesEric Auger1-3/+7
2020-08-24hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB valueEric Auger1-3/+9
2020-08-24hw/arm/smmu: Introduce smmu_get_iotlb_key()Eric Auger1-0/+1
2020-08-24hw/arm/smmu-common: Add IOTLB helpersEric Auger1-0/+2