Re: [U-Boot] [PATCH v2 15/31] binman: Allow entries to expand after packing

2019-07-17 Thread sjg
Add support for detecting entries that change size after they have already been packed, and re-running packing when it happens. This removes the limitation that entry size cannot change after PackEntries() is called. Signed-off-by: Simon Glass --- Changes in v2: - Avoid dual assignment in

[U-Boot] [PATCH v2 15/31] binman: Allow entries to expand after packing

2019-07-08 Thread Simon Glass
Add support for detecting entries that change size after they have already been packed, and re-running packing when it happens. This removes the limitation that entry size cannot change after PackEntries() is called. Signed-off-by: Simon Glass --- Changes in v2: - Avoid dual assignment in