aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/xilinx_zynq.c
AgeCommit message (Expand)Author
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-02-13hw/arm/xilinx_zynq: fix the capabilities register to match the datasheetPhilippe Mathieu-Daudé
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-02-21hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster
2016-07-04m25p80: qdev-ify drive propertyPaolo Bonzini
2016-07-04xilinx_zynq: Connect devcfg to the Zynq machine modelPeter Crosthwaite
2016-06-06hw/char: QOM'ify cadence_uart modelxiaoqiang zhao
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis
2016-01-18hw/arm: Clean up includesPeter Maydell
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster
2015-11-12hw/misc: Add support for ADC controller in Xilinx Zynq 7000Guenter Roeck
2015-11-03arm: xilinx_zynq: Add linux pre-bootPeter Crosthwaite
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-05-28ssi: Name the CS GPIOPeter Crosthwaite
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-01-31ZYNQ: Implement board MIDR control for ZynqAlistair Francis
2014-01-08arm/xilinx_zynq: Always instantiate the GEMsPeter Crosthwaite
2013-12-17arm/xilinx_zynq: Implement CBAR initialisationPeter Crosthwaite
2013-12-17arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()Peter Crosthwaite
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-20hw/arm/xilinx_zynq: Don't use arm_pic_init_cpu()Peter Maydell
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-03xilinx_spips: seperate SPI and QSPI as two classesPeter Crosthwaite
2013-04-15arm: fix location of some include filesPeter Maydell
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-05xilinx_zynq: Cleanup ssi_create_slavePeter Crosthwaite
2013-03-15xilinx_zynq: added pl330 to machine modelPeter Crosthwaite
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini