[PATCH v3 07/27] binman: Add support for u-boot-tpl-nodtb
Simon Glass
sjg at chromium.org
Sat Mar 20 00:53:03 CET 2021
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 at chromium.org>
---
(no changes since v1)
tools/binman/README.entries | 23 ++++++++++++
tools/binman/etype/u_boot_tpl_nodtb.py | 41 ++++++++++++++++++++++
tools/binman/ftest.py | 6 ++++
tools/binman/test/192_u_boot_tpl_nodtb.dts | 13 +++++++
4 files changed, 83 insertions(+)
create mode 100644 tools/binman/etype/u_boot_tpl_nodtb.py
create mode 100644 tools/binman/test/192_u_boot_tpl_nodtb.dts
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list