Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | binman: Add basic entry types for U-Boot | Simon Glass | 2016-12-20 | -0/+1080 |
| | | | | | | | | Add entries to support some standard U-Boot binaries, such as u-boot.bin, u-boot.dtb, etc. Also add some tests for these. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com> | |||
* | binman: Introduce binman, a tool for building binary images | Simon Glass | 2016-12-20 | -0/+1255 |
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> |