aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/fsl-imx7.c
AgeCommit message (Expand)Author
2020-07-13Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processorJean-Christophe Dubois
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell
2020-06-16hw: arm: Set vendor property for IMX SDHCI emulationspull-target-arm-20200616Guenter Roeck
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-05-21hw/arm/fsl-imx7: Connect watchdog interruptsGuenter Roeck
2020-05-21hw/arm/fsl-imx7: Instantiate various unimplemented devicesGuenter Roeck
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-07-01i.mx7d: Add no-op/unimplemented PCIE PHY IP blockAndrey Smirnov
2019-07-01i.mx7d: Add no-op/unimplemented APBH DMA moduleAndrey Smirnov
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-08-24hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell
2018-07-17hw/arm/fsl-imx7: Fix introspection problems with the "fsl, imx7" deviceThomas Huth
2018-06-29i.mx7d: Change IRQ number type from hwaddr to intJean-Christophe Dubois
2018-06-29i.mx7d: Change SRC unimplemented device name from sdma to srcJean-Christophe Dubois
2018-04-26Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-10hw/arm/fsl-imx: Fix introspection problem with fsl-imx6 and fsl-imx7Thomas Huth
2018-03-09i.MX: Add i.MX7 SOC implementation.Andrey Smirnov