]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Allow external binaries to be missing
authorSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:39:38 +0000 (18:39 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commit5f850fb9a62659edaa81167a4acc879c0ea104fc
tree0bb5362a5c9286d4eba4832c185ffb692f98105b
parent894f63575574e153ac813b7a1d20bf5d251af2ac
binman: Allow external binaries to be missing

Sometimes it is useful to build an image even though external binaries are
not present. This allows the build system to continue to function without
these files, albeit not producing valid images.

U-Boot does with with ATF (ARM Trusted Firmware) today.

Add a new flag to binman to request this behaviour.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
tools/binman/README.entries
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/entry.py
tools/binman/etype/blob_ext.py
tools/binman/etype/section.py
tools/binman/ftest.py
tools/patman/tools.py