summaryrefslogtreecommitdiff
path: root/hw/arm/fsl-imx6.c
AgeCommit message (Expand)AuthorFilesLines
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