aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/sabrelite.c
AgeCommit message (Expand)Author
2023-10-27hw/arm/fsl-imx6: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell
2021-12-15hw: Replace trivial drive_get_next() by drive_get()Markus Armbruster
2021-09-30hw/arm: sabrelite: Connect SPI flash CS line to GPIO3_19pull-target-arm-20210930Xuzhou Cheng
2021-06-03arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-01-08hw/arm: sabrelite: Connect the Ethernet PHY at address 6Bin Meng
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster
2020-05-27arm/sabrelite: Consistently use &error_fatal in sabrelite_init()Markus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-02-19arm/sabrelite: use memdev for RAMIgor Mammedov
2019-09-03hw/arm: simplify arm_load_dtbTao Xu
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-24hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell
2016-07-04m25p80: qdev-ify drive propertyPaolo Bonzini
2016-05-12i.MX: Add sabrelite i.MX6 emulation.Jean-Christophe DUBOIS