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

  /external/autotest/server/site_tests/kernel_BootMessagesServer/
kernel_BootMessagesServer.py 119 def _check_acpi_output(self, text, fwid):
142 if fwid not in message_db:
143 msg = 'Unnown platform %s, acpi dmesg set not defined.' % fwid
148 message_db[fwid][0],
149 message_db[fwid][1])
166 fwid = cs.fwid().split('.')[0]
177 if fwid not in _WHITELIST_TARGETS:
178 msg = 'Unnown platform %s, whitelist dmesg set not defined.' % fwid
183 dmesg, _KERN_WARNING, _WHITELIST_COMMON + _WHITELIST_TARGETS[fwid])
    [all...]
  /external/autotest/client/cros/faft/utils/
firmware_updater.py 109 """Retrieve shellball's fwid tuple.
114 Shellball's fwid tuple (ro_fwid, rw_fwid).
133 fwid = self._ec_handler.get_section_fwid('rw')
135 return fwid.rstrip('\0')
146 (a different EC fwid) in AP firmware, in order to trigger EC
151 * Modify the EC fwid by appending a '~', like from
161 fwid = self.retrieve_ecid()
162 if fwid.endswith('~'):
163 raise FirmwareUpdaterError('The EC fwid is already modified')
165 # Modify the EC FWID and resig
    [all...]
  /external/vboot_reference/host/lib/
crossystem.c 74 /* Return true if the FWID starts with the specified string. */
76 char fwid[VB_MAX_STRING_PROPERTY]; local
77 if (!VbGetSystemPropertyString("fwid", fwid, sizeof(fwid)))
80 return 0 == strncmp(fwid, start, strlen(start));
  /external/autotest/server/hosts/
cros_host.py     [all...]

Completed in 4006 milliseconds