summaryrefslogtreecommitdiff
path: root/hw/arm/fsl-imx31.c
AgeCommit message (Expand)AuthorFilesLines
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-26hw/arm/fsl-imx*: Don't create "null" chardevs for serial devicesPeter Maydell1-11/+1
2017-11-07hw/arm: Mark the "fsl,imx31" device with user_creatable = falseThomas Huth1-1/+5
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-5/+4
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois1-0/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2015-12-17i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois1-3/+3
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-0/+6
2015-09-14i.MX: Add GPIO devices to i.MX31 SOCJean-Christophe Dubois1-0/+30
2015-09-07i.MX: Add i2C devices to i.MX31 SOCJean-Christophe Dubois1-0/+30
2015-09-07i.MX: Add SOC support for i.MX31Jean-Christophe Dubois1-0/+216