commit | e1b7e4ddb6b1a1d0b416facbd0f576dde9c404e6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 09 20:13:56 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 12:36:11 2022 -0700 |
tree | 83f9f89f768ddb0a19af91c634a50318f104ba01 | |
parent | 6f7eb0c03766f236c519e541ca8a1e10dce395cc [diff] |
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>