summaryrefslogtreecommitdiff
path: root/include/hw/loader.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Add symbol table callback interface to load_elfMichael Clark1-1/+16
2018-03-02loader: Add new load_ramdisk_as()Peter Maydell1-1/+11
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-1/+0
2017-09-08fw_cfg: rename read callbackMarc-André Lureau1-1/+1
2017-02-28elf-loader: Allow late loading of elfFarhan Ali1-1/+12
2017-02-21loader: Support Flattened Image Trees (FIT images)Paul Burton1-0/+6
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin1-3/+4
2016-11-30loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek1-3/+3
2016-09-22loader: Add AddressSpace loading support to targphysAlistair Francis1-0/+22
2016-09-22loader: Add AddressSpace loading support to uImagesAlistair Francis1-0/+26
2016-09-22loader: Add AddressSpace loading support to ELFsAlistair Francis1-1/+12
2016-09-22loader: Allow a custom AddressSpace when loading ROMsAlistair Francis1-4/+6
2016-09-22loader: Allow ELF loader to auto-detect the ELF archAlistair Francis1-0/+2
2016-04-07Sort the fw_cfg file listGerd Hoffmann1-0/+2
2016-03-16loader: Fix incorrect parameter name in load_image_mr() macroJens Wiklander1-1/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+4
2016-03-04loader: load_elf(): Add doc commentPeter Crosthwaite1-0/+23
2016-03-04loader: add API to load elf headerPeter Crosthwaite1-0/+13
2016-03-04loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell1-2/+16
2015-07-07vl: move rom_load_all after machine init doneEric Auger1-2/+1
2015-04-27acpi-build: remove dependency from ram_addr.hPaolo Bonzini1-3/+5
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster1-1/+1
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+2
2015-01-08acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin1-2/+2
2014-12-22hw/loader: split out load_image_gzipped_buffer()Laszlo Ersek1-0/+9
2014-11-24acpi-build: mark RAM dirty on table updateMichael S. Tsirkin1-1/+1
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov1-1/+3
2014-09-08loader: Add load_image_size() to replace load_image()Benjamin Herrenschmidt1-0/+1
2014-08-19loader: Add load_image_gzipped function.Richard W.M. Jones1-0/+1
2014-03-11pc: avoid duplicate names for ROM MRsMichael S. Tsirkin1-2/+4
2014-03-09loader: rename in_ram/has_mrMichael S. Tsirkin1-1/+1
2014-03-05elf-loader: add more return codesAlexey Kardashevskiy1-0/+6
2014-02-10loader: document that errno is setMichael S. Tsirkin1-0/+7
2013-11-10loader: drop return value for rom_add_blob_fixedMichael S. Tsirkin1-1/+1
2013-10-14loader: allow adding ROMs in done callbacksMichael S. Tsirkin1-0/+1
2013-10-14loader: support for unmapped ROM blobsMichael S. Tsirkin1-3/+4
2013-08-21loader: store FW CFG ROM files in RAMMichael S. Tsirkin1-0/+1
2013-07-22hw/loader: Support ramdisk with u-boot headerSoren Brinkmann1-0/+13
2013-06-02refer to FWCfgState explicitlyLaszlo Ersek1-1/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+52