diff options
author | Bryan Brattlof <bb@ti.com> | 2025-06-12 06:38:51 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-26 08:18:48 -0600 |
commit | f16f17fb050e44d9381c8742fa7ec1e37618302a (patch) | |
tree | 2b413400b951be81772b985f36c8c43a25a7b261 | |
parent | 562dcc6240fdb9b21e0e3b8da0a8452906e31aad (diff) |
binman: add ti-dm entry to missing-blob-help
Now that ti-dm is marked as a mandatory component for a successful
build, adding some helping text about how to resolve a failed build will
be needed. Add some text around what ti-dm is and links to more
documentation on how to obtain the firmware binaries
Reviewed-by: Anshul Dalal <anshuld@ti.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
-rw-r--r-- | tools/binman/missing-blob-help | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help index b73b16f1849..e28eaa20154 100644 --- a/tools/binman/missing-blob-help +++ b/tools/binman/missing-blob-help @@ -50,3 +50,13 @@ Please read the section on SCP firmware in board/sunxi/README.sunxi64 tee-os: See the documentation for your board. You may need to build Open Portable Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin + +ti-dm: +You are missing TI's Device Management (DM) firmware which is critical to +provide resource and power management services for your board. Your board +will not boot without this firmware. + +Have a look at your board's documentation to find the latest version of +the DM firmware binary and how to include it in the build. + + https://docs.u-boot.org/en/latest/board/ti/k3.html |