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

  /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 20 def flashrom(self, ignore_status=False, args=()): member in class:firmware_LockedME
21 """Run flashrom, expect it to work. Fail if it doesn't"""
23 return utils.run('flashrom', ignore_status=ignore_status, args=extra)
28 flashrom_result = self.flashrom(args=('--wp-status',))
29 logging.info('The above flashrom command returns.... %s',
45 r = self.flashrom(args=('-V',))
54 r = self.flashrom(args=('-w', self.BIOS_FILE,
60 self.flashrom(args=('-w', self.BIOS_FILE,
85 # flashrom should have read the section as all 0xff's. If not,
91 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>
167 # flashrom utility wrapper
169 """ a wrapper for "flashrom" utility.
181 ex: flashrom = flashrom_util.flashrom_util()
183 ex: image = flashrom.read_whole()
185 When the contents of the flashrom is read off the target, it's map
186 gets created automatically (read from the flashrom image using
189 invoking flashrom.set_firmware_layout(filename), or supply his own ma
    [all...]

Completed in 185 milliseconds