Home
last modified time | relevance | path

Searched refs:done (Results 1 – 16 of 16) sorted by relevance

/tools/buildman/
A Dcfgutil.py39 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 DREADME.rst99 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 Dbuildman.rst99 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 Dtools.py587 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 DREADME7 that need to be done frequently when working with U-Boot.
/tools/patman/
A Dpatchstream.py704 done = False
708 if not done:
716 done = True
721 if not done:
A Dseries.py357 if not commit.future.done()]
A Dpatman.rst384 unique entries. If omitted, no change log processing is done.
A DREADME.rst384 unique entries. If omitted, no change log processing is done.
/tools/env/
A DREADME24 Configuration can also be done via #defines in the fw_env.h file. The
/tools/
A Dkwbimage.c822 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 Dfdt.py728 done = False
732 done = True
/tools/docker/
A DDockerfile42 done; \
50 done
/tools/binman/etype/
A Dsection.py756 done, not_done = concurrent.futures.wait(
/tools/binman/
A DREADME.rst215 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 Dbinman.rst215 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