[PATCH v3 08/49] binman: Add support for calling mkimage
Simon Glass
sjg at chromium.org
Sun Jul 19 22:49:27 CEST 2020
As a first step to integrating mkimage into binman, add a new entry type
that feeds data into mkimage for processing and incorporates that output
into the image.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/binman/README.entries | 23 ++++++++++++
tools/binman/etype/_testing.py | 5 +++
tools/binman/etype/mkimage.py | 62 +++++++++++++++++++++++++++++++
tools/binman/ftest.py | 7 ++++
tools/binman/test/156_mkimage.dts | 23 ++++++++++++
5 files changed, 120 insertions(+)
create mode 100644 tools/binman/etype/mkimage.py
create mode 100644 tools/binman/test/156_mkimage.dts
Applied to u-boot-dm
More information about the U-Boot
mailing list