]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add a bintool implementation for mkimage
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:56 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit98e758a9cbcfd8bd3ea36f5ed14d0c35dc792204
tree83f9f89f768ddb0a19af91c634a50318f104ba01
parent4c8de8b1031eb2d742f92bf85d799aa6a8bcb253
binman: Add a bintool implementation for mkimage

Add a Bintool for this, which is used to build images for use by U-Boot.
It supports the features needed by binman as well as installing via the
u-boot-tools packages. Although this is built in the U-Boot tree, it is
still useful to install a binary on the system.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/btool/mkimage.py [new file with mode: 0644]