Home
last modified time | relevance | path

Searched refs:fwid (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py836 fwid = self.get_section_fwid(section, strip_null=False)
838 if fwid is None:
841 fwid_size = len(fwid)
843 if not fwid:
846 (self.target.upper(), section.upper(), repr(fwid)))
848 fwid = fwid.rstrip('\0')
851 if suffix in fwid:
854 (self.target.upper(), section.upper(), repr(fwid)))
857 if len(fwid) + len(suffix) > fwid_size:
858 fwid = fwid[:fwid_size - len(suffix)]
[all …]
Dfirmware_updater.py204 fwid = handler.get_section_fwid(section)
205 if fwid is not None:
206 return str(fwid)
225 fwid = handler.get_section_fwid(section)
226 if fwid is not None:
227 fwids[section] = fwid
254 fwid = handler.get_section_fwid(section)
255 if fwid is not None:
256 fwids[section] = fwid
306 fwid = self.get_section_fwid('ec', 'rw')
[all …]
/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/
Dcontrol14 1.The fwid should matches shellball's (/usr/sbin/chromeos-firmwareupdate) fwid,
19 1. fwid does not match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid
31 should matches fwid of shellball chromeos-firmwareupdate, or user can
/external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/
Dcontrol14 1. fwid does not match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid
26 This test requires firmware id matches fwid of shellball
/external/vboot_reference/host/lib/
Dcrossystem.c76 char fwid[VB_MAX_STRING_PROPERTY]; in FwidStartsWith() local
77 if (!VbGetSystemPropertyString("fwid", fwid, sizeof(fwid))) in FwidStartsWith()
80 return 0 == strncmp(fwid, start, strlen(start)); in FwidStartsWith()
/external/autotest/server/site_tests/firmware_UpdateFirmwareVersion/
Dcontrol13 2. Fwid should match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid,
/external/autotest/server/hosts/
Dcros_host.py2353 platform = crossystem.fwid().split('.')[0].lower()
2426 return crossystem.fwid()