aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-09-14 04:57:29 -0600
committerSimon Glass <sjg@chromium.org>2018-09-29 11:49:35 -0600
commitba64a0bbb7b7128479a97fdf58baa9ddfbfe4db6 (patch)
treebda0f81481e31aa9563906e2049124b610652b96 /tools/binman/README
parent0a98b28b06800da48f006069fe14e47dd399d2ff (diff)
downloadu-boot-ba64a0bbb7b7128479a97fdf58baa9ddfbfe4db6.zip
u-boot-ba64a0bbb7b7128479a97fdf58baa9ddfbfe4db6.tar.gz
u-boot-ba64a0bbb7b7128479a97fdf58baa9ddfbfe4db6.tar.bz2
binman: Support expanding entries
It is useful to have entries which can grow automatically to fill available space. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README')
-rw-r--r--tools/binman/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/binman/README b/tools/binman/README
index d687194..6aa5b38 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -330,6 +330,10 @@ image-pos:
for each entry. This makes it easy to find out exactly where the entry
ended up in the image, regardless of parent sections, etc.
+expand-size:
+ Expand the size of this entry to fit available space. This space is only
+ limited by the size of the image/section and the position of the next
+ entry.
The attributes supported for images are described below. Several are similar
to those for entries.