[PATCH 0/3] binman: Add support for TI_DM entry

Neha Malcom Francis n-francis at ti.com
Mon Dec 4 12:21:38 CET 2023


This series adds support for the TI_DM entry and moves all K3 platforms
to using the same. With this feature introduced, if TI_DM argument is
provided binman picks the pathname it provides; else, it defaults to
picking up the ti-dm.bin file. This makes it flexible for users to build
tispl.bin with custom DM binaries.

Boot logs:
https://gist.github.com/nehamalcom/37ce8a32e37ddf3e1afcc4c8bd941159

Neha Malcom Francis (3):
  binman: etype: dm: Add entry type for TI DM
  arm: dts: k3-*-binman: Move to using ti-dm entry type
  doc: board: ti: k3: Mention TI_DM argument

 Makefile                                      |  1 +
 arch/arm/dts/k3-am625-sk-binman.dtsi          |  4 ++--
 .../dts/k3-am625-verdin-wifi-dev-binman.dtsi  |  4 ++--
 arch/arm/dts/k3-am62a-sk-binman.dtsi          |  4 ++--
 arch/arm/dts/k3-j7200-binman.dtsi             |  4 ++--
 arch/arm/dts/k3-j721e-binman.dtsi             |  4 ++--
 arch/arm/dts/k3-j721s2-binman.dtsi            |  4 ++--
 doc/board/ti/k3.rst                           |  7 ++++++
 tools/binman/entries.rst                      | 14 ++++++++++++
 tools/binman/etype/ti_dm.py                   | 22 +++++++++++++++++++
 tools/binman/ftest.py                         |  7 ++++++
 tools/binman/test/225_ti_dm.dts               | 13 +++++++++++
 12 files changed, 76 insertions(+), 12 deletions(-)
 create mode 100644 tools/binman/etype/ti_dm.py
 create mode 100644 tools/binman/test/225_ti_dm.dts

-- 
2.34.1



More information about the U-Boot mailing list