Home
last modified time | relevance | path

Searched refs:board_dict (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dboard.py160 board_dict = {}
162 board_dict[board.target] = board
163 return board_dict
171 board_dict = {}
174 board_dict[board.target] = board
175 return board_dict
H A Dbuilder.py715 board_dict = {}
725 board_dict[board.target] = outcome
757 return (board_dict, err_lines_summary, err_lines_boards,
760 def AddOutcome(self, board_dict, arch_list, changes, char, color): argument
776 if target in board_dict:
777 arch = board_dict[target].arch
904 def PrintSizeSummary(self, board_selected, board_dict, show_detail, argument
931 for target in board_dict:
935 outcome = board_dict[target]
985 result['_outcome'] = board_dict[result['_target']]
[all …]