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

  /external/autotest/server/site_tests/platform_FlashErasers/
platform_FlashErasers.py 102 bios_image = os.path.join(dut_work_path, 'bios_image')
103 self.run_cmd('flashrom -r %s' % bios_image)
113 start, size = self._get_section(bios_image, section)
125 self.run_cmd('cp %s %s' % (bios_image, junk_image))
134 (junk_image, bios_image))
137 self.run_cmd('flashrom -w %s --diff %s' % (bios_image, junk_image))
  /external/vboot_reference/scripts/image_signing/
make_dev_ssd.sh 330 local bios_image="$(make_temp_file)"
333 sudo flashrom -p host -i GBB -r "$bios_image" >/dev/null 2>&1
334 gbb_utility -g --rootkey="$rootkey_file" "$bios_image" >/dev/null 2>&1

Completed in 1117 milliseconds