summaryrefslogtreecommitdiff
path: root/hw/microblaze/boot.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-26microblaze: boot.c: Don't try to find NULL fileAlistair Francis1-1/+1
2017-05-07Remove reduntant qemu: from error functionsIshani Chugh1-1/+1
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-2/+2
2016-01-28microblaze: Clean up includesPeter Maydell1-0/+1
2015-09-25mb: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-07-09microblaze: boot: Use cpu_set_pc()Peter Crosthwaite1-2/+3
2015-04-30microblaze: fix memory leakGonglei1-6/+7
2015-03-10Remove superfluous '\n' around error_report()Gonglei1-1/+1
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov1-1/+2
2014-05-13microblaze: boot: Don't hack the elf entry pointPeter Crosthwaite1-1/+1
2014-05-13microblaze: Support loading of u-boot initrd imagesEdgar E. Iglesias1-3/+9
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite1-6/+6
2013-10-24hw/microblaze: Add support for loading initrd imagesEdgar E. Iglesias1-1/+38
2013-10-24hw/microblaze: Indentation cleanupsEdgar E. Iglesias1-5/+6
2013-07-09microblaze: Fix latent bug with default DTB lookupMarkus Armbruster1-14/+13
2013-06-14microblaze: Remove CONFIG_FDT conditionalsPeter Maydell1-12/+0
2013-04-19Remove unneeded type castsStefan Weil1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+177