summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/smmuv3: Fix device resetEric Auger2022-02-081-0/+6
* hw/arm: versal-virt: Always call arm_load_kernel()Edgar E. Iglesias2022-02-081-9/+2Star
* hw/arm/boot: Drop existing dtb /psci node rather than retaining itPeter Maydell2022-02-081-3/+4
* hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell2022-02-0817-25/+5Star
* hw/arm/highbank: Drop unused secondary boot stub codePeter Maydell2022-02-081-56/+0Star
* hw/arm/boot: Don't write secondary boot stub if using PSCIPeter Maydell2022-02-081-11/+24
* hw/arm/boot: Prevent setting both psci_conduit and secure_board_setupPeter Maydell2022-02-081-0/+10
* hw/arm/highbank: Drop use of secure_board_setupPeter Maydell2022-02-081-8/+0Star
* hw/arm: highbank: For EL3 guests, don't enable PSCI, start all coresPeter Maydell2022-02-081-6/+1Star
* hw/arm/virt: Let boot.c handle PSCI enablementPeter Maydell2022-02-081-11/+1Star
* hw/arm/versal: Let boot.c handle PSCI enablementPeter Maydell2022-02-082-6/+5Star
* hw/arm/xlnx-zcu102: Don't enable PSCI conduit when booting guest in EL3Peter Maydell2022-02-082-5/+7
* hw/arm: allwinner: Don't enable PSCI conduit when booting guest in EL3Peter Maydell2022-02-082-5/+5
* hw/arm: imx: Don't enable PSCI conduit when booting guest in EL3Peter Maydell2022-02-084-6/+6
* hw/arm/boot: Support setting psci-conduit based on guest ELPeter Maydell2022-02-081-0/+50
* hw/arm/xlnx-zynqmp: 'Or' the QSPI / QSPI DMA IRQsFrancisco Iglesias2022-02-081-2/+12
* hw/arm: ast2600: Fix address mapping of second SPI controllerCédric Le Goater2022-01-281-1/+1
* hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPIFrancisco Iglesias2022-01-281-0/+23
* hw/arm/xlnx-versal: Connect the OSPI flash memory controller modelFrancisco Iglesias2022-01-281-0/+93
* hw/arm/xlnx-versal: Connect Versal's PMC SLCRFrancisco Iglesias2022-01-281-1/+70
* hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC modelsFrancisco Iglesias2022-01-282-3/+27
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-283-3/+3
* hw/armv7m: Fix broken VMStateDescriptionPeter Maydell2022-01-281-2/+2
* hw/arm/aspeed: Add the i3c device to the AST2600 SoCTroy Lee2022-01-201-0/+16
* hw/arm: kudo add lm75s behind bus 1 switch at 75Patrick Venture2022-01-201-1/+9
* hw/arm/virt: Drop superfluous checks against highmemMarc Zyngier2022-01-202-6/+1Star
* hw/arm/virt: Disable highmem devices that don't fit in the PA rangeMarc Zyngier2022-01-201-6/+28
* hw/arm/virt: Use the PA range to compute the memory mapMarc Zyngier2022-01-201-12/+52
* hw/arm/virt: Honor highmem setting when computing the memory mapMarc Zyngier2022-01-201-3/+7
* hw/arm/virt: Add a control for the the highmem redistributorsMarc Zyngier2022-01-202-0/+4
* hw/arm/virt: Add a control for the the highmem PCIe MMIOMarc Zyngier2022-01-202-8/+9
* hw/arm/virt: Support for virtio-mem-pciGavin Shan2022-01-202-0/+71
* hw/arm/virt: Support cluster level in DT cpu-mapYanan Wang2022-01-201-7/+8
* hw/arm/virt: Support CPU cluster on ARM virt machineYanan Wang2022-01-201-0/+1
* hw/net: Move MV88W8618 network device out of hw/arm/ directoryPhilippe Mathieu-Daudé2022-01-201-380/+1Star
* hw/arm/musicpal: Fix coding style of code related to MV88W8618 devicePhilippe Mathieu-Daudé2022-01-201-7/+7
* hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/Philippe Mathieu-Daudé2022-01-201-0/+3
* hw/arm: add control knob to disable kaslr_seed via DTBAlex Bennée2022-01-181-2/+30
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-01-082-1/+2
|\
| * acpi: tpm: Add missing device identification objectsStefan Berger2022-01-081-0/+1
| * smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost2022-01-071-1/+1
* | hw/arm: kudo add lm75s on bus 13Patrick Venture2022-01-071-1/+10
* | hw/arm: add i2c muxes to kudo-bmcPatrick Venture2022-01-071-0/+9
* | hw/arm: attach MMC to kudo-bmcShengtan Mao2022-01-071-0/+1
* | hw/arm: Add kudo i2c eeproms.Chris Rauer2022-01-071-0/+8
* | Add dummy Aspeed AST2600 Display Port MCU (DPMCU)Troy Lee2022-01-071-0/+8
|/
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-1/+8
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-303-12/+18
* Merge tag 'pull-block-2021-12-15' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson2021-12-1518-38/+59
|\
| * hw/arm/aspeed: Replace drive_get_next() by drive_get()Markus Armbruster2021-12-151-8/+13