summaryrefslogtreecommitdiff
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machineFabiano Rosas2023-05-101-0/+1
* hw/arm/raspi: Use arm_write_bootloader() to write boot codePeter Maydell2023-05-021-30/+34
* hw/arm/aspeed: Use arm_write_bootloader() to write the bootloaderCédric Le Goater2023-05-021-20/+22
* hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater2023-05-021-27/+8
* hw/arm/bcm2835_property: Implement "get command line" messageDaniel Bertalan2023-05-023-0/+6
* arm/Kconfig: Do not build TCG-only boards on a KVM-only buildFabiano Rosas2023-05-021-1/+41
* arm/Kconfig: Always select SEMIHOSTING when TCG is presentFabiano Rosas2023-05-021-1/+0
* target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana2023-05-021-2/+0
* target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas2023-05-021-2/+4
* Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson2023-04-211-0/+1
|\
| * tpm: Add support for TPM device over I2C busNinad Palsule2023-04-201-0/+1
* | Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2023-04-211-1/+8
|\ \
| * | hw: Add compat machines for 8.1Cornelia Huck2023-04-201-1/+8
| |/
* | arm/mcimx7d-sabre: Set fec2-phy-connected property to falseGuenter Roeck2023-04-201-0/+2
* | fsl-imx7: Add fec[12]-phy-connected propertiesGuenter Roeck2023-04-201-0/+20
* | arm/mcimx6ul-evk: Set fec1-phy-connected property to falseGuenter Roeck2023-04-201-0/+2
* | fsl-imx6ul: Add fec[12]-phy-connected propertiesGuenter Roeck2023-04-201-0/+20
* | hw/arm/virt: Restrict Cortex-A7 check to TCGPhilippe Mathieu-Daudé2023-04-201-0/+2
* | hw/arm: Add WDT to Allwinner-H3 and Orangepi-PCStrahinja Jankovic2023-04-202-0/+9
* | hw/arm: Add WDT to Allwinner-A10 and CubieboardStrahinja Jankovic2023-04-202-0/+8
* | hw/arm: Fix some typos in comments (most found by codespell)Stefan Weil2023-04-208-9/+9
|/
* hw/arm: do not free machine->fdt in arm_load_dtb()Markus Armbruster2023-04-031-1/+4
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-228-0/+14
* Merge tag 'pull-aspeed-20230307' of https://github.com/legoater/qemu into sta...Peter Maydell2023-03-092-5/+14
|\
| * hw/arm/aspeed: Modified BMC FRU byte data in yosemitev2Karthikeyan Pasupathi2023-03-071-5/+5
| * hw/arm/aspeed: Added TMP421 type sensor's support in tiogapassKarthikeyan Pasupathi2023-03-071-0/+4
| * hw/arm/aspeed: Added TMP421 type sensor's support in yosemitev2Karthikeyan Pasupathi2023-03-071-0/+5
* | hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao2023-03-061-4/+25
* | hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel2023-03-061-0/+6
|/
* Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into sta...Peter Maydell2023-03-036-55/+190
|\
| * aspeed/smc: Replace SysBus IRQs with GPIO linesCédric Le Goater2023-03-021-1/+1
| * aspeed: Add a boot_rom overlap region in the SoC spi_boot containerCédric Le Goater2023-03-021-20/+27
| * aspeed: Introduce a spi_boot region under the SoCCédric Le Goater2023-03-024-19/+29
| * aspeed/fuji : correct the eeprom sizeSittisak Sinprem2023-03-021-16/+20
| * hw/arm/aspeed: Adding new machine Tiogapass in QEMUKarthikeyan Pasupathi2023-03-023-0/+57
| * hw/arm/aspeed: Adding new machine Yosemitev2 in QEMUKarthikeyan Pasupathi2023-03-023-0/+57
* | smmu: switch to use memory_region_unmap_iommu_notifier_range()Jason Wang2023-03-021-15/+1
|/
* hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw: Replace qemu_or_irq typedef by OrIRQStatePhilippe Mathieu-Daudé2023-02-272-3/+3
* hw/arm/musicpal: Remove unused dummy MemoryRegionPhilippe Mathieu-Daudé2023-02-271-4/+0
* hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()Philippe Mathieu-Daudé2023-02-271-14/+27
* hw/char/pl011: Open-code pl011_luminary_create()Philippe Mathieu-Daudé2023-02-271-3/+8
* target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas2023-02-271-1/+5
* include/hw/arm/allwinner-a10.h: Remove superfluous includes from the headerThomas Huth2023-02-271-0/+1
* target/arm: Use "max" as default cpu for the virt machine with KVMFabiano Rosas2023-02-161-0/+4
* hw/arm/smmu-common: Fix TTB1 handlingJean-Philippe Brucker2023-02-161-1/+1
* hw/arm/smmu-common: Support 64-bit addressesJean-Philippe Brucker2023-02-161-1/+1
* hw/arm: Attach PSPI module to NPCM7XX SoCHao Wu2023-02-161-2/+23
* arm/virt: don't try to spell out the acceleratorCornelia Huck2023-02-161-3/+3
* hw/arm: Add missing XLNX_ZYNQMP_ARM -> USB_DWC3 Kconfig dependencyPhilippe Mathieu-Daudé2023-02-161-0/+1