HomeSort by relevance Sort by last modified time
    Searched refs:flashrom (Results 1 - 9 of 9) sorted by null

  /external/autotest/server/site_tests/firmware_Fingerprint/tests/
flash_fp_rw.sh 14 flashrom --fast-verify -V -p ec:type=fp -i EC_RW -w "${FW_FILE}"
common.sh 22 flashrom --fast-verify -V -p ec:type=fp -i EC_RW -w "${fw_file}"
  /external/vboot_reference/scripts/image_signing/
set_gbb_flags.sh 59 local wp_states="$(flashrom --wp-status 2>/dev/null | grep WP)"
84 flashrom $FLASHROM_READ_OPT "$image_file"
101 flashrom $FLASHROM_WRITE_OPT "$image_file"
make_dev_firmware.sh 61 (flashrom --wp-disable && flashrom --wp-status) 2>&1 |
71 flashrom -V -r "$IMAGE"
73 flashrom -r "$IMAGE" >"$EXEC_LOG" 2>&1
87 flashrom -V -w "$IMAGE"
89 flashrom -w "$IMAGE" >"$EXEC_LOG" 2>&1
275 # TODO(hungte) maybe we can wrap the flashrom by 'make_dev_firmware.sh -r'
283 flashrom -w [PATH_TO_BACKUP_IMAGE]
284 Ex: flashrom -w $backup_file_path
make_dev_ssd.sh 333 sudo flashrom -p host -i GBB -r "$bios_image" >/dev/null 2>&1
  /external/autotest/client/site_tests/firmware_LockedME/
firmware_LockedME.py 24 def flashrom(self, ignore_status=False, args=()): member in class:firmware_LockedME
25 """Run flashrom, expect it to work. Fail if it doesn't"""
27 return utils.run('flashrom', ignore_status=ignore_status, args=extra)
32 flashrom_result = self.flashrom(args=('--wp-status',))
33 logging.info('The above flashrom command returns.... %s',
49 r = self.flashrom(args=('-V',))
58 r = self.flashrom(args=('-V', '-w', self.BIOS_FILE,
65 self.flashrom(args=('-w', self.BIOS_FILE,
90 # flashrom should have read the section as all 0xff's. If not,
96 err_string = "%s was readable by flashrom" % sectnam
    [all...]
  /external/vboot_reference/utility/
dev_debug_vboot 266 [ -z "${OPT_BIOS}" ] && need="$need flashrom"
281 log flashrom -V -p host --wp-status
294 if log flashrom -p host -r /dev/null \
304 if log flashrom -p host -r bios.rom ; then
  /external/autotest/client/cros/faft/utils/
saft_flashrom_util.py 7 saft_flashrom_util is based on utility 'flashrom'.
10 (read ) flashrom -r <file>
11 (write) flashrom -l <layout_fn> [-i <image_name> ...] -w <file>
168 # flashrom utility wrapper
170 """ a wrapper for "flashrom" utility.
182 ex: flashrom = flashrom_util.flashrom_util()
184 ex: image = flashrom.read_whole()
186 When the contents of the flashrom is read off the target, it's map
187 gets created automatically (read from the flashrom image using
190 invoking flashrom.set_firmware_layout(filename), or supply his own ma
    [all...]
  /external/u-boot/doc/
README.x86 139 flashrom -w samus.bin
    [all...]

Completed in 1694 milliseconds