
26 Jan
2023
26 Jan
'23
6:48 p.m.
On Sat, 21 Jan 2023 at 16:25, Samuel Holland samuel@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@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@chromium.org
Applied to u-boot-dm, thanks!