Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | binman: Introduce binman, a tool for building binary images | Simon Glass | 2016-12-20 | -0/+229 |
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> |