]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4db50356c128df2b9881de017817087a4da577ca
tree9d642c788b103b5838156507198d5781ed57f9b8
parent938b7664ae73048aadd31cfaf2a7bb95bda51136
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]