aboutsummaryrefslogtreecommitdiff
path: root/hw/microblaze
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-3/+0
2019-05-24hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-3/+3
2019-05-24hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-3/+4
2019-05-24hw/microblaze/zynqmp: Let the SoC manage the IPI devicesPhilippe Mathieu-Daudé1-20/+16
2019-05-24hw/microblaze/zynqmp: Move the IPI state into the PMUSoC statePhilippe Mathieu-Daudé1-7/+7
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2-4/+2
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2-3/+2
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2-2/+0
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2-2/+0
2019-03-07microblaze-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+12
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+8
2019-02-05hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boardsÁkos Kovács1-3/+3
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-3/+4
2019-01-22hw/microblaze: s3adsp1800: Create an unimplemented GPIO areaEdgar E. Iglesias1-0/+4
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-1/+1
2018-07-23hw/microblaze/xlnx-zynqmp-pmu: Fix introspection problem in 'xlnx, zynqmp-pmu...Thomas Huth1-6/+4
2018-07-02hw/microblaze: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2-6/+8
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell2-2/+2
2018-01-26xlnx-zynqmp-pmu: Connect the IPI device to the PMUAlistair Francis1-0/+31
2018-01-26xlnx-zynqmp-pmu: Connect the PMU interrupt controllerAlistair Francis1-0/+24
2018-01-26xlnx-zynqmp-pmu: Add the CPU and memoryAlistair Francis1-2/+68
2018-01-26xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMUAlistair Francis2-0/+84
2018-01-26microblaze: boot.c: Don't try to find NULL fileAlistair Francis1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2-8/+4
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2-4/+4
2017-05-07Remove reduntant qemu: from error functionsIshani Chugh1-1/+1
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-07-04m25p80: qdev-ify drive propertyPaolo Bonzini1-1/+8
2016-06-06hw/char: QOM'ify xilinx_uartlite modelxiaoqiang zhao1-2/+3
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini3-0/+6
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-0/+2
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-2/+2
2016-01-28microblaze: Clean up includesPeter Maydell3-0/+3
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis1-1/+1
2016-01-07petalogix-ml605: Set the MicroBlaze CPU version to 8.10.aEdgar E. Iglesias1-0/+1
2016-01-07s3adsp1800: Set the MicroBlaze CPU version to 7.10.dEdgar E. Iglesias1-0/+1
2015-09-25mb: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost2-20/+10
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster2-4/+4
2015-07-09microblaze: boot: Use cpu_set_pc()Peter Crosthwaite1-2/+3
2015-06-21s3adsp1800: Remove the hardcoded values from the resetAlistair Francis1-8/+1
2015-06-21ml605_mmu: Move the hardcoded values to the init functionAlistair Francis1-12/+6
2015-06-21target-microblaze: Convert version_mask to a CPU propertyAlistair Francis1-1/+1
2015-06-21target-microblaze: Convert endi to a CPU propertyAlistair Francis1-1/+1
2015-06-21target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis1-1/+2
2015-06-21target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis1-2/+5
2015-06-21microblaze: s3adsp: Instantiate CPU using QOMPeter Crosthwaite1-6/+2