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

  /external/autotest/server/site_tests/provision_Cr50Update/
provision_Cr50Update.py 49 # 'ver_part_1/ver_part_2/chip_bid' or 'ver_part_1/ver_part_2'.
146 chip_bid, chip_bid_inv, chip_flags = chip_bid_info
161 chip_bid = chip_bid & image_mask
162 if image_bid != chip_bid:
190 chip_bid = cr50_utils.GetIntBoardId(chip_bid_info[0])
193 chip_bid_info = (chip_bid, 0xffffffff ^ chip_bid, chip_flags)
212 if chip_bid_info != state['chip_bid']:
264 chip_bid = chip_bid_info[0] if need_rollback else Non
    [all...]
  /external/autotest/server/site_tests/firmware_Cr50Update/
firmware_Cr50Update.py 72 self.chip_bid = None
76 self.chip_bid, _, self.chip_flags = chip_bid_info
78 'will be restored after rollback.', self.chip_bid,
139 chip_bid=self.chip_bid, chip_flags=self.chip_flags,
  /external/autotest/server/cros/faft/
cr50_test.py 159 def _restore_original_image(self, chip_bid, chip_flags):
167 chip_bid: the integer representation of chip board id or None if the
180 chip_bid=chip_bid, chip_flags=chip_flags)
225 chip_bid_info = self._original_state['chip_bid']
227 chip_bid = None if bid_is_erased else chip_bid_info[0]
230 self._restore_original_image(chip_bid, chip_flags)
262 state['chip_bid'] = cr50_utils.GetChipBoardId(self.host)
263 state['chip_bid_str'] = '%08x:%08x:%08x' % state['chip_bid']
464 expect_rollback=False, chip_bid=None, chip_flags=None)
    [all...]
  /external/autotest/server/cros/servo/
chrome_cr50.py 178 def rollback(self, eraseflashinfo=True, chip_bid=None, chip_flags=None):
185 chip_bid: the integer representation of chip board id or None if the
197 set_bid = chip_bid and chip_flags
205 self.send_command('bid 0x%x 0x%x' % (chip_bid, chip_flags))
  /external/autotest/server/site_tests/firmware_Cr50BID/
firmware_Cr50BID.py 402 chip_bid = cr50_utils.GetChipBoardId(self.host)
403 if self.is_running_version(rw_ver, bid) and (chip_bid ==

Completed in 1764 milliseconds