binman: Add support for adding TPL binaries
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:48 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commitb8ef5b6bc871e12d036869172aa3599f5be7ee09
tree036d12e4bf59b43c985daa60e85e39634e3a387d
parent24d0d3c30db0bba6579ae55e1d6202e229c23a0e
binman: Add support for adding TPL binaries

Add support for U-Boot's TPL and TPL device tree. Also fix a few comments
in the other device-tree entries.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/u_boot_spl.py
tools/binman/etype/u_boot_spl_dtb.py
tools/binman/etype/u_boot_tpl.py [new file with mode: 0644]
tools/binman/etype/u_boot_tpl_dtb.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/78_u_boot_tpl.dts [new file with mode: 0644]