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> --- Changes in v2: - Keep all missing-blob-help entries alphabetized - Link to v1: https://lore.kernel.org/r/20250611-missing-blob-help-entries-v1-0-c6de18441...@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: ae297ca722ffdb0ae7d76e3fde637f91d4d79e81 change-id: 20250611-missing-blob-help-entries-2b8f00ab8077 Best regards, -- Bryan Brattlof <b...@ti.com>