summaryrefslogtreecommitdiff
path: root/hw/arm/xlnx-zynqmp.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2018-03-09hw/arm: Set the core count for Xilinx's ZynqMPAlistair Francis1-0/+2
2018-03-02xlnx-zynqmp: Connect the RTC deviceAlistair Francis1-0/+14
2018-02-13hw/arm/xilinx_zynqmp: enable the UHS-I modePhilippe Mathieu-Daudé1-0/+1
2018-02-13hw/arm/xilinx_zynqmp: fix the capabilities/spec version to match the datasheetPhilippe Mathieu-Daudé1-11/+18
2018-01-26xlnx-zynqmp: Connect the IPI device to the ZynqMP SoCAlistair Francis1-0/+14
2017-12-13xlnx-zcu102: Add support for the ZynqMP QSPIFrancisco Iglesias1-0/+26
2017-11-13xlnx-zynqmp: Properly support the smp command line optionAlistair Francis1-10/+16
2017-10-06hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = falseThomas Huth1-0/+2
2017-09-14xlnx-zcu102: Add a machine level virtualization propertyAlistair Francis1-1/+2
2017-09-07xlnx_zynqmp: Convert to DEFINE_PROP_LINKFam Zheng1-5/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-04-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ...Peter Maydell1-6/+0
2017-04-20xlnx-zynqmp: Set the Cadence GEM revisionAlistair Francis1-1/+5
2017-04-20arm: remove remaining cannot_destroy_with_object_finalize_yetLaurent Vivier1-6/+0
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell1-0/+2
2016-09-22xlnx-zynqmp: Set the number of priority queuesAlistair Francis1-0/+2
2016-06-14arm: xlnx-zynqmp: Add xlnx-dp and xlnx-dpdmaKONRAD Frederic1-1/+31
2016-06-06hw/char: QOM'ify cadence_uart modelxiaoqiang zhao1-0/+1
2016-06-06xlnx-zynqmp: Use the in kernel GIC model for KVM runsEdgar E. Iglesias1-1/+3
2016-06-06xlnx-zynqmp: Delay realization of GIC until post CPU realizationEdgar E. Iglesias1-25/+31
2016-06-06xlnx-zynqmp: Make the RPU subsystem optionalEdgar E. Iglesias1-24/+38
2016-06-06xlnx-zynqmp: Add a secure prop to en/disable ARM Security ExtensionsEdgar E. Iglesias1-0/+3
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-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell1-0/+8
2016-01-21xlnx-zynqmp: Connect the SPI devicesAlistair Francis1-0/+31
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-15xlnx-zynqmp: Add support for high DDR memory regionsAlistair Francis1-0/+37
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2015-10-29target-arm: xlnx-zynqmp: Add sdhci support.Sai Pavan Boddu1-0/+28
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-0/+6
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-14xlnx-zynqmp: Remove unnecessary brackets around error messagesAlistair Francis1-5/+5
2015-09-08xlnx-zynqmp: Connect the sysbus AHCI to ZynqMPAlistair Francis1-0/+18
2015-09-08xlnx-zynqmp.c: Convert some of the error_propagate() calls to error_abortAlistair Francis1-12/+2
2015-08-25xlnx-zynqmp: Connect the four OCM banksAlistair Francis1-0/+15
2015-07-16arm/xlnx-zynqmp: fix memory leakGonglei1-0/+2
2015-06-19arm: xlnx-zynqmp: Add 2xCortexR5 CPUsPeter Crosthwaite1-0/+34
2015-06-19arm: xlnx-zynqmp: Add boot-cpu propertyPeter Crosthwaite1-1/+18
2015-06-19arm: xlnx-zynqmp: Preface CPU variables with "apu"Peter Crosthwaite1-12/+14
2015-05-18arm: xlnx-zynqmp: Add UART supportPeter Crosthwaite1-0/+24
2015-05-18arm: xlnx-zynqmp: Add GEM supportPeter Crosthwaite1-0/+35
2015-05-18arm: xlnx-zynqmp: Connect CPU Timers to GICPeter Crosthwaite1-0/+17
2015-05-18arm: xlnx-zynqmp: Add GICPeter Crosthwaite1-0/+59
2015-05-18arm: Introduce Xilinx ZynqMP SoCPeter Crosthwaite1-0/+76