diff options
author | Bryan Brattlof <bb@ti.com> | 2025-06-12 06:38:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-26 08:18:48 -0600 |
commit | cf744bda69772cae34a48ee2d19eefd68231f09d (patch) | |
tree | e69e5ed2b392130ce8dcea485b4273e5f6aa2ecd /tools/binman/missing-blob-help | |
parent | f16f17fb050e44d9381c8742fa7ec1e37618302a (diff) |
binman: add sysfw-inner-cert to missing-blob-help
Now that the inner certificate for TI's Foundation Security TIFS
firmware is mandatory to a successful build, provide some guidance on
what it is and links to the documentation on how to obtain the firmware
blobs.
Reviewed-by: Anshul Dalal <anshuld@ti.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'tools/binman/missing-blob-help')
-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 e28eaa20154..3b16a9b1679 100644 --- a/tools/binman/missing-blob-help +++ b/tools/binman/missing-blob-help @@ -47,6 +47,16 @@ scp-sunxi: SCP firmware is required for system suspend, but is otherwise optional. Please read the section on SCP firmware in board/sunxi/README.sunxi64 +sysfw-inner-cert: +You are missing the inner certificate for TI's Foundational Security (TIFS) +firmware which is critical to authenticating the TIFS firmware during boot. +HS-FS and HS-SE parts will not boot without this certificate. + +Have a look at your board's documentation to find and include the latest +TIFS certificate blobs and how to include them in the build. + + https://docs.u-boot.org/en/latest/board/ti/k3.html + 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 |