Searched refs:done (Results 1 – 16 of 16) sorted by relevance
| /tools/buildman/ |
| A D | cfgutil.py | 39 def adjust_cfg_line(line, adjust_cfg, done=None): argument 74 if done is not None: 75 done.add(opt) 98 done = set() 100 out_line, _ = adjust_cfg_line(line, adjust_cfg, done) 104 if opt not in done: 190 done = set() 192 out_line, adj = adjust_cfg_line(line, adjust_cfg, done) 197 if opt not in done:
|
| A D | README.rst | 99 threads do not affect the state of your git repository. Any checkouts done 665 done 666 Indicates the build was done, and holds the return code from make. This is 0 1009 of work done on any build. An alternative is to use the --fallback-mrproper 1351 This shows that a total of 5 builds were done across all selected boards, it
|
| A D | buildman.rst | 99 threads do not affect the state of your git repository. Any checkouts done 665 done 666 Indicates the build was done, and holds the return code from make. This is 0 1009 of work done on any build. An alternative is to use the --fallback-mrproper 1351 This shows that a total of 5 builds were done across all selected boards, it
|
| /tools/u_boot_pylib/ |
| A D | tools.py | 587 done = 0 598 done += len(buffer) 600 status = r'%10d MiB [%3d%%]' % (done // 1024 // 1024, 601 done * 100 // size) 608 if done != size:
|
| /tools/kermit/ |
| A D | README | 7 that need to be done frequently when working with U-Boot.
|
| /tools/patman/ |
| A D | patchstream.py | 704 done = False 708 if not done: 716 done = True 721 if not done:
|
| A D | series.py | 357 if not commit.future.done()]
|
| A D | patman.rst | 384 unique entries. If omitted, no change log processing is done.
|
| A D | README.rst | 384 unique entries. If omitted, no change log processing is done.
|
| /tools/env/ |
| A D | README | 24 Configuration can also be done via #defines in the fw_env.h file. The
|
| /tools/ |
| A D | kwbimage.c | 822 goto done; in kwb_dump_fuse_cmds_38x() 850 goto done; in kwb_dump_fuse_cmds_38x() 880 goto done; in kwb_dump_fuse_cmds_38x() 886 goto done; in kwb_dump_fuse_cmds_38x() 899 done: in kwb_dump_fuse_cmds_38x() 923 goto done; in kwb_dump_fuse_cmds() 928 done: in kwb_dump_fuse_cmds()
|
| /tools/dtoc/ |
| A D | fdt.py | 728 done = False 732 done = True
|
| /tools/docker/ |
| A D | Dockerfile | 42 done; \ 50 done
|
| /tools/binman/etype/ |
| A D | section.py | 756 done, not_done = concurrent.futures.wait(
|
| /tools/binman/ |
| A D | README.rst | 215 be done by binman (when we get around to it), like `u-boot-ivt.img`, 332 There is one more way this can be done: with individual .dtsi files for each 1199 board. This can be done by using #include to bring in a common file. Another 2034 section. This must be done after all offsets are known, which is why it is quite 2324 processing done by the entry, with the provided subnodes (`u-boot-spl` and
|
| A D | binman.rst | 215 be done by binman (when we get around to it), like `u-boot-ivt.img`, 332 There is one more way this can be done: with individual .dtsi files for each 1199 board. This can be done by using #include to bring in a common file. Another 2034 section. This must be done after all offsets are known, which is why it is quite 2324 processing done by the entry, with the provided subnodes (`u-boot-spl` and
|
Completed in 45 milliseconds