summaryrefslogtreecommitdiffstats
path: root/hw/arm/xlnx-zynqmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xlnx-zynqmp: Set the number of priority queuesAlistair Francis2016-09-221-0/+2
* arm: xlnx-zynqmp: Add xlnx-dp and xlnx-dpdmaKONRAD Frederic2016-06-141-1/+31
* hw/char: QOM'ify cadence_uart modelxiaoqiang zhao2016-06-061-0/+1
* xlnx-zynqmp: Use the in kernel GIC model for KVM runsEdgar E. Iglesias2016-06-061-1/+3
* xlnx-zynqmp: Delay realization of GIC until post CPU realizationEdgar E. Iglesias2016-06-061-25/+31
* xlnx-zynqmp: Make the RPU subsystem optionalEdgar E. Iglesias2016-06-061-24/+38
* xlnx-zynqmp: Add a secure prop to en/disable ARM Security ExtensionsEdgar E. Iglesias2016-06-061-0/+3
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell2016-02-181-0/+8
* xlnx-zynqmp: Connect the SPI devicesAlistair Francis2016-01-211-0/+31
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* xlnx-zynqmp: Add support for high DDR memory regionsAlistair Francis2016-01-151-0/+37
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-01-131-1/+1
* target-arm: xlnx-zynqmp: Add sdhci support.Sai Pavan Boddu2015-10-291-0/+28
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+6
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* xlnx-zynqmp: Remove unnecessary brackets around error messagesAlistair Francis2015-09-141-5/+5
* xlnx-zynqmp: Connect the sysbus AHCI to ZynqMPAlistair Francis2015-09-081-0/+18
* xlnx-zynqmp.c: Convert some of the error_propagate() calls to error_abortAlistair Francis2015-09-081-12/+2Star
* xlnx-zynqmp: Connect the four OCM banksAlistair Francis2015-08-251-0/+15
* arm/xlnx-zynqmp: fix memory leakGonglei2015-07-161-0/+2
* arm: xlnx-zynqmp: Add 2xCortexR5 CPUsPeter Crosthwaite2015-06-191-0/+34
* arm: xlnx-zynqmp: Add boot-cpu propertyPeter Crosthwaite2015-06-191-1/+18
* arm: xlnx-zynqmp: Preface CPU variables with "apu"Peter Crosthwaite2015-06-191-12/+14
* arm: xlnx-zynqmp: Add UART supportPeter Crosthwaite2015-05-181-0/+24