[PATCH 1/2] binman: Add 'min-size' entry property
Simon Glass
sjg at chromium.org
Thu Jan 26 18:48:32 CET 2023
On Sat, 21 Jan 2023 at 16:25, Samuel Holland <samuel at sholland.org> wrote:
>
> This property sets the minimum size of an entry, including padding but
> not alignment. It can be used to reserve space for growth of an entry,
> or to enforce a minimum offset for later entries in the section.
>
> Signed-off-by: Samuel Holland <samuel at sholland.org>
> ---
>
> tools/binman/binman.rst | 8 ++++++++
> tools/binman/entry.py | 4 ++++
> tools/binman/ftest.py | 21 +++++++++++++++++----
> tools/binman/test/009_pack_extra.dts | 7 +++++++
> 4 files changed, 36 insertions(+), 4 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list