summary refs log tree commit diff stats
path: root/hw/arm/allwinner-h3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/allwinner: use qemu_configure_nic_device()David Woodhouse2024-02-021-5/+1
* target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* hw/arm: Add WDT to Allwinner-H3 and Orangepi-PCStrahinja Jankovic2023-04-201-0/+8
* hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao2023-03-061-4/+25
* {hw/i2c,docs/system/arm}: Allwinner TWI/I2C EmulationStrahinja Jankovic2023-01-121-1/+10
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-1/+1
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* hw/arm: allwinner: Don't enable PSCI conduit when booting guest in EL3Peter Maydell2022-02-081-5/+4
* allwinner-h3: Switch to SMC as PSCI conduitAlexander Graf2021-09-301-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell2020-08-281-0/+4
|\
| * hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé2020-08-281-0/+2
| * hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé2020-08-281-0/+2
* | allwinner-h3: Rename memmap enum constantsEduardo Habkost2020-08-271-62/+62
|/
* hw: Mark nd_table[] misuse in realize methods FIXMEMarkus Armbruster2020-07-211-0/+1
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-30/+20
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-3/+2
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-6/+6
* hw/arm/allwinner: add RTC device supportNiek Linnenbank2020-03-121-1/+8
* hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank2020-03-121-3/+16
* hw/arm/allwinner-h3: add Boot ROM supportNiek Linnenbank2020-03-121-0/+17
* hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank2020-03-121-1/+15
* hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank2020-03-121-1/+14
* hw/arm/allwinner: add Security Identifier deviceNiek Linnenbank2020-03-121-1/+10
* hw/arm/allwinner: add CPU Configuration moduleNiek Linnenbank2020-03-121-1/+8
* hw/arm/allwinner-h3: add System Control moduleNiek Linnenbank2020-03-121-1/+8
* hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank2020-03-121-0/+44
* hw/arm/allwinner-h3: add Clock Control UnitNiek Linnenbank2020-03-121-1/+8
* hw/arm: add Allwinner H3 System-on-ChipNiek Linnenbank2020-03-121-0/+327