Home | History | Annotate | Download | only in toolchain-utils

Lines Matching full:board

34   def __init__(self, board, remote, gcc_dir, chromeos_root, runtestflags,
36 self._board = board
56 cmd = './setup_board --board=' + self._board
61 raise RuntimeError('Failed to setup board.')
76 build_gcc_args = [build_tc.__file__, '--board=' + self._board,
84 args = [run_dejagnu.__file__, '--board=' + self._board,
160 '--board',
161 dest='board',
162 help=('Required. Specify board type. For example '
167 help=('Required. Specify remote board address'))
191 if not options.board or not options.remote:
192 raise SyntaxError('--board and --remote are mandatory options.')
199 adapter = DejagnuAdapter(opt.board, opt.remote, opt.gcc_dir,