
On Sun, Jun 14, 2020 at 10:57 AM Simon Glass sjg@chromium.org wrote:
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
(no changes since v1)
tools/binman/README.entries | 3 +++ tools/binman/cmdline.py | 2 ++ tools/binman/control.py | 7 +++++-- tools/binman/etype/blob_ext.py | 13 ++++++++++--- tools/binman/etype/section.py | 17 +++++++++++++++++ tools/binman/ftest.py | 8 +++++++- tools/patman/tools.py | 8 ++++++-- 7 files changed, 50 insertions(+), 8 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com