Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 52) sorted by relevance

123

/rk3399_rockchip-uboot/scripts/
H A Dunpack_bootimg128 return '\n'.join(lines)
136 args.extend(['--kernel', os.path.join(self.image_dir, 'kernel')])
137 args.extend(['--ramdisk', os.path.join(self.image_dir, 'ramdisk')])
142 os.path.join(self.image_dir, 'second')])
145 os.path.join(self.image_dir, 'recovery_dtbo')])
147 args.extend(['--dtb', os.path.join(self.image_dir, 'dtb')])
283 extract_image(offset, size, args.boot_img, os.path.join(args.out, name))
329 indent(3) + ' '.join(f'{e:#010x},' for e in row))
336 return '\n'.join(lines)
350 args.extend(['--dtb', os.path.join(self.image_dir, 'dtb')])
[all …]
/rk3399_rockchip-uboot/tools/buildman/
H A Dcontrol.py80 print ' %s' % ' '.join(why_selected[arg])
106 fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
114 options.git_dir = os.path.join(options.git, '.git')
124 ' '.join(sorted_list))
129 fetch_arch = ','.join(toolchains.ListArchs())
178 board_file = os.path.join(options.git, 'boards.cfg')
179 status = subprocess.call([os.path.join(options.git,
185 boards.ReadBoards(os.path.join(options.git, 'boards.cfg'))
242 gnu_make = command.Output(os.path.join(options.git,
254 output_dir = os.path.join(options.output_dir, dirname)
H A Dbuilder.py243 self._working_dir = os.path.join(base_dir, '.bm-work')
296 self.re_make_err = re.compile('|'.join(ignore_lines))
395 result.stdout = '%s\n' % (' '.join(cmd)) + result.stdout
396 result.combined = '%s\n' % (' '.join(cmd)) + result.combined
468 return os.path.join(self.base_dir, commit_dir)
480 return os.path.join(output_dir, target)
489 return os.path.join(self.GetBuildDir(commit_upto, target), 'done')
498 return os.path.join(self.GetBuildDir(commit_upto, target), 'sizes')
508 return os.path.join(self.GetBuildDir(commit_upto, target),
519 return os.path.join(self.GetBuildDir(commit_upto, target),
[all …]
H A Dtoolchain.py159 env['CROSS_COMPILE'] = wrapper + os.path.join(self.path, self.cross)
262 dirname = os.path.join(path, subdir)
280 pathname = os.path.join(path, fname)
466 fname = os.path.join(tmpdir, leaf)
544 dest = os.path.join(home, '.buildman-toolchains')
561 dirpath = os.path.join(dest, path)
568 ', '.join(compiler_fname_list))
H A Dbuilderthread.py143 out_rel_dir = os.path.join('..', brd.target)
146 out_dir = os.path.join(work_dir, out_rel_dir)
186 git_dir = os.path.join(work_dir, '.git')
280 outfile = os.path.join(build_dir, 'log')
305 with open(os.path.join(build_dir, 'toolchain'), 'w') as fd:
357 print >>fd, '\n'.join(lines)
382 file_list = glob.glob(os.path.join(out_dir, dirname, pattern))
389 shutil.copy(fname, os.path.join(build_dir, target))
H A Dtest.py16 sys.path.append(os.path.join(our_path, '../patman'))
152 result.stderr = (''.join(commit.error_list)
252 '\n'.join(expect).replace('\n', '\n+'))
264 '\n'.join(expect).replace('\n', '\n-'))
276 '\n'.join(expect).replace('\n', '\n+'))
281 '\n'.join(expect).replace('\n', '\nw+'))
/rk3399_rockchip-uboot/tools/
H A Dmicrocode-tool.py31 for value in ''.join(data).split(','):
133 print 'Matching models %s:' % (', '.join(tried))
239 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi')
241 ', '.join([mcode.name for mcode in mcodes]), outfile)
293 print '\n'.join(license_text)
306 (model, ', '.join(tried)))
310 (model, ', '.join(tried),
311 ', '.join([m.name for m in mcode_list])))
H A Dmicrocode-tool31 for value in ''.join(data).split(','):
133 print 'Matching models %s:' % (', '.join(tried))
239 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi')
241 ', '.join([mcode.name for mcode in mcodes]), outfile)
293 print '\n'.join(license_text)
306 (model, ', '.join(tried)))
310 (model, ', '.join(tried),
311 ', '.join([m.name for m in mcode_list])))
H A Dgenboardscfg.py28 sys.path.append(os.path.join(os.path.dirname(__file__), 'buildman'))
79 filepath = os.path.join(dirpath, filename)
89 filepath = os.path.join(dirpath, filename)
100 if not os.path.exists(os.path.join(CONFIG_DIR, defconfig)):
240 all_defconfigs.append(os.path.join(dirpath, filename))
268 p.join()
320 return ':'.join(self.database[target][1])
370 database.parse_file(os.path.join(dirpath, 'MAINTAINERS'))
409 f.write(COMMENT_BLOCK + '\n'.join(output_lines) + '\n')
H A Dmoveconfig.py317 sys.path.append(os.path.join(os.path.dirname(__file__), 'buildman'))
318 sys.path.append(os.path.join(os.path.dirname(__file__), 'patman'))
407 pattern = os.path.join('configs', line)
448 defconfigs.append(os.path.join(dirpath, filename))
457 return '\n'.join([ '\033[' + color + 'm' + s + '\033[0m' if s else ''
473 fromfile=os.path.join('a', file_path),
474 tofile=os.path.join('b', file_path))
626 if dirpath == os.path.join('include', 'generated'):
630 cleanup_one_header(os.path.join(dirpath, filename),
669 tolines[i] = start + ','.join(new_tokens) + end
[all …]
/rk3399_rockchip-uboot/tools/patman/
H A Dproject.py22 if os.path.exists(os.path.join(top_level, "include", "u-boot")):
24 elif os.path.exists(os.path.join(top_level, "kernel")):
H A Dtools.py73 return os.path.join(outdir, fname)
106 pathname = os.path.join(dirname, fname)
111 (fname, ','.join(indir)))
H A Dget_maintainer.py17 os.path.join(gitutil.GetTopLevel(), 'scripts'),
21 fname = os.path.join(path, 'get_maintainer.pl')
H A Dcheckpatch.py18 os.path.join(os.getcwd(), '..', '..'),
19 os.path.join(top_level, 'tools'),
20 os.path.join(top_level, 'scripts'),
25 fname = os.path.join(path, 'checkpatch.pl')
31 fname = os.path.join(path, 'src', 'third_party', 'kernel', 'files',
H A Dfunc_test.py45 return os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
63 fname = os.path.join(self.tmpdir, src_fname)
68 cover_fname = os.path.join(self.tmpdir, src_fname)
69 fname = os.path.join(self.tmpdir, src_fname)
190 ' '.join(args))).encode('utf-8')
H A Dcommand.py70 user_pipestr = '|'.join([' '.join(pipe) for pipe in pipe_list])
H A Dcros_subprocess.py221 stdout = ''.join(stdout)
225 stderr = ''.join(stderr)
228 combined = ''.join(combined)
324 self.assertEqual(plist [0], ' '.join(cmd[1:]) + '\r\n')
H A Dseries.py82 ', '.join(valid_series)))
243 print(commit.patch, ', '.join(set(cc)), file=fd)
250 cc_list = ', '.join([x.decode('utf-8')
/rk3399_rockchip-uboot/tools/binman/
H A Dcontrol.py72 fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
84 board_pathname = os.path.join(options.build_dir, board)
85 dtb_fname = os.path.join(board_pathname, 'u-boot.dtb')
H A Dbinman.py21 sys.path.insert(0, os.path.join(our_path, dirname))
27 sys.path.insert(0, os.path.join(our_path, 'etype'))
98 fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
H A Dbinman21 sys.path.insert(0, os.path.join(our_path, dirname))
27 sys.path.insert(0, os.path.join(our_path, 'etype'))
98 fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dsetup.py83 makevars = ParseMakefile(os.path.join(basedir, 'Makefile'))
86 makevars = ParseMakefile(os.path.join(basedir, 'libfdt', 'Makefile.libfdt'))
88 files = [os.path.join(basedir, 'libfdt', fname) for fname in files]
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.py131 msg = '+' + ' '.join(cmd) + '\n'
316 _nonprint = ('%' + ''.join(chr(c) for c in range(0, 32) if c not in (9, 10)) +
317 ''.join(chr(c) for c in range(127, 256)))
333 data = ''.join((c in self._nonprint) and ('%%%02x' % ord(c)) or
400 blk_path = '/'.join(self.blocks)
424 (marker, '/'.join(self.blocks)))
431 blk_path = '/'.join(self.blocks)
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_vboot.py76 assert(expect_string in ''.join(output))
78 assert('sandbox: continuing, as we cannot run' in ''.join(output))
152 sig = ' '.join(byte_list)
/rk3399_rockchip-uboot/lib/libfdt/
H A Dtest_libfdt.py7 sys.path.append(os.path.join(our_path, '../../b/sandbox_spl/tools'))

123