commit | e257402bfeb48d5c9c35ffdd77655b8afc2af307 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sat Jan 21 17:25:16 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 26 10:47:45 2023 -0700 |
tree | 6651fe9e0e10cf2fa5636eaad966a79bcb3cc251 | |
parent | 60ee19294f58e96901f4f3f0e98a3334bc2b9ae1 [diff] |
binman: Add 'min-size' entry property 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> Reviewed-by: Simon Glass <sjg@chromium.org>