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-08-01 | binman: Support an entry that holds text | Simon Glass | |
It is useful to able to write an identifying string to the image within an entry. Add a 'text' entry type to handle this. The actual text is typically passed to binman on the command line. The text is not itself nul-terminated but this can be achieved if required by setting the size of the entry to something larger than the text. Signed-off-by: Simon Glass <sjg@chromium.org> |