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

  /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)
33 r = self.flashrom(args=('-V',))
42 r = self.flashrom(args=('-w', self.BIOS_FILE,
48 self.flashrom(args=('-w', self.BIOS_FILE,
86 self.flashrom(args=('-r', self.BIOS_FILE))
89 # flashrom should have read the SI_ME section as all 0xff's. If not,
95 raise error.TestFail("SI_ME was readable by flashrom")
98 # flashrom tells us about the ME-related registers, we'll just try t
    [all...]
  /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/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>
158 # flashrom utility wrapper
160 """ a wrapper for "flashrom" utility.
172 ex: flashrom = flashrom_util.flashrom_util()
174 ex: image = flashrom.read_whole()
176 When the contents of the flashrom is read off the target, it's map
177 gets created automatically (read from the flashrom image using
180 invoking flashrom.set_firmware_layout(filename), or supply his own ma
    [all...]

Completed in 402 milliseconds