-
- Downloads
binman: Add support for sections
It is useful to be able to split an image into multiple sections,
each with its own size and position, for cases where a flash device has
read-only and read-write portions.
Add support for this.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- tools/binman/README 39 additions, 2 deletionstools/binman/README
- tools/binman/bsection.py 1 addition, 0 deletionstools/binman/bsection.py
- tools/binman/entry.py 9 additions, 0 deletionstools/binman/entry.py
- tools/binman/etype/section.py 50 additions, 0 deletionstools/binman/etype/section.py
- tools/binman/ftest.py 5 additions, 0 deletionstools/binman/ftest.py
- tools/binman/test/55_sections.dts 28 additions, 0 deletionstools/binman/test/55_sections.dts
tools/binman/etype/section.py
0 → 100644
tools/binman/test/55_sections.dts
0 → 100644
Please register or sign in to comment