]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2a7eecba1b1b7d418bbb5c323c729e8b834b4184
tree6e01c55efbb0a3bec835e420d1bfbbac85b1ef35
parent4441c1ea3727b55560c8221b8c234b928371b50a
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