
On 1 June 2018 at 07:38, Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Add SPDX tag to .dts file
tools/binman/README | 41 +++++++++++++++++++++++-- tools/binman/bsection.py | 1 + tools/binman/entry.py | 9 ++++++ tools/binman/etype/section.py | 50 +++++++++++++++++++++++++++++++ tools/binman/ftest.py | 5 ++++ tools/binman/test/55_sections.dts | 28 +++++++++++++++++ 6 files changed, 132 insertions(+), 2 deletions(-) create mode 100644 tools/binman/etype/section.py create mode 100644 tools/binman/test/55_sections.dts
Applied to u-boot-dm