[PATCH v2 21/38] binman: Add a bintool implementation for mkimage

Simon Glass sjg at chromium.org
Wed Jan 26 16:36:55 CET 2022


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 at chromium.org>
---

(no changes since v1)

 tools/binman/btool/mkimage.py | 80 +++++++++++++++++++++++++++++++++++
 1 file changed, 80 insertions(+)
 create mode 100644 tools/binman/btool/mkimage.py

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list