summary refs log tree commit diff stats
path: root/hw/arm/xilinx_zynq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* hw/arm/xilinx_zynq: Specify explicitly the GIC has 64 external IRQsPhilippe Mathieu-Daudé2025-02-201-3/+6
* hw/arm/xilinx_zynq: Replace IRQ_OFFSET -> GIC_INTERNALPhilippe Mathieu-Daudé2025-02-201-18/+16
* hw/boards: Rename no_sdcard -> auto_create_sdcardPhilippe Mathieu-Daudé2025-02-161-1/+0
* hw/boards: Convert no_sdcard flag to OnOffAuto tri-statePhilippe Mathieu-Daudé2025-02-161-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-2/+2
* hw/arm/xilinx_zynq: Add various missing unimplemented devicesChao Liu2024-10-151-0/+70
* hw/arm/xilinx_zynq: Enable Security ExtensionsSebastian Huber2024-09-051-8/+0
* hw/arm/xilinx_zynq: Add boot-mode propertySai Pavan Boddu2024-07-011-0/+31
* hw/arm/xilinx_zynq: Fix IRQ/FIQ routingSebastian Huber2024-06-211-2/+3
* hw/arm/xilinx_zynq: Support up to two CPU coresSebastian Huber2024-05-301-21/+33
* hw/arm/xilinx_zynq: Add cache controllerSebastian Huber2024-05-301-0/+1
* 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