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

  /external/autotest/client/cros/faft/utils/
flashrom_handler.py 212 gbb_section = self.fum.get_section(self.image, 'FV_GBB')
217 gbb_header_format, gbb_section)
221 if sig != '$GBB' or (rootk_offs + rootk_size) > len(gbb_section):
225 pubk_header_format, gbb_section, rootk_offs)
240 key = gbb_section[
447 gbb_section = self.fum.get_section(self.image, 'FV_GBB')
449 _, gbb_flags = struct.unpack_from(gbb_header_format, gbb_section)
458 gbb_section = self.fum.get_section(self.image, section_name)
463 gbb_section = gbb_section[:12] + formatted_flags + gbb_section[16:
    [all...]
  /external/autotest/server/cros/servo/
firmware_programmer.py 148 gbb_section = [('GBB', self._gbb)]
180 for section in preserved_sections + gbb_section:

Completed in 90 milliseconds