Searched refs:board_name (Results 1 – 4 of 4) sorted by relevance
/tools/ |
A D | update_octeon_header.c | 69 "_stage2", board_name); in lookup_board_type() 73 board_name); in lookup_board_type() 78 "_stage1", board_name); in lookup_board_type() 96 printf("%s\n", board_name); in lookup_board_type() 109 printf("%s\n", board_name); in lookup_board_type() 120 printf("%s\n", board_name); in lookup_board_type() 158 char board_name[NAME_LEN] = { 0 }; in main() local 212 board_name); in main() 261 if (board_name[0] == '\0') { in main() 284 if (strlen(board_name)) { in main() [all …]
|
/tools/buildman/ |
A D | board.py | 9 def __init__(self, status, arch, cpu, soc, vendor, board_name, target, cfg_name): argument 27 self.board_name = board_name 29 self.props = [self.target, self.arch, self.cpu, self.board_name,
|
/tools/binman/ |
A D | README.rst | 414 binman build -b <board_name> 418 Binman assumes that the input files for the build are in ../b/<board_name>.
|
A D | binman.rst | 414 binman build -b <board_name> 418 Binman assumes that the input files for the build are in ../b/<board_name>.
|
Completed in 13 milliseconds