]> Git Repo - J-u-boot.git/commit
binman: Pad empty areas of the CBFS with files
authorSimon Glass <[email protected]>
Mon, 8 Jul 2019 19:18:55 +0000 (13:18 -0600)
committerSimon Glass <[email protected]>
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 <[email protected]>
tools/binman/cbfs_util.py
tools/binman/cbfs_util_test.py
This page took 0.030109 seconds and 4 git commands to generate.