diff options
| author | Bryan Brattlof <[email protected]> | 2025-06-12 06:38:54 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-26 08:18:48 -0600 |
| commit | c1c8d2db436c9d9e8303b9e9cc108e719c6690c4 (patch) | |
| tree | 30fe09811c04826dad1bc1333e13b77ffefae525 | |
| parent | 85c4c34dc92a8b545d376d00ec66990457556e9b (diff) | |
binmain: include ti-fs-enc.bin into missing-blob-help
Now that the TIFS firmware is marked as a mandatory component to a
successful build, provide some helpful descriptions to what it is and
links to more information about how to get this needed firmware.
Signed-off-by: Bryan Brattlof <[email protected]>
| -rw-r--r-- | tools/binman/missing-blob-help | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help index 3b16a9b1679..d2ed35bef4d 100644 --- a/tools/binman/missing-blob-help +++ b/tools/binman/missing-blob-help @@ -70,3 +70,14 @@ 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 + +ti-fs-enc.bin: +You are missing TI's Foundational Security (TIFS) firmware which is +critical to provide foundational security services like authenticated boot, +and firewall management for the SoC. Your board will not boot without +this firmware. + +Have a look at your board's documentation to find the latest version of the +TIFS firmware binary and how to include them in the build. + + https://docs.u-boot.org/en/latest/board/ti/k3.html |
