Home | History | Annotate | Download | only in servo

Lines Matching full:board

272         @return A list of valid board names.
286 SERVO_CONFIG_REGEXP = 'servo_(?P<board>.+)_overlay.xml'
289 """Check if the given board config file is v2-compatible.
291 @param board_config_path: Path to a board config XML file.
293 @return True if the board is v2-compatible; False otherwise.
317 overlay_path).group('board'))
332 """Instantiates and returns (bios, ec) programmers for the board.
337 for the board, None will be returned.
342 logging.debug('Setting up BIOS programmer for board: %s', _board)
346 logging.warning('No BIOS programmer found for board: %s', _board)
352 """Instantiates and returns ec programmer for the board.
357 for the board, None will be returned.
362 logging.debug('Setting up EC programmer for board: %s', _board)
366 logging.warning('No EC programmer found for board: %s', _board)
426 try to validate if the board can use servo V3 to update firmware. As long as
427 the servod process running in beagblebone with given board, the program will