aboutsummaryrefslogtreecommitdiff
path: root/include/hw/nvram
AgeCommit message (Expand)AuthorFilesLines
2024-07-01hw/nvram: Add BCM2835 OTP deviceRayhan Faizel1-0/+68
2024-05-03fw_cfg: remove useless declarations from typedefs.hPaolo Bonzini1-0/+2
2024-01-30acpi: Clean up includesPeter Maydell1-1/+0
2024-01-10hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common locationSunil V L1-0/+15
2023-12-20hw: Replace anti-social QOM type names (again)Markus Armbruster3-4/+4
2023-10-19xlnx-bbram: hw/nvram: Use dot in device type nameTong Ho1-1/+1
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé1-2/+2
2023-03-02Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin1-22/+0
2023-03-02Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin1-9/+0
2023-02-07Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into sta...Peter Maydell1-0/+39
2023-02-07hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helperPeter Delevoryas1-0/+16
2023-02-07hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boardsPeter Delevoryas1-0/+23
2023-02-06mac_nvram: Add block backend to persist NVRAM contentsBALATON Zoltan1-0/+1
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld1-0/+9
2022-10-31mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan1-2/+1
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan1-0/+52
2022-10-14hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L1-0/+21
2022-09-27x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld1-0/+22
2021-09-30hw/nvram: Introduce Xilinx battery-backed ramTong Ho1-0/+54
2021-09-30hw/nvram: Introduce Xilinx ZynqMP eFuse deviceTong Ho1-0/+44
2021-09-30hw/nvram: Introduce Xilinx Versal eFuse deviceTong Ho1-0/+68
2021-09-30hw/nvram: Introduce Xilinx eFuse QOMTong Ho1-0/+132
2020-12-08fw_cfg: Refactor extra pci roots additionJiahui Cen1-0/+9
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-9/+4
2020-09-14hw/nvram: NPCM7xx OTP device modelHavard Skinnemoen1-0/+79
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-9/+9
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-4/+8
2020-08-14nvram: Exit QEMU if NVRAM cannot contain all -prom-env dataGreg Kurz1-1/+2
2020-07-21hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé1-1/+3
2020-07-21hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagationPhilippe Mathieu-Daudé1-1/+3
2020-07-03hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé1-0/+43
2020-04-13fw_cfg: Migrate ACPI table mr sizes separatelyShameer Kolothum1-0/+6
2019-10-22fw_cfg: add "modify" functions for all typesSergio Lopez1-0/+42
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+2
2019-05-23hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé1-0/+14
2019-02-01hw/nvram/nrf51_nvm: Add nRF51 non-volatile memoriesSteffen Görtz1-0/+64
2018-08-23fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau2-60/+3
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