aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/xilinx_zynq.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell1-1/+0
2021-12-15hw/arm/xilinx_zynq: Replace drive_get_next() by drive_get()Markus Armbruster1-7/+9
2021-08-25hw/dma/pl330: Add memory region to replace defaultWen, Jianxian1-0/+3
2021-06-17adc: Move the zynq-xadc file to the adc directoriesCorey Minyard1-1/+1
2021-05-10hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9Guenter Roeck1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell1-0/+1
2020-09-09hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23Bin Meng1-0/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-28hw/arm/xilinx_zynq: Call qdev_connect_clock_in() before DeviceRealizePhilippe Mathieu-Daudé1-9/+9
2020-08-28hw/arm/xilinx_zynq: Uninline cadence_uart_create()Philippe Mathieu-Daudé1-2/+12
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-3/+3
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-3/+4
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-8/+8
2020-06-15ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-19/+19
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-04-30hw/arm/xilinx_zynq: connect uart clocks to slcrDamien Hedde1-8/+49
2020-02-28hw/arm/xilinx_zynq: Fix USB port instantiationGuenter Roeck1-2/+3
2020-02-19arm/xilinx_zynq: use memdev for RAMIgor Mammedov1-4/+2
2020-02-19arm/xilinx_zynq: drop RAM size fixupIgor Mammedov1-8/+8
2019-10-22hw/arm/xilinx_zynq: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-7/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-3/+2
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-1/+1
2018-11-02hw/arm/xilinx_zynq: Use the ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2018-02-13hw/arm/xilinx_zynq: fix the capabilities register to match the datasheetPhilippe Mathieu-Daudé1-24/+29
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-8/+2
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+1
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé1-6/+8
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-02-21hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster1-1/+0
2016-07-04m25p80: qdev-ify drive propertyPaolo Bonzini1-1/+7
2016-07-04xilinx_zynq: Connect devcfg to the Zynq machine modelPeter Crosthwaite1-0/+6
2016-06-06hw/char: QOM'ify cadence_uart modelxiaoqiang zhao1-2/+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-1/+16
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis1-1/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1