aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/xlnx-zcu102.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-08hw/arm/xlnx-zcu102: Don't enable PSCI conduit when booting guest in EL3Peter Maydell1-0/+1
2021-12-15hw/arm/xlnx-zcu102: Replace drive_get_next() by drive_get()Markus Armbruster1-3/+3
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx eFUSE deviceTong Ho1-0/+15
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx BBRAM deviceTong Ho1-0/+15
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-01-29arm: rename xlnx-zcu102.canbusN propertiesPaolo Bonzini1-2/+2
2020-12-10xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllersVikram Garhwal1-0/+20
2020-09-22xlnx-zcu102: Register properties as class propertiesEduardo Habkost1-12/+13
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-27xlnx-zcu102: Use TYPE_ZCU102_MACHINE constantEduardo Habkost1-1/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-4/+4
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-5/+5
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-2/+1
2020-06-15ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster1-8/+8
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-3/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+2
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-4/+2
2020-04-30hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodesEdgar E. Iglesias1-0/+30
2020-04-30hw/arm: xlnx-zcu102: Move arm_boot_info into XlnxZCU102Edgar E. Iglesias1-4/+5
2020-02-19arm/xlnx-zcu102: use memdev for RAMIgor Mammedov1-5/+2
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-4/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-24hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-3/+2
2018-06-22xlnx-zynqmp: Swap Cortex-R5 for Cortex-R5FEdgar E. Iglesias1-1/+1
2018-06-08hw/arm: Remove the deprecated xlnx-ep108 machineThomas Huth1-60/+2
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2017-12-13xlnx-zcu102: Add support for the ZynqMP QSPIFrancisco Iglesias1-0/+23
2017-11-20hw/arm: Silence xlnx-ep108 deprecation warning during testsThomas Huth1-2/+5
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota1-0/+2
2017-11-13xlnx-zcu102: Specify the max number of CPUs for the EP108Emilio G. Cota1-0/+1
2017-11-13xlnx-zcu102: Add an info message deprecating the EP108Alistair Francis1-0/+3
2017-11-13xlnx-zynqmp: Properly support the smp command line optionAlistair Francis1-1/+2
2017-10-31xlnx-zcu102: Specify the max number of CPUsAlistair Francis1-0/+1
2017-09-14xlnx-zcu102: Mark the EP108 machine as deprecatedAlistair Francis1-1/+1
2017-09-14xlnx-zcu102: Add a machine level virtualization propertyAlistair Francis1-1/+29
2017-09-14xlnx-zcu102: Add a machine level secure propertyAlistair Francis1-0/+32
2017-09-14xlnx-zcu102: Manually create the machinesAlistair Francis1-7/+67
2017-09-14xlnx-ep108: Rename to ZCU102Alistair Francis1-0/+139