]> git.baikalelectronics.ru Git - uboot.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)
commit716dcb614ef93545de8eee99322841b58a673c64
treec13527b8a6aecf176f48ee6c0f8f657bb4dd303a
parent8e3eb0695a55225495adaf74d87c123ecdedf2d7
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]