
On 14 September 2018 at 03:57, Simon Glass sjg@chromium.org wrote:
It is useful to have entries which can grow automatically to fill available space. Add support for this.
Signed-off-by: Simon Glass sjg@chromium.org
tools/binman/README | 4 +++ tools/binman/bsection.py | 22 +++++++++++- tools/binman/entry.py | 11 ++++++ tools/binman/etype/_testing.py | 7 +++- tools/binman/etype/section.py | 8 +++++ tools/binman/ftest.py | 29 ++++++++++++++++ tools/binman/test/88_expand_size.dts | 43 ++++++++++++++++++++++++ tools/binman/test/89_expand_size_bad.dts | 14 ++++++++ 8 files changed, 136 insertions(+), 2 deletions(-) create mode 100644 tools/binman/test/88_expand_size.dts create mode 100644 tools/binman/test/89_expand_size_bad.dts
Applied to u-boot-dm, and now in mainline.