summaryrefslogtreecommitdiff
path: root/include/hw/nvram
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Clean up includesMarkus Armbruster1-1/+0
2017-10-15fw_cfg: add write callbackMarc-André Lureau1-0/+3
2017-09-08fw_cfg: rename read callbackMarc-André Lureau1-3/+4
2017-07-17fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland1-0/+50
2017-01-18fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek1-2/+1
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin1-1/+2
2016-10-28nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth1-3/+3
2016-10-28nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth2-41/+30
2016-10-28nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth1-0/+24
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-fwcfg' into s...Peter Maydell1-0/+1
2016-07-14Add optionrom compatible with fw_cfg DMA versionMarc Marí1-0/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2016-04-07Sort the fw_cfg file listGerd Hoffmann1-0/+8
2016-03-22fw_cfg: Split fw_cfg_keys.h off fw_cfg.hMarkus Armbruster2-48/+47
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-08fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo1-0/+3
2016-02-23include: Clean up includesPeter Maydell1-2/+0
2015-12-15fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo1-2/+1
2015-12-15fw_cfg: amend callback behavior spec to once per selectGabriel L. Somlo1-7/+3
2015-12-15fw_cfg: move internal function call docs to header fileGabriel L. Somlo1-0/+129
2015-10-19Implement fw_cfg DMA interfaceMarc Marí1-2/+14
2015-06-10fw_cfg: remove support for guest-side data writesGabriel L. Somlo1-2/+0
2015-06-10fw_cfg: add fw_cfg_modify_i16 (update) methodGabriel L. Somlo1-0/+1
2014-12-22fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek1-0/+2
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek1-2/+0
2014-12-22fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek1-0/+2
2014-10-15fw_cfg: add fw_cfg_machine_reset functionGonglei1-0/+2
2014-02-27sun4m: Set HostID in NVRAMMark Cave-Ayland1-0/+2
2013-10-14loader: use file path size from fw_cfg.hMichael S. Tsirkin1-1/+3
2013-10-14fw_cfg: interface to trigger callback on readMichael S. Tsirkin1-0/+4
2013-06-02fw_cfg: add API to find FW cfg objectMichael S. Tsirkin1-0/+2
2013-06-02fw_cfg: move typedef to qemu/typedefs.hMichael S. Tsirkin1-1/+1
2013-06-02firmware_abi: move to include/hw/nvram/Michael S. Tsirkin1-0/+73
2013-04-30fw_cfg: add required header filesHu Tao1-0/+7
2013-04-08hw: move headers to include/Paolo Bonzini2-0/+111