aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/fsl-imx25.c
AgeCommit message (Expand)Author
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX25 processorJean-Christophe Dubois
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-02arm/{bcm2835,fsl-imx25,fsl-imx6}: Fix realize error API violationsMarkus 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-imx25: Wire up watchdogGuenter Roeck
2020-03-17hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé
2020-03-12hw/arm/fsl-imx25: Wire up USB controllersGuenter Roeck
2020-03-12hw/arm/fsl-imx25: Wire up eSDHC controllersGuenter Roeck
2020-01-17i.MX: add an emulation for RNGCMartin Kaiser
2019-09-03hw/arm/fsl-imx: Add the cpu as child of the SoC objectPhilippe Mathieu-Daudé
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-07-17hw/arm/fsl-imx25: Fix introspection problem with the "fsl, imx25" deviceThomas Huth
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-26hw/arm/fsl-imx*: Don't create "null" chardevs for serial devicesPeter Maydell
2017-11-07hw/arm: Mark the "fsl,imx25" device with user_creatable = falseThomas Huth
2017-07-24fsl_imx*: Migrate ROM contentsPeter Maydell
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-04-20arm: remove remaining cannot_destroy_with_object_finalize_yetLaurent Vivier
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-07-07i.MX: split the GPT timer implementation into per SOC definitionspull-target-arm-20160707Jean-Christophe Dubois
2016-07-04imx: Use memory_region_init_rom() for ROMsPeter Maydell
2016-06-02Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois
2016-01-18hw/arm: Clean up includesPeter Maydell
2015-12-17i.MX: Add an i.MX25 specific CCM class/instancepull-target-arm-20151217-1Jean-Christophe Dubois
2015-12-17i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-09-14i.MX: Add GPIO devices to i.MX25 SOCJean-Christophe Dubois
2015-09-07i.MX: Add SOC support for i.MX25Jean-Christophe Dubois