Lines Matching +full:- +full:- +full:list +full:- +full:error +full:- +full:boards
5 # SPDX-License-Identifier: GPL-2.0+
13 Run 'tools/genboardscfg.py -h' for available options.
32 OUTPUT_FILE = 'boards.cfg'
36 # List of boards
45 """Remove a file ignoring 'No such file or directory' error."""
49 # Ignore 'No such file or directory' error
70 # return False on 'No such file or directory' error
164 if colon == -1:
180 # Set '-' if the value is empty.
186 params[key] = '-'
192 # fix-up for aarch64
196 # fix-up options field. It should have the form:
198 if params['options'] != '-':
222 """Read the queues and append the data to the paramers list"""
248 q = multiprocessing.Queue(maxsize=-1)
255 # The resulting data should be accumulated to this list
287 Display a warning message and return '-' if status information
291 'Active', 'Orphan' or '-'.
295 return '-'
307 return '-'
333 status = '-'
356 status = '-'
362 """Add Status and Maintainers information to the board parameters list.
365 params_list: A list of the board parameters
385 params_list: The list of board parameters
401 # insert two spaces between fields like column -t would
437 parser.add_option('-f', '--force', action="store_true", default=False,
439 parser.add_option('-j', '--jobs', type='int', default=cpu_count,
441 parser.add_option('-o', '--output', default=OUTPUT_FILE,