summaryrefslogtreecommitdiff
path: root/hw/arm/xilinx_zynq.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster1-22/+6
2015-11-12hw/misc: Add support for ADC controller in Xilinx Zynq 7000Guenter Roeck1-0/+6
2015-11-03arm: xilinx_zynq: Add linux pre-bootPeter Crosthwaite1-0/+42
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-12/+7
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller1-3/+2
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-4/+4
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows1-0/+12
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+4
2014-05-28ssi: Name the CS GPIOPeter Crosthwaite1-1/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-6/+6
2014-01-31ZYNQ: Implement board MIDR control for ZynqAlistair Francis1-0/+7
2014-01-08arm/xilinx_zynq: Always instantiate the GEMsPeter Crosthwaite1-11/+6
2013-12-17arm/xilinx_zynq: Implement CBAR initialisationPeter Crosthwaite1-1/+8
2013-12-17arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()Peter Crosthwaite1-3/+9
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-08-20hw/arm/xilinx_zynq: Don't use arm_pic_init_cpu()Peter Maydell1-5/+2
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-06-03xilinx_spips: seperate SPI and QSPI as two classesPeter Crosthwaite1-1/+1
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-04-05xilinx_zynq: Cleanup ssi_create_slavePeter Crosthwaite1-2/+1
2013-03-15xilinx_zynq: added pl330 to machine modelPeter Crosthwaite1-0/+24
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+224