summaryrefslogtreecommitdiffstats
path: root/hw/arm/xlnx-zynqmp.c
Commit message (Expand)AuthorAgeFilesLines
* hw/arm: xlnx-zynqmp: Connect a Xilinx CSU DMA module for QSPIXuzhou Cheng2021-03-101-0/+12
* hw/arm: xlnx-zynqmp: Clean up coding convention issuesXuzhou Cheng2021-03-101-3/+6
* hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' propertyPhilippe Mathieu-Daudé2021-03-051-6/+0Star
* xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllersVikram Garhwal2020-12-101-0/+34
* hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23Bin Meng2020-09-101-0/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-07-21' into s...Peter Maydell2020-07-211-4/+2Star
|\
| * qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-4/+2Star
* | hw: Mark nd_table[] misuse in realize methods FIXMEMarkus Armbruster2020-07-211-0/+1
|/
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-39/+19Star
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-8/+6Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-23/+23
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-30/+15Star
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-6/+4Star
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3Markus Armbruster2020-06-151-3/+3
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-35/+25Star
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-10/+6Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-6/+3Star
* hw/arm/xlnx-zynqmp.c: Add missing error-propagation codePeter Maydell2020-03-301-0/+24
* hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return pathPeter Maydell2020-03-301-1/+2
* hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-6/+5Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé2019-09-031-4/+4
* ide: Include hw/ide/internal a bit less outside hw/ide/Markus Armbruster2019-08-161-0/+1
* hw/arm: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-6/+10
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2019-05-241-4/+4
* hw/arm/xlnx-zynqmp: Realize cluster after putting RPUs in itPeter Maydell2019-01-291-2/+2
* xlnx-zynqmp: Don't create rpu-cluster if there are no RPUsPeter Maydell2019-01-291-0/+5
* arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clustersLuc Michel2019-01-071-4/+19
* xlnx-zynqmp: Improve GIC wiring and MMIO mappingLuc Michel2018-08-141-8/+84
* hw/arm/xlnx-zynqmp: Fix crash when introspecting the "xlnx, zynqmp" deviceThomas Huth2018-07-171-33/+28Star
* xlnx-zynqmp: Swap Cortex-R5 for Cortex-R5FEdgar E. Iglesias2018-06-221-1/+1
* xlnx-zynqmp: Connect the ZynqMP GDMA and ADMAFrancisco Iglesias2018-05-181-0/+53
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-1/+1
* hw/arm: Set the core count for Xilinx's ZynqMPAlistair Francis2018-03-091-0/+2
* xlnx-zynqmp: Connect the RTC deviceAlistair Francis2018-03-021-0/+14
* hw/arm/xilinx_zynqmp: enable the UHS-I modePhilippe Mathieu-Daudé2018-02-131-0/+1
* hw/arm/xilinx_zynqmp: fix the capabilities/spec version to match the datasheetPhilippe Mathieu-Daudé2018-02-131-11/+18
* xlnx-zynqmp: Connect the IPI device to the ZynqMP SoCAlistair Francis2018-01-261-0/+14
* xlnx-zcu102: Add support for the ZynqMP QSPIFrancisco Iglesias2017-12-131-0/+26
* xlnx-zynqmp: Properly support the smp command line optionAlistair Francis2017-11-131-10/+16
* hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = falseThomas Huth2017-10-061-0/+2
* xlnx-zcu102: Add a machine level virtualization propertyAlistair Francis2017-09-141-1/+2
* xlnx_zynqmp: Convert to DEFINE_PROP_LINKFam Zheng2017-09-071-5/+2Star
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ...Peter Maydell2017-04-211-6/+0Star
|\
| * arm: remove remaining cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-201-6/+0Star
* | xlnx-zynqmp: Set the Cadence GEM revisionAlistair Francis2017-04-201-1/+5
|/
* target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell2017-01-201-0/+2