aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/fsl-imx6ul.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-16/+13
2020-07-03Add the ability to select a different PHY for each i.MX6UL FEC interfaceJean-Christophe Dubois1-0/+10
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell1-0/+2
2020-06-16hw: arm: Set vendor property for IMX SDHCI emulationsGuenter Roeck1-0/+2
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-2/+1
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster1-63/+35
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-2/+2
2020-05-21hw/arm/fsl-imx6ul: Connect watchdog interruptsGuenter Roeck1-0/+10
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+5
2020-03-17hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé1-4/+5
2020-03-17hw/arm/fsl-imx6ul: Wire up USB controllersGuenter Roeck1-0/+35
2020-03-17hw/arm/fsl-imx6ul: Instantiate unimplemented pwm and can devicesGuenter Roeck1-0/+14
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé1-1/+1
2019-07-22hw/arm/fsl-imx6ul.c: Remove dead SMP-related codePeter Maydell1-45/+19
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-1/+5
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-08-24hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell1-0/+4
2018-08-16i.MX6UL: Add i.MX6UL SOCJean-Christophe Dubois1-0/+617