Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-24 | binman: Allow entries to expand after packing | 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 <sjg@chromium.org> |