summary refs log tree commit diff stats
path: root/hw/arm/fsl-imx6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/fsl: use qemu_configure_nic_device()David Woodhouse2024-02-021-1/+1
* hw/arm: add PCIe to Freescale i.MX6Nikita Ostrenkov2024-01-261-0/+25
* target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* hw/arm: add cache controller for Freescale i.MX6Nikita Ostrenkov2024-01-091-0/+3
* hw/arm: Simplify memory_region_init_rom() callsPhilippe Mathieu-Daudé2024-01-051-9/+4
* hw: Simplify memory_region_init_ram() callsPhilippe Mathieu-Daudé2024-01-051-4/+2
* hw/arm/fsl-imx: Do not ignore Error argumentPhilippe Mathieu-Daudé2023-11-201-1/+2
* fsl-imx6: Add SNVS support for i.MX6 boardsVitaly Cheptsov2023-05-301-0/+8
* Add the ability to change the FEC PHY MDIO device number on i.MX6 processorJean-Christophe Dubois2020-07-131-0/+7
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-24/+12
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-20/+17
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-24/+12
* arm/{bcm2835,fsl-imx25,fsl-imx6}: Fix realize error API violationsMarkus Armbruster2020-07-021-7/+5
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell2020-06-161-0/+6
|\
| * hw: arm: Set vendor property for IMX SDHCI emulationsGuenter Roeck2020-06-161-0/+6
* | qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-41/+28
* | qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-3/+2
|/
* hw/arm/fsl-imx6: Connect watchdog interruptsGuenter Roeck2020-05-211-0/+9
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-03-171-3/+3
|\
| * hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-3/+3
* | hw/arm/fsl-imx6: Wire up USB controllersGuenter Roeck2020-03-171-0/+36
|/
* i.MX: Add support for WDT on i.MX6Roman Kapl2020-02-131-0/+21
* hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé2019-09-031-1/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* hw/arm: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-1/+5
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* hw/arm/fsl-imx6: Fix introspection problems with the "fsl, imx6" deviceThomas Huth2018-07-171-36/+20
* Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell2018-04-261-3/+1
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/arm/fsl-imx*: Don't create "null" chardevs for serial devicesPeter Maydell2018-04-261-12/+1
* hw/arm/fsl-imx: Fix introspection problem with fsl-imx6 and fsl-imx7Thomas Huth2018-04-101-7/+7
* hw/arm/fsl-imx6: implement SDHCI Spec. v3Philippe Mathieu-Daudé2018-02-131-0/+7
* hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHCAndrey Smirnov2018-02-091-1/+1
* imx_fec: Do not link to netdevAndrey Smirnov2018-01-111-0/+1
* hw/arm: Mark the "fsl,imx6" device with user_creatable = falseThomas Huth2017-11-071-1/+2
* fsl_imx*: Migrate ROM contentsPeter Maydell2017-07-241-2/+2
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1
* memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-141-2/+2
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* arm: remove remaining cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-201-5/+0
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* char: remove init callbackMarc-André Lureau2016-10-241-1/+1
* i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois2016-07-071-1/+1
* imx: Use memory_region_init_rom() for ROMsPeter Maydell2016-07-041-4/+4
* Add ENET device to i.MX6 SOC.Jean-Christophe Dubois2016-06-021-0/+17
* i.MX: Add i.MX6 SOC implementation.Jean-Christophe DUBOIS2016-05-121-0/+449