summary refs log tree commit diff stats
path: root/hw/arm/xilinx_zynq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/xilinx_zynq: Wire FIQ between CPU <> GICPhilippe Mathieu-Daudé2024-02-151-0/+2
* Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-02-021-1/+5
|\
| * hw/arm/zynq: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé2024-02-021-1/+5
* | hw/arm: use qemu_configure_nic_device()David Woodhouse2024-02-021-7/+4
|/
* hw/arm: Build various units only oncePhilippe Mathieu-Daudé2024-01-261-1/+0
* target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* hw/arm/xilinx_zynq: Include missing 'exec/tswap.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachablePhilippe Mathieu-Daudé2023-10-271-1/+1
* hw/ssi: Check for duplicate CS indexesCédric Le Goater2023-09-011-0/+1
* hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell2022-02-081-1/+0
* hw/arm/xilinx_zynq: Replace drive_get_next() by drive_get()Markus Armbruster2021-12-151-7/+9
* hw/dma/pl330: Add memory region to replace defaultWen, Jianxian2021-08-251-0/+3
* adc: Move the zynq-xadc file to the adc directoriesCorey Minyard2021-06-171-1/+1
* hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9Guenter Roeck2021-05-101-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-1/+1
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-09-131-0/+1
|\
| * hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23Bin Meng2020-09-091-0/+1
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
|/
* hw/arm/xilinx_zynq: Call qdev_connect_clock_in() before DeviceRealizePhilippe Mathieu-Daudé2020-08-281-9/+9
* hw/arm/xilinx_zynq: Uninline cadence_uart_create()Philippe Mathieu-Daudé2020-08-281-2/+12
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-3/+3
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-3/+4
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-8/+8
* ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-19/+19
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* hw/arm/xilinx_zynq: connect uart clocks to slcrDamien Hedde2020-04-301-8/+49
* hw/arm/xilinx_zynq: Fix USB port instantiationGuenter Roeck2020-02-281-2/+3
* arm/xilinx_zynq: use memdev for RAMIgor Mammedov2020-02-191-4/+2
* arm/xilinx_zynq: drop RAM size fixupIgor Mammedov2020-02-191-8/+8
* hw/arm/xilinx_zynq: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2019-10-221-1/+2
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-7/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-3/+2
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-1/+1
* hw/arm/xilinx_zynq: Use the ARRAY_SIZE macroPhilippe Mathieu-Daudé2018-11-021-1/+1
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/arm/xilinx_zynq: fix the capabilities register to match the datasheetPhilippe Mathieu-Daudé2018-02-131-24/+29
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-8/+2
* hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell2017-09-071-0/+1
* hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé2017-09-041-6/+8
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1