Skip to content

Commit

Permalink
binman: Introduce binman, a tool for building binary images
Browse files Browse the repository at this point in the history
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 <[email protected]>
Tested-by: Bin Meng <[email protected]>
  • Loading branch information
sjg20 committed Dec 19, 2016
1 parent 0b4bc1b commit bf7fd50
Show file tree
Hide file tree
Showing 9 changed files with 1,255 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/binman/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pyc
Loading

0 comments on commit bf7fd50

Please sign in to comment.