]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Support multithreading for building images
authorSimon Glass <sjg@chromium.org>
Tue, 6 Jul 2021 16:36:37 +0000 (10:36 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:35 +0000 (10:27 -0600)
commitc69d19c8f829d3320db5224f9f28d13cfb16049e
treec13527b8a6aecf176f48ee6c0f8f657bb4dd303a
parent650ead1a4aac3010a029526d639682096c1d0469
binman: Support multithreading for building images

Some images may take a while to build, e.g. if they are large and use slow
compression. Support compiling sections in parallel to speed things up.

Signed-off-by: Simon Glass <sjg@chromium.org>
(fixed to use a separate test file to fix flakiness)
tools/binman/binman.rst
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/etype/section.py
tools/binman/ftest.py
tools/binman/image.py
tools/binman/state.py
tools/binman/test/202_section_timeout.dts [new file with mode: 0644]