aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/fsl-imx6.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02hw/arm/fsl: use qemu_configure_nic_device()David Woodhouse1-1/+1
2024-01-26hw/arm: add PCIe to Freescale i.MX6Nikita Ostrenkov1-0/+25
2024-01-26target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-09hw/arm: add cache controller for Freescale i.MX6Nikita Ostrenkov1-0/+3
2024-01-05hw/arm: Simplify memory_region_init_rom() callsPhilippe Mathieu-Daudé1-9/+4
2024-01-05hw: Simplify memory_region_init_ram() callsPhilippe Mathieu-Daudé1-4/+2
2023-11-20hw/arm/fsl-imx: Do not ignore Error argumentPhilippe Mathieu-Daudé1-1/+2
2023-05-30fsl-imx6: Add SNVS support for i.MX6 boardsVitaly Cheptsov1-0/+8
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX6 processorJean-Christophe Dubois1-0/+7
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-24/+12
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-20/+17
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-24/+12
2020-07-02arm/{bcm2835,fsl-imx25,fsl-imx6}: Fix realize error API violationsMarkus Armbruster1-7/+5
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell1-0/+6
2020-06-16hw: arm: Set vendor property for IMX SDHCI emulationsGuenter Roeck1-0/+6
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-41/+28
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-3/+2
2020-05-21hw/arm/fsl-imx6: Connect watchdog interruptsGuenter Roeck1-0/+9
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+3
2020-03-17hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé1-3/+3
2020-03-17hw/arm/fsl-imx6: Wire up USB controllersGuenter Roeck1-0/+36
2020-02-13i.MX: Add support for WDT on i.MX6Roman Kapl1-0/+21
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé1-1/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
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-07-17hw/arm/fsl-imx6: Fix introspection problems with the "fsl, imx6" deviceThomas Huth1-36/+20
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-2/+2
2018-04-26hw/arm/fsl-imx*: Don't create "null" chardevs for serial devicesPeter Maydell1-12/+1
2018-04-10hw/arm/fsl-imx: Fix introspection problem with fsl-imx6 and fsl-imx7Thomas Huth1-7/+7
2018-02-13hw/arm/fsl-imx6: implement SDHCI Spec. v3Philippe Mathieu-Daudé1-0/+7
2018-02-09hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHCAndrey Smirnov1-1/+1
2018-01-11imx_fec: Do not link to netdevAndrey Smirnov1-0/+1
2017-11-07hw/arm: Mark the "fsl,imx6" device with user_creatable = falseThomas Huth1-1/+2
2017-07-24fsl_imx*: Migrate ROM contentsPeter Maydell1-2/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell1-2/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-04-20arm: remove remaining cannot_destroy_with_object_finalize_yetLaurent Vivier1-5/+0
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-10-24char: remove init callbackMarc-André Lureau1-1/+1
2016-07-07i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois1-1/+1
2016-07-04imx: Use memory_region_init_rom() for ROMsPeter Maydell1-4/+4
2016-06-02Add ENET device to i.MX6 SOC.Jean-Christophe Dubois1-0/+17
2016-05-12i.MX: Add i.MX6 SOC implementation.Jean-Christophe DUBOIS1-0/+449