binman: Pad empty areas of the CBFS with files
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:55 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:53:46 +0000 (12:53 -0700)
commit7c173ced645b9fff4d5b41849375275a8b63f04d
tree6e01c55efbb0a3bec835e420d1bfbbac85b1ef35
parentc5ac138828c504812f09971a7a95bd73e186782e
binman: Pad empty areas of the CBFS with files

When there is lots of open space in a CBFS it is normally padded with
'empty' files so that sequentially scanning the CBFS can skip from one to
the next without a break.

Add support for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/cbfs_util.py
tools/binman/cbfs_util_test.py