Home
last modified time | relevance | path

Searched refs:names (Results 1 – 19 of 19) sorted by relevance

/tools/binman/etype/
A Dblob_phase.py47 names = [self.root_fname + '-nodtb', self.root_fname + '-dtb']
49 names.insert(1, self.root_fname + '-bss-pad')
50 for name in names:
/tools/binman/
A Dbintool.py146 names = [os.path.splitext(os.path.basename(fname))[0]
148 names = [name for name in names if name[0] != '_']
149 names = [name[6:] if name.startswith('btool_') else name
150 for name in names]
152 names.append('_testing')
153 return sorted(names)
158 names = Bintool.get_tool_list()
161 for name in names:
242 def show_status(color, prompt, names): argument
245 (' ' * (16 - len(prompt)), ' '.join(names))))
A Dfmap_util.py112 def _FormatBlob(fmt, names, obj): argument
113 params = [getattr(obj, name) for name in names]
114 ConvertName(names, params)
A Dfip_util.py503 names = {uuid: (desc, uuid, name) for desc, uuid, name in mat}
504 return names
507 def create_code_output(macros, names): argument
543 name_entry = names.get(macro)
582 names = parse_names(srcdir)
583 output = create_code_output(macros, names)
A Dfip_util_test.py193 names = fip_util.parse_names(self._indir)
205 self.assertEqual(expected_names, names)
218 names = fip_util.parse_names(self._indir)
220 fip_util.create_code_output(macros, names)
A Dentry.py1298 names = {'lzma': 'lzma_alone', 'lzo': 'lzop'}
1299 name = names.get(self.compress, self.compress)
A Dentries.rst103 The UUIDs correspond to useful names in `fiptool`, provided by ATF to
104 operate on FIPs. Binman uses these names to make it easier to understand
904 Node names and property values support a basic string-substitution feature.
986 It is also possible to use NAME in the node names so that the FDT files name
1033 `clock-names` and `pinctrl-names` which are not needed in SPL builds. This
2058 the available supported subnode names are board-cfg, pm-cfg, sec-cfg and
A DREADME.rst931 This string is prepended to all the names of the binaries in the
934 distinguish binaries with otherwise identical names.
1911 Test names to run (omit for all)
A Dbinman.rst931 This string is prepended to all the names of the binaries in the
934 distinguish binaries with otherwise identical names.
1911 Test names to run (omit for all)
A Dftest.py3213 names = [einfo.name for einfo in einfos]
3214 self.assertEqual(names,
/tools/patman/
A Dseries.py360 names = ', '.join(f'{c.seq + 1}:{c.subject}'
A Dpatman.rst680 version of your series is in a branch without a numeric suffix. Branch names
690 You will have an easier time if the branch names you use with 'patman series'
693 are used to having very descriptive branch names, remember that patman lets you
723 branches. It puts the tag names in the database so that it can
A DREADME.rst680 version of your series is in a branch without a numeric suffix. Branch names
690 You will have an easier time if the branch names you use with 'patman series'
693 are used to having very descriptive branch names, remember that patman lets you
723 branches. It puts the tag names in the database so that it can
/tools/dtoc/
A Dtest_fdt958 def run_tests(names, processes): argument
970 test_name = names[0] if names else None
A Dtest_fdt.py958 def run_tests(names, processes): argument
970 test_name = names[0] if names else None
/tools/buildman/
A Dbuilder.py1384 names = [brd.target for brd in line.brds]
1385 board_str = ' '.join(names) if names else ''
A DREADME.rst157 takes a comma-separated list of board target names and be used multiple times
949 This converts toolchain architecture names to U-Boot names. For example,
A Dbuildman.rst157 takes a comma-separated list of board target names and be used multiple times
949 This converts toolchain architecture names to U-Boot names. For example,
/tools/u_boot_pylib/
A DLICENSE327 necessary. Here is a sample; alter the names:

Completed in 71 milliseconds