aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/imx25_pdk.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-1/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-2/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-3/+2
2020-03-12hw/arm/fsl-imx25: Wire up eSDHC controllersGuenter Roeck1-0/+16
2020-02-19arm/imx25_pdk: use memdev for RAMIgor Mammedov1-5/+4
2020-02-19arm/imx25_pdk: drop RAM size fixupIgor Mammedov1-4/+6
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-4/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-03imx25-pdk: create ds1338 for qtest inside the testPaolo Bonzini1-9/+0
2019-05-24hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-3/+2
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+1
2017-07-13Convert error_report() to warn_report()Alistair Francis1-3/+3
2017-01-20arm: Uniquely name imx25 I2C buses.Alastair D'Silva1-1/+1
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-02-08Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-6/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster1-1/+1
2015-10-16arm: imx25-pdk: Fix machine namePeter Crosthwaite1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-09-07i.MX: Add the i.MX25 PDK platformJean-Christophe Dubois1-0/+159