summaryrefslogtreecommitdiffstats
path: root/tools/binman/test/01_invalid.dts
Commit message (Collapse)AuthorAgeFilesLines
* binman: Move to three-digit test-file numbersSimon Glass2018-10-091-5/+0
| | | | | | | | 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>
* binman: Add basic entry types for U-BootSimon Glass2016-12-201-0/+5
Add entries to support some standard U-Boot binaries, such as u-boot.bin, u-boot.dtb, etc. Also add some tests for these. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>