Home | History | Annotate | Download | only in servo

Lines Matching refs:programmer

35     """Class implementing base programmer services.
55 to be in the path for the programmer to succeed
65 # TODO: We turn this exception into a warn since the fw programmer
68 # We should reinstate this exception once the programmer is working
104 logging.debug("Programmer command: %s", self._program_cmd)
153 programmer = servo_v2_programmer
156 programmer += ',serial=%s' % servo_serial
158 programmer = servo_v3_programmer
161 # firmware programmer will always use the uServo to program.
163 programmer = servo_v4_with_micro_programmer
164 programmer += ',serial=%s' % servo_micro_serial
167 programmer = servo_v4_with_ccd_programmer
168 programmer += ',serial=%s' % ccd_serial
175 'flashrom', '-V', '-p', programmer,
206 'flashrom', '-V', '-p', programmer,
214 """Prepare programmer for programming.
243 """Prepare programmer for programming.
255 """Main programmer class which provides programmer for BIOS and EC with
319 """Gets a proper flashrom programmer.
323 @return A programmer for flashrom.
333 @return A programmer for ec. If the programmer is not supported
339 logging.debug('Setting up BIOS programmer for board: %s', _board)
343 logging.warning('No BIOS programmer found for board: %s', _board)
349 """Instantiates and returns ec programmer for the board.
353 @return A programmer for ec. If the programmer is not supported
359 logging.debug('Setting up EC programmer for board: %s', _board)
363 logging.warning('No EC programmer found for board: %s', _board)
389 """Main programmer class which provides programmer for only updating the RW
399 """Gets a proper flashrom programmer.
403 @return A programmer for flashrom.
419 """Main programmer class which provides programmer for BIOS and EC with
422 Different from programmer for servo v2, programmer for servo v3 does not
456 """Main programmer class which provides programmer for only updating the RW