| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-18 | binman: test: Move pack/layout test files to test/pack/ | Simon Glass | |
| Move about 50 test files related to basic layout, packing, alignment, sections, and image structure into a pack/ subdirectory. Drop the numeric prefixes from the filenames and update all references in ftest.py, entry_test.py, and binman_tests.rst Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Quentin Schulz <[email protected]> | |||
| 2022-03-18 | binman: Rename ExpandToLimit to extend_to_limit | Simon Glass | |
| The word 'expand' is used for entries which generate subentries. It is also used for entries that can have an '_expanded' version which is used to break out its contents. Rather than talking about expanding an entry's size, use the term 'extending'. It is slightly more precise and avoids the above conflicts. This change renders the old 'expand-size' property invalid, so add an error check for that. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Alper Nebi Yasak <[email protected]> | |||
