[PATCH v2 14/49] binman: Allow external binaries to be missing
Bin Meng
bmeng.cn at gmail.com
Mon Jun 29 08:54:26 CEST 2020
On Sun, Jun 14, 2020 at 10:57 AM Simon Glass <sjg at 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 at 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 at gmail.com>
More information about the U-Boot
mailing list