[U-Boot] [PATCH 24/31] binman: Support expanding entries

Simon Glass sjg at chromium.org
Tue Oct 2 11:20:16 UTC 2018


On 14 September 2018 at 03:57, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list