aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/fsl-imx7.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Add i.MX7 SRC device implementationJean-Christophe Dubois1-1/+7
2023-08-31Add i.MX7 missing TZ devices and memory regionsJean-Christophe Dubois1-0/+63
2023-08-31Refactor i.MX7 processor codeJean-Christophe Dubois1-39/+91
2023-04-20fsl-imx7: Add fec[12]-phy-connected propertiesGuenter Roeck1-0/+20
2023-01-05i.MX7D: Connect IRQs to GPIO devices.Jean-Christophe Dubois1-1/+30
2023-01-05i.MX7D: Connect GPT timers to IRQJean-Christophe Dubois1-0/+10
2022-02-08hw/arm: imx: Don't enable PSCI conduit when booting guest in EL3Peter Maydell1-4/+4
2021-08-25fsl-imx7: Instantiate SAI1/2/3 as unimplemented devicesGuenter Roeck1-0/+7
2020-07-13Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processorJean-Christophe Dubois1-0/+9
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-16/+15
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-1/+1
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster1-60/+33
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-3/+2
2020-05-21hw/arm/fsl-imx7: Connect watchdog interruptsGuenter Roeck1-0/+11
2020-05-21hw/arm/fsl-imx7: Instantiate various unimplemented devicesGuenter Roeck1-0/+24
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-2/+5
2019-07-01i.mx7d: Add no-op/unimplemented PCIE PHY IP blockAndrey Smirnov1-0/+5
2019-07-01i.mx7d: Add no-op/unimplemented APBH DMA moduleAndrey Smirnov1-0/+6
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-07-17hw/arm/fsl-imx7: Fix introspection problems with the "fsl, imx7" deviceThomas Huth1-64/+33
2018-06-29i.mx7d: Change IRQ number type from hwaddr to intJean-Christophe Dubois1-3/+3
2018-06-29i.mx7d: Change SRC unimplemented device name from sdma to srcJean-Christophe Dubois1-1/+1
2018-04-26Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell1-3/+1
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2018-04-10hw/arm/fsl-imx: Fix introspection problem with fsl-imx6 and fsl-imx7Thomas Huth1-6/+7
2018-03-09i.MX: Add i.MX7 SOC implementation.Andrey Smirnov1-0/+582