-
- Downloads
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>
Showing
- tools/binman/.gitignore 1 addition, 0 deletionstools/binman/.gitignore
- tools/binman/README 491 additions, 0 deletionstools/binman/README
- tools/binman/binman 1 addition, 0 deletionstools/binman/binman
- tools/binman/binman.py 114 additions, 0 deletionstools/binman/binman.py
- tools/binman/cmdline.py 53 additions, 0 deletionstools/binman/cmdline.py
- tools/binman/control.py 118 additions, 0 deletionstools/binman/control.py
- tools/binman/etype/entry.py 200 additions, 0 deletionstools/binman/etype/entry.py
- tools/binman/fdt_test.py 48 additions, 0 deletionstools/binman/fdt_test.py
- tools/binman/image.py 229 additions, 0 deletionstools/binman/image.py
Loading
Please register or sign in to comment