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: Add support for passing arguments to entries | Simon Glass | |
Sometimes it is useful to pass binman the value of an entry property from the command line. For example some entries need access to files and it is not always convenient to put these filenames in the image definition (device tree). Add a -a option which can be used like this: -a<prop>=<value> where <prop> is the property to set <value> is the value to set it to Signed-off-by: Simon Glass <sjg@chromium.org> |