Re: [U-Boot] [PATCH v2 36/37] binman: Pad empty areas of the CBFS with files

2019-07-17 Thread sjg
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 --- Changes in v2: None tools/binman/cbfs_util.py | 68

[U-Boot] [PATCH v2 36/37] binman: Pad empty areas of the CBFS with files

2019-07-08 Thread Simon Glass
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 --- Changes in v2: None tools/binman/cbfs_util.py | 68