summary refs log tree commit diff stats
path: root/hw/arm/fsl-imx6ul.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/fsl: use qemu_configure_nic_device()David Woodhouse2024-02-021-1/+1
* fsl-imx6ul: Add various missing unimplemented devicesGuenter Roeck2024-01-261-0/+30
* target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* Add i.MX6UL missing devices.Jean-Christophe Dubois2023-08-311-0/+16
* Refactor i.MX6UL processor codeJean-Christophe Dubois2023-08-311-49/+98
* Remove i.MX7 IOMUX GPR device from i.MX6ULJean-Christophe Dubois2023-08-311-11/+0
* fsl-imx6ul: Add fec[12]-phy-connected propertiesGuenter Roeck2023-04-201-0/+20
* i.MX6UL: Add a specific GPT timer instance for the i.MX6ULJean-Christophe Dubois2023-01-051-1/+1
* hw/arm: imx: Don't enable PSCI conduit when booting guest in EL3Peter Maydell2022-02-081-2/+0
* fsl-imx6ul: Instantiate SAI1/2/3 and ASRC as unimplemented devicesGuenter Roeck2021-08-251-0/+12
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-16/+13
* Add the ability to select a different PHY for each i.MX6UL FEC interfaceJean-Christophe Dubois2020-07-031-0/+10
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell2020-06-161-0/+2
|\
| * hw: arm: Set vendor property for IMX SDHCI emulationsGuenter Roeck2020-06-161-0/+2
* | qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-2/+1
* | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-63/+35
* | qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-2/+2
|/
* hw/arm/fsl-imx6ul: Connect watchdog interruptsGuenter Roeck2020-05-211-0/+10
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-03-171-4/+5
|\
| * hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-4/+5
* | hw/arm/fsl-imx6ul: Wire up USB controllersGuenter Roeck2020-03-171-0/+35
* | hw/arm/fsl-imx6ul: Instantiate unimplemented pwm and can devicesGuenter Roeck2020-03-171-0/+14
|/
* hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé2019-09-031-1/+1
* hw/arm/fsl-imx6ul.c: Remove dead SMP-related codePeter Maydell2019-07-221-45/+19
* hw/arm: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-1/+5
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell2018-08-241-0/+4
* i.MX6UL: Add i.MX6UL SOCJean-Christophe Dubois2018-08-161-0/+617