Searched refs:fw_cfg (Results 1 – 11 of 11) sorted by relevance
7 (fw_cfg) device, originally intended as a way for the host to9 with QEMU v2.4, arbitrary fw_cfg file entries may be specified10 by the user on the command line, which makes fw_cfg additionally15 to the fw_cfg device can be found in "docs/specs/fw_cfg.txt"18 **SysFS fw_cfg Interface**20 The fw_cfg sysfs interface described in this document is only26 All fw_cfg information is shown under:30 The only legacy blob displayed is the fw_cfg device revision:34 **Discoverable fw_cfg blobs by selector key**36 All discoverable blobs listed in the fw_cfg file directory are[all …]
82 struct nci_prop_fw_cfg_cmd fw_cfg; in s3fwrn5_nci_rf_configure() local101 fw_cfg.clk_type = 0x01; in s3fwrn5_nci_rf_configure()102 fw_cfg.clk_speed = 0xff; in s3fwrn5_nci_rf_configure()103 fw_cfg.clk_req = 0xff; in s3fwrn5_nci_rf_configure()105 sizeof(fw_cfg), (__u8 *)&fw_cfg); in s3fwrn5_nci_rf_configure()
947 struct fw_config_table *fw_cfg) in ccg_check_vendor_version() argument958 if (le16_to_cpu(fw_cfg->app.build) != uc->fw_build) { in ccg_check_vendor_version()970 struct fw_config_table fw_cfg; in ccg_check_fw_version() local983 if (fw->size < sizeof(fw_cfg) + FW_CFG_TABLE_SIG_SIZE) in ccg_check_fw_version()986 memcpy((uint8_t *)&fw_cfg, fw->data + fw->size - in ccg_check_fw_version()987 sizeof(fw_cfg) - FW_CFG_TABLE_SIG_SIZE, sizeof(fw_cfg)); in ccg_check_fw_version()989 if (fw_cfg.identity != ('F' | 'W' << 8 | 'C' << 16 | 'T' << 24)) { in ccg_check_fw_version()998 new_version = le16_to_cpu(fw_cfg.app.build) | in ccg_check_fw_version()999 CCG_VERSION_PATCH(fw_cfg.app.patch) | in ccg_check_fw_version()1000 CCG_VERSION(fw_cfg.app.ver); in ccg_check_fw_version()[all …]
23 hw/nvram/fw_cfg.c | 3 ++-29 diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c31 --- a/hw/nvram/fw_cfg.c32 +++ b/hw/nvram/fw_cfg.c
22 hw/nvram/fw_cfg.c | 4 ++--28 diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c30 --- a/hw/nvram/fw_cfg.c31 +++ b/hw/nvram/fw_cfg.c
54 hw/nvram/fw_cfg.c | 9 ++++++---917 diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c919 --- a/hw/nvram/fw_cfg.c920 +++ b/hw/nvram/fw_cfg.c
14 The authoritative guest-side hardware interface documentation to the fw_cfg15 device can be found in "docs/specs/fw_cfg.txt" in the QEMU source tree.
188 tristate "QEMU fw_cfg device support in sysfs"194 configuration (fw_cfg) file entries via sysfs. Entries are195 found under /sys/firmware/fw_cfg when this option is enabled199 bool "QEMU fw_cfg device parameter parsing"
234 ATTRIBUTE_GROUPS(fw_cfg);
254 Hidden option to enable QEMU fw_cfg interface. This will be selected by
439 The fw_cfg interface in QEMU also provides information about kernel data,441 these informtion from fw_cfg interface, which saves the time of loading them