summaryrefslogtreecommitdiff
path: root/hw/microblaze/boot.c
AgeCommit message (Expand)Author
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10microblaze: do not use ram_size globalPaolo Bonzini
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-10-04microblaze: fix leak of fdevice tree blobPaolo Bonzini
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson
2018-01-26microblaze: boot.c: Don't try to find NULL fileAlistair Francis
2017-05-07Remove reduntant qemu: from error functionsIshani Chugh
2016-10-28clean-up: removed duplicate #includesAnand J
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-01-28microblaze: Clean up includesPeter Maydell
2015-09-25mb: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-07-09microblaze: boot: Use cpu_set_pc()Peter Crosthwaite
2015-04-30microblaze: fix memory leakGonglei
2015-03-10Remove superfluous '\n' around error_report()Gonglei
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov
2014-05-13microblaze: boot: Don't hack the elf entry pointPeter Crosthwaite
2014-05-13microblaze: Support loading of u-boot initrd imagesEdgar E. Iglesias
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite
2013-10-24hw/microblaze: Add support for loading initrd imagesEdgar E. Iglesias
2013-10-24hw/microblaze: Indentation cleanupsEdgar E. Iglesias
2013-07-09microblaze: Fix latent bug with default DTB lookupMarkus Armbruster
2013-06-14microblaze: Remove CONFIG_FDT conditionalsPeter Maydell
2013-04-19Remove unneeded type castsStefan Weil
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini