Home | History | Annotate | Download | only in firmware_LockedME

Lines Matching refs:flashrom

24     def flashrom(self, ignore_status=False, args=()):
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" % sectname
139 # Read the image using flashrom.
140 self.flashrom(args=('-r', self.BIOS_FILE))
159 # flashrom tells us about the ME-related registers, we'll just try to