Re: [PATCH 1/2] binman: Add 'min-size' entry property

2023-01-26 Thread Simon Glass
On Sat, 21 Jan 2023 at 16:25, Samuel Holland 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 Holla

Re: [PATCH 1/2] binman: Add 'min-size' entry property

2023-01-23 Thread Simon Glass
On Sat, 21 Jan 2023 at 16:25, Samuel Holland 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 Holla

[PATCH 1/2] binman: Add 'min-size' entry property

2023-01-21 Thread Samuel Holland
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 --- tools/binman/binman.rst | 8 to