
22 Jul
2021
22 Jul
'21
4:12 a.m.
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 ---
tools/binman/binman.rst | 18 ++++++++++++++++++ tools/binman/cmdline.py | 4 ++++ tools/binman/control.py | 4 ++++ tools/binman/etype/section.py | 36 ++++++++++++++++++++++++++++++++--- tools/binman/ftest.py | 33 ++++++++++++++++++++++++++++---- tools/binman/image.py | 3 +++ tools/binman/state.py | 23 ++++++++++++++++++++++ 7 files changed, 114 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!