Searched refs:fw_file (Results 1 – 6 of 6) sorted by relevance
37 struct fw_file *file; in bios_linker_allocate()98 struct fw_file *dest, *src; in bios_linker_add_pointer()131 struct fw_file *file; in bios_linker_add_checksum()152 struct fw_file *file; in write_acpi_tables()227 struct fw_file *file; in acpi_get_rsdp_addr()303 struct fw_file *file; in qemu_fwcfg_read_firmware_list()331 file = list_entry(entry, struct fw_file, list); in qemu_fwcfg_read_firmware_list()338 struct fw_file *qemu_fwcfg_find_file(const char *name) in qemu_fwcfg_find_file()341 struct fw_file *file; in qemu_fwcfg_find_file()344 file = list_entry(entry, struct fw_file, list); in qemu_fwcfg_find_file()[all …]
13 readonly fw_file="${1}"15 check_file_exists "${fw_file}"27 flash_ro_cmd="flashrom --fast-verify -V -p ec:type=fp -i EC_RO -w ${fw_file}"
40 local fw_file="${1}"41 check_file_exists "${fw_file}"42 flashrom --fast-verify -V -p ec:type=fp -i EC_RW -w "${fw_file}"
78 struct fw_file { struct158 struct fw_file *qemu_fwcfg_find_file(const char *name);168 struct fw_file *qemu_fwcfg_file_iter_init(struct fw_cfg_file_iter *iter);169 struct fw_file *qemu_fwcfg_file_iter_next(struct fw_cfg_file_iter *iter);
358 fw_file = self._build_fw_file360 fw_file = self.TEST_IMAGE_DEV361 self.flash_rw_ro_firmware(fw_file)619 fw_file = os.path.basename(self._build_fw_file)620 if not fw_file.endswith('.bin'):622 % fw_file)623 fw_version = fw_file[:-4]789 def _run_dump_fmap_cmd(self, fw_file, section): argument798 cmd = 'dump_fmap -x ' + fw_file + ' ' + section +\805 def _run_futility_show_cmd(self, fw_file): argument[all …]
79 struct fw_file *file; in qemu_fwcfg_list_firmware()