binman: Add support for u-boot-tpl-nodtb
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:24:57 +0000 (20:24 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commit77a64e08e2c8238998e4f5ea014b0c9fd1043b1b
tree9d642c788b103b5838156507198d5781ed57f9b8
parentf589882a70d0a6450527be55506ed03097de9a19
binman: Add support for u-boot-tpl-nodtb

Allow this entry type to be placed in an image. This is the TPL binary,
without a devicetree appended.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/u_boot_tpl_nodtb.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/192_u_boot_tpl_nodtb.dts [new file with mode: 0644]