Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/buildman/
H A Dboard.py158 board_dict = {}
160 board_dict[board.target] = board
161 return board_dict
169 board_dict = {}
172 board_dict[board.target] = board
173 return board_dict
H A Dbuilder.py771 board_dict = {}
783 board_dict[board.target] = outcome
822 return (board_dict, err_lines_summary, err_lines_boards,
825 def AddOutcome(self, board_dict, arch_list, changes, char, color): argument
841 if target in board_dict:
842 arch = board_dict[target].arch
971 def PrintSizeSummary(self, board_selected, board_dict, show_detail, argument
998 for target in board_dict:
1002 outcome = board_dict[target]
1052 result['_outcome'] = board_dict[result['_target']]
[all …]