aboutsummaryrefslogtreecommitdiff
path: root/hw/microblaze/boot.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth1-7/+2
2022-09-21hw/microblaze: pass random seed to fdtJason A. Donenfeld1-0/+5
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini1-5/+4
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10microblaze: do not use ram_size globalPaolo Bonzini1-4/+4
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan1-2/+2
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-2/+2
2019-10-04microblaze: fix leak of fdevice tree blobPaolo Bonzini1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-3/+4
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-1/+1
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