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)
commite1b7e4ddb6b1a1d0b416facbd0f576dde9c404e6
tree83f9f89f768ddb0a19af91c634a50318f104ba01
parent6f7eb0c03766f236c519e541ca8a1e10dce395cc
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]