Hello everyone, Now that TIFS and DM firmwares are marked as mandatory items for a successful build[0] we should provide some more descriptive help text on where to get the firmware in the event they are not found and add links to more information about them.
We do need to expand the regex to allow the '.' dot in 'ti-fs-enc.bin' so we can add it to the list which was the lesser number of lines changed than renaming all these entries to 'tifs' or 'ti-fs' which the current regex will match. Happy Hacking ~Bryan [0] https://lore.kernel.org/u-boot/20250506-non-optional-v2-1-f58b12aab...@ti.com Signed-off-by: Bryan Brattlof <b...@ti.com> --- Bryan Brattlof (5): binman: alphabetize missing-blob entries binman: add ti-dm entry to missing-blob-help binman: add sysfw-inner-cert to missing-blob-help binman: allow '.' to be included in the missing blob tags binmain: include ti-fs-enc.bin into missing-blob-help tools/binman/control.py | 2 +- tools/binman/missing-blob-help | 67 ++++++++++++++++++++++++++++++------------ 2 files changed, 50 insertions(+), 19 deletions(-) --- base-commit: 59d00e20fced23e6463aa09db889dd548baee677 change-id: 20250611-missing-blob-help-entries-2b8f00ab8077 Best regards, -- Bryan Brattlof <b...@ti.com>