]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Support expanding entries
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:29 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Sep 2018 17:49:35 +0000 (11:49 -0600)
commitba64a0bbb7b7128479a97fdf58baa9ddfbfe4db6
treebda0f81481e31aa9563906e2049124b610652b96
parent0a98b28b06800da48f006069fe14e47dd399d2ff
binman: Support expanding entries

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
tools/binman/bsection.py
tools/binman/entry.py
tools/binman/etype/_testing.py
tools/binman/etype/section.py
tools/binman/ftest.py
tools/binman/test/88_expand_size.dts [new file with mode: 0644]
tools/binman/test/89_expand_size_bad.dts [new file with mode: 0644]