Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-09 | binman: Move to three-digit test-file numbers | Simon Glass | |
We now have 99 tests. Before adding any more, rename everything to three digits. This helps to preserve the ordering of tests and makes it easier to find things. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2018-06-07 | binman: Add support for adding a name prefix to entries | Simon Glass | |
Sometimes we have several sections which repeat the same entries (e.g. for a read-only and read-write version of the same section). It is useful to be able to tell these entries apart by name. Add a new 'name-prefix' property for sections, which causes all entries within that section to have a given name prefix. Signed-off-by: Simon Glass <sjg@chromium.org> |