[PATCH v2 06/21] binman: Add support for u-boot-tpl-nodtb
Simon Glass
sjg at chromium.org
Wed Mar 17 02:30:02 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 | 14 +++++++++++
tools/binman/etype/u_boot_tpl_nodtb.py | 27 ++++++++++++++++++++++
tools/binman/ftest.py | 6 +++++
tools/binman/test/192_u_boot_tpl_nodtb.dts | 13 +++++++++++
4 files changed, 60 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