binman: Add support for calling mkimage
authorSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:39:31 +0000 (18:39 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commit3e8fba4cd41a3b324dffe921f9cd311e41f77a22
tree8ed6eb1dc94b57335e2634334e45dd48f5bf6ef0
parentce774e94de7009be0039ee02ca75f93d33a285a9
binman: Add support for calling mkimage

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@chromium.org>
tools/binman/README.entries
tools/binman/etype/_testing.py
tools/binman/etype/mkimage.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/156_mkimage.dts [new file with mode: 0644]