Lines Matching refs:programmer
35 """Class implementing base programmer services.
56 to be in the path for the programmer to succeed
72 # TODO: We turn this exception into a warn since the fw programmer
75 # We should reinstate this exception once the programmer is working
111 logging.debug("Programmer command: %s", self._program_cmd)
160 programmer = servo_v2_programmer
163 programmer += ',serial=%s' % servo_serial
165 programmer = servo_v3_programmer
168 # firmware programmer will always use the uServo to program.
170 programmer = servo_v4_with_micro_programmer
171 programmer += ':serial=%s' % servo_micro_serial
174 programmer = servo_v4_with_ccd_programmer
175 programmer += ',serial=%s' % ccd_serial
182 'flashrom', '-V', '-p', programmer,
213 'flashrom', '-V', '-p', programmer,
221 """Prepare programmer for programming.
265 """Prepare programmer for programming.
280 """Main programmer class which provides programmer for BIOS and EC with
344 """Gets a proper flashrom programmer.
348 @return A programmer for flashrom.
358 @return A programmer for ec. If the programmer is not supported
364 logging.debug('Setting up BIOS programmer for board: %s', _board)
368 logging.warning('No BIOS programmer found for board: %s', _board)
374 """Instantiates and returns ec programmer for the board.
378 @return A programmer for ec. If the programmer is not supported
384 logging.debug('Setting up EC programmer for board: %s', _board)
388 logging.warning('No EC programmer found for board: %s', _board)
414 """Main programmer class which provides programmer for only updating the RW
424 """Gets a proper flashrom programmer.
428 @return A programmer for flashrom.
444 """Main programmer class which provides programmer for BIOS and EC with
447 Different from programmer for servo v2, programmer for servo v3 does not
481 """Main programmer class which provides programmer for only updating the RW