Searched refs:board_type (Results 1 – 2 of 2) sorted by relevance
| /test/py/ |
| A D | console_board.py | 41 cmd = ['u-boot-test-flash', config.board_type, config.board_identity] 59 args = [self.config.board_type, self.config.board_identity] 81 args = [self.config.board_type, self.config.board_identity]
|
| A D | conftest.py | 99 def run_build(config, source_dir, build_dir, board_type, log): argument 114 cmds = (['buildman', '--board', board_type] + dest_args,) 122 ['make', o_opt, '-s', board_type + '_defconfig'], 189 (board_type, board_type_extra, default_build_dir, 193 board_type = config.getoption('board_type') 197 default_build_dir = source_dir + '/build-' + board_type 256 board_type_filename = board_type.replace('-', '_') 271 if gdbserver and not board_type.startswith('sandbox'): 329 ubconfig.board_type = board_type 353 if board_type.startswith('sandbox'): [all …]
|
Completed in 10 milliseconds