]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit26099486fac29b7736835c25e1d34a1f10a07ae8
tree036d12e4bf59b43c985daa60e85e39634e3a387d
parent0c279a1575bf1a54425d44b5172fa86f0e21e1fa
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]