aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2021-02-16hw/arm: Add I2C sensors and EEPROM for GSJ machineHao Wu2-0/+28
2021-02-16hw/arm: Add I2C sensors for NPCM750 eval boardHao Wu1-0/+19
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu1-16/+52
2021-02-11hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2Edgar E. Iglesias1-2/+2
2021-02-11arm: Update infocenter.arm.com URLsPeter Maydell2-3/+3
2021-02-11hw/arm: Remove GPIO from unimplemented NPCM7XXHao Wu1-8/+0
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin1-2/+2
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2-14/+89
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu1-0/+5
2021-02-03hw/arm: Display CPU type in machine descriptionPhilippe Mathieu-Daudé6-7/+7
2021-02-03hw/arm/xlnx-versal: Versal SoC requires ZynqMP peripheralsPhilippe Mathieu-Daudé1-0/+1
2021-02-03hw/arm/xlnx-versal: Versal SoC requires ZDMAPhilippe Mathieu-Daudé1-0/+2
2021-02-03hw/arm/exynos4210: Add missing dependency on OR_IRQPhilippe Mathieu-Daudé1-0/+1
2021-02-03hw/arm/stm32f405_soc: Add missing dependency on OR_IRQPhilippe Mathieu-Daudé1-0/+1
2021-02-02hw/arm/smmuv3: Fix addr_mask for range-based invalidationZenghui Yu1-1/+3
2021-01-29hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYSPeter Maydell1-10/+0
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell1-2/+0
2021-01-29arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell5-15/+0
2021-01-29hw/arm/armsse: Use Clock to set system_clock_scalePeter Maydell1-5/+19
2021-01-29hw/arm/stellaris: Create Clock input for watchdogPeter Maydell1-12/+31
2021-01-29hw/arm/stellaris: Convert SSYS to QOM devicePeter Maydell1-25/+107
2021-01-29hw/arm/musca: Create and connect ARMSSE ClocksPeter Maydell1-0/+12
2021-01-29hw/arm/mps2-tz: Create and connect ARMSSE ClocksPeter Maydell1-0/+13
2021-01-29hw/arm/mps2: Create and connect SYSCLK ClockPeter Maydell1-0/+9
2021-01-29hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell1-2/+16
2021-01-29hw/arm/armsse: Wire up clocksPeter Maydell1-2/+15
2021-01-29hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ"Peter Maydell3-5/+5
2021-01-29arm-virt: add secure pl061 for reset/power downMaxim Uvarov2-1/+56
2021-01-29arm-virt: refactor gpios creationMaxim Uvarov1-21/+36
2021-01-29arm: rename xlnx-zcu102.canbusN propertiesPaolo Bonzini1-2/+2
2021-01-12hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu1-1/+1
2021-01-12hw/misc: Add a PWM module for NPCM7XXHao Wu1-2/+24
2021-01-12hw/adc: Add an ADC module for NPCM7XXHao Wu1-1/+23
2021-01-12hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu1-0/+5
2021-01-08hw/arm: sabrelite: Connect the Ethernet PHY at address 6Bin Meng1-0/+4
2021-01-08musicpal: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+12
2021-01-08hw/arm/highbank: Drop dead KVM support codePeter Maydell1-10/+4
2021-01-08hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones2-15/+15
2021-01-04hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+2
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2-0/+2
2020-12-15Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+1
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini1-1/+1
2020-12-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201215'...Peter Maydell2-0/+81
2020-12-15Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-51/+62
2020-12-15virt: Register "its" as class propertyEduardo Habkost1-5/+7
2020-12-15arm/virt: Register most properties as class propertiesEduardo Habkost1-35/+41
2020-12-15arm: xlnx-versal: Connect usb to virt-versalVikram Garhwal2-0/+81
2020-12-14vexpress-a15: Register "virtualization" as class propertyEduardo Habkost1-6/+8
2020-12-14vexpress: Register "secure" as class propertyEduardo Habkost1-5/+6
2020-12-13ads7846: moves from the hw/display folder to the hw/input folder.Gan Qixin1-1/+1