commit | 2574ef612689c8700f149003cae51bce0824f8b9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 25 20:15:51 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 20 08:09:55 2016 +1300 |
tree | b5f44c6c0ddc61fb68c243e5ed536064b168ec01 | |
parent | f88b8cc969367fb949cef2bc6a921381477fbc2e [diff] |
binman: Introduce binman, a tool for building binary images This adds the basic code for binman, including command parsing, processing of entries and generation of images. So far no entry types are supported. These will be added in future commits as examples of how to add new types. See the README for documentation. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>