summaryrefslogtreecommitdiff
path: root/tools/binman/entry_test.py
Commit message (Collapse)AuthorAgeLines
* binman: Add basic entry types for U-BootSimon Glass2016-12-20-0/+27
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>