summaryrefslogtreecommitdiffstats
path: root/hw/arm/fsl-imx31.c
Commit message (Expand)AuthorAgeFilesLines
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-16/+8Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-16/+8Star
* 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-21/+16Star
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-3/+1Star
* hw/arm/fsl-imx31: Wire up watchdogGuenter Roeck2020-05-211-0/+6
* hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-3/+3
* hw/arm/fsl-imx: Add the cpu as child of the SoC objectPhilippe Mathieu-Daudé2019-09-031-1/+3
* hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé2019-09-031-1/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/arm/fsl-imx31: Fix introspection problem with the "fsl, imx31" deviceThomas Huth2018-07-171-14/+12Star
* Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell2018-04-261-3/+1Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-1/+1
* hw/arm/fsl-imx*: Don't create "null" chardevs for serial devicesPeter Maydell2018-04-261-11/+1Star
* hw/arm: Mark the "fsl,imx31" device with user_creatable = falseThomas Huth2017-11-071-1/+5
* 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/+1Star
* 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/+0Star
* 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-5/+4Star
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* i.MX: Add missing descriptions in devices.Jean-Christophe Dubois2016-03-161-0/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois2015-12-171-3/+3
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+6
* i.MX: Add GPIO devices to i.MX31 SOCJean-Christophe Dubois2015-09-141-0/+30
* i.MX: Add i2C devices to i.MX31 SOCJean-Christophe Dubois2015-09-071-0/+30
* i.MX: Add SOC support for i.MX31Jean-Christophe Dubois2015-09-071-0/+216