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]> --- tools/binman/missing-blob-help | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help index fcc989ed757e0d0a8d5bc8238c3d013da98aa390..d6f2de23735f987f9f5e2529b33df111440cc01b 100644 --- a/tools/binman/missing-blob-help +++ b/tools/binman/missing-blob-help @@ -61,6 +61,17 @@ 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 + 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. -- 2.49.0

