summaryrefslogtreecommitdiffstats
path: root/hw/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0Star
* hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-3/+3
* hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-3/+4
* hw/microblaze/zynqmp: Let the SoC manage the IPI devicesPhilippe Mathieu-Daudé2019-05-241-20/+16Star
* hw/microblaze/zynqmp: Move the IPI state into the PMUSoC statePhilippe Mathieu-Daudé2019-05-241-7/+7
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-112-4/+2Star
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-112-3/+2Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2019-03-082-2/+0Star
|\
| * hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-072-2/+0Star
* | microblaze-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+12
* | kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+8
|/
* hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boardsÁkos Kovács2019-02-051-3/+3
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-3/+4
* hw/microblaze: s3adsp1800: Create an unimplemented GPIO areaEdgar E. Iglesias2019-01-221-0/+4
* Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson2019-01-071-1/+1
* hw/microblaze/xlnx-zynqmp-pmu: Fix introspection problem in 'xlnx, zynqmp-pmu...Thomas Huth2018-07-231-6/+4Star
* hw/microblaze: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-022-6/+8
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-262-2/+2
* xlnx-zynqmp-pmu: Connect the IPI device to the PMUAlistair Francis2018-01-261-0/+31
* xlnx-zynqmp-pmu: Connect the PMU interrupt controllerAlistair Francis2018-01-261-0/+24
* xlnx-zynqmp-pmu: Add the CPU and memoryAlistair Francis2018-01-261-2/+68
* xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMUAlistair Francis2018-01-262-0/+84
* microblaze: boot.c: Don't try to find NULL fileAlistair Francis2018-01-261-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-142-8/+4Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-142-4/+4
* Remove reduntant qemu: from error functionsIshani Chugh2017-05-071-1/+1
* clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* m25p80: qdev-ify drive propertyPaolo Bonzini2016-07-041-1/+8
* hw/char: QOM'ify xilinx_uartlite modelxiaoqiang zhao2016-06-061-2/+3
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-223-0/+6
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-222-0/+2
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-2/+2
* microblaze: Clean up includesPeter Maydell2016-01-283-0/+3
* ssi: Move ssi.h into a separate directoryAlistair Francis2016-01-211-1/+1
* petalogix-ml605: Set the MicroBlaze CPU version to 8.10.aEdgar E. Iglesias2016-01-071-0/+1
* s3adsp1800: Set the MicroBlaze CPU version to 7.10.dEdgar E. Iglesias2016-01-071-0/+1
* mb: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+2
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-192-20/+10Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-182-4/+4
* microblaze: boot: Use cpu_set_pc()Peter Crosthwaite2015-07-091-2/+3
* s3adsp1800: Remove the hardcoded values from the resetAlistair Francis2015-06-211-8/+1Star
* ml605_mmu: Move the hardcoded values to the init functionAlistair Francis2015-06-211-12/+6Star
* target-microblaze: Convert version_mask to a CPU propertyAlistair Francis2015-06-211-1/+1
* target-microblaze: Convert endi to a CPU propertyAlistair Francis2015-06-211-1/+1
* target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis2015-06-211-1/+2
* target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis2015-06-211-2/+5
* microblaze: s3adsp: Instantiate CPU using QOMPeter Crosthwaite2015-06-211-6/+2Star