Home
last modified time | relevance | path

Searched refs:board_selected (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/tools/buildman/
Dbuilder.py859 def ResetResultSummary(self, board_selected): argument
873 for board in board_selected:
969 def PrintSizeSummary(self, board_selected, board_dict, show_detail, argument
997 if target not in board_selected:
1022 arch = board_selected[target].arch
1074 def PrintResultSummary(self, board_selected, board_dict, err_lines, argument
1203 if target not in board_selected:
1229 self.AddOutcome(board_selected, arch_list, better, '',
1231 self.AddOutcome(board_selected, arch_list, worse, '+',
1233 self.AddOutcome(board_selected, arch_list, new, '*', self.col.BLUE)
[all …]
Dcontrol.py303 board_selected = boards.GetSelectedDict()
313 Print(GetActionSummary(options.summary, commits, board_selected,
325 builder.ShowSummary(commits, board_selected)
327 fail, warned = builder.BuildBoards(commits, board_selected,
Dtest.py191 board_selected = self.boards.GetSelectedDict()
193 build.BuildBoards(self.commits, board_selected, keep_outputs=False,
205 build.ShowSummary(self.commits, board_selected)