summaryrefslogtreecommitdiff
path: root/hw/arm/msf2-soc.c
AgeCommit message (Expand)Author
2021-09-01arm: Remove system_clock_scale globalPeter Maydell
2021-09-01hw/arm/msf2-soc: Wire up refclkPeter Maydell
2021-09-01hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk propertyPeter Maydell
2021-09-01hw/arm/msf2_soc: Don't allocate separate MemoryRegionsPeter Maydell
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth
2020-08-03msf2-soc, stellaris: Don't wire up SYSRESETREQPeter Maydell
2020-07-21msf2: Unbreak device-list-properties for "msf-soc"Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-04-30msf2: Add EMAC block to SmartFusion2 SoCSubbaraya Sundeep
2020-03-17hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2018-08-16hw/arm: make bitbanded IO optional on ARMv7-MStefan Hajnoczi
2018-07-17hw/arm/msf2-soc: Fix introspection problem with the "msf2-soc" deviceThomas Huth
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2017-10-31msf2: Wire up SYSRESETREQ in SoC for system resetSubbaraya Sundeep
2017-09-21msf2: Add Smartfusion2 SoCSubbaraya Sundeep