]> git.dujemihanovic.xyz Git - u-boot.git/commit
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>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
commit0dc706fe544dc1121c15008ec50809cd6d72ff53
treebbe0678951361b4ea70824c78caef7d8e4ae431c
parentb5287c41266fcbd5d31271e1faef3159debf02e1
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]