aboutsummaryrefslogtreecommitdiff
path: root/include/hw/loader.h
AgeCommit message (Expand)Author
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.pull-target-arm-20190107Nick Hudson
2018-12-14include/hw/loader.h: Document load_image_size()Peter Maydell
2018-12-14hw/core/loader.c: Remove load_image()Peter Maydell
2018-10-02change get_image_size return type to int64_tLi Zhijian
2018-08-16loader: Implement .hex file loaderSu Hang
2018-08-16loader: add rom transaction APIStefan Hajnoczi
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth
2018-03-07Add symbol table callback interface to load_elfMichael Clark
2018-03-02loader: Add new load_ramdisk_as()Peter Maydell
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2017-09-08fw_cfg: rename read callbackMarc-André Lureau
2017-02-28elf-loader: Allow late loading of elfFarhan Ali
2017-02-21loader: Support Flattened Image Trees (FIT images)Paul Burton
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin
2016-11-30loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek
2016-09-22loader: Add AddressSpace loading support to targphysAlistair Francis
2016-09-22loader: Add AddressSpace loading support to uImagesAlistair Francis
2016-09-22loader: Add AddressSpace loading support to ELFsAlistair Francis
2016-09-22loader: Allow a custom AddressSpace when loading ROMsAlistair Francis
2016-09-22loader: Allow ELF loader to auto-detect the ELF archAlistair Francis
2016-04-07Sort the fw_cfg file listGerd Hoffmann
2016-03-16loader: Fix incorrect parameter name in load_image_mr() macroJens Wiklander
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-03-04loader: load_elf(): Add doc commentPeter Crosthwaite
2016-03-04loader: add API to load elf headerPeter Crosthwaite
2016-03-04loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell
2015-07-07vl: move rom_load_all after machine init doneEric Auger
2015-04-27acpi-build: remove dependency from ram_addr.hPaolo Bonzini
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-01-08acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin
2014-12-22hw/loader: split out load_image_gzipped_buffer()Laszlo Ersek
2014-11-24acpi-build: mark RAM dirty on table updateMichael S. Tsirkin
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov
2014-09-08loader: Add load_image_size() to replace load_image()Benjamin Herrenschmidt
2014-08-19loader: Add load_image_gzipped function.Richard W.M. Jones
2014-03-11pc: avoid duplicate names for ROM MRsMichael S. Tsirkin
2014-03-09loader: rename in_ram/has_mrMichael S. Tsirkin
2014-03-05elf-loader: add more return codesAlexey Kardashevskiy
2014-02-10loader: document that errno is setMichael S. Tsirkin
2013-11-10loader: drop return value for rom_add_blob_fixedMichael S. Tsirkin
2013-10-14loader: allow adding ROMs in done callbacksMichael S. Tsirkin
2013-10-14loader: support for unmapped ROM blobsMichael S. Tsirkin
2013-08-21loader: store FW CFG ROM files in RAMMichael S. Tsirkin
2013-07-22hw/loader: Support ramdisk with u-boot headerSoren Brinkmann
2013-06-02refer to FWCfgState explicitlyLaszlo Ersek
2013-04-08hw: move headers to include/Paolo Bonzini