aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/fsl-imx6ul.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Add i.MX6UL missing devices.Jean-Christophe Dubois1-0/+16
2023-08-31Refactor i.MX6UL processor codeJean-Christophe Dubois1-49/+98
2023-08-31Remove i.MX7 IOMUX GPR device from i.MX6ULJean-Christophe Dubois1-11/+0
2023-04-20fsl-imx6ul: Add fec[12]-phy-connected propertiesGuenter Roeck1-0/+20
2023-01-05i.MX6UL: Add a specific GPT timer instance for the i.MX6ULJean-Christophe Dubois1-1/+1
2022-02-08hw/arm: imx: Don't enable PSCI conduit when booting guest in EL3Peter Maydell1-2/+0
2021-08-25fsl-imx6ul: Instantiate SAI1/2/3 and ASRC as unimplemented devicesGuenter Roeck1-0/+12
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