Home | History | Annotate | Download | only in utils

Lines Matching refs:fwid

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 resign
166 fwid = fwid[:-1] + '~'
167 self._ec_handler.set_section_fwid('rw', fwid)
248 """Update target fwid/ecid in the setvars.sh."""
303 """Repack shellball with new fwid.
305 New fwid follows the rule: [orignal_fwid]-[append].