commit | 5b45f4b74f882768022941a4293c10e644dbd83e | [log] [tgz] |
---|---|---|
author | Bryan Brattlof <bb@ti.com> | Thu May 15 10:16:19 2025 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 12 13:22:23 2025 -0600 |
tree | 0487d47f729c3734e8f58a5cd7426826fda5632c | |
parent | fd4163a8d094e80f188462a3d184ca4e10124f82 [diff] |
binman: add atf-bl1 to etypes Some SoCs require a Trusted Firmware-A (TF-A) AP Trusted ROM (BL1) to initialize the SoC before U-Boot can run properly. Add an atf-bl1 etype so we can properly package BL1 into a final binary Signed-off-by: Bryan Brattlof <bb@ti.com> Acked-by: Simon Glass <sjg@chromium.org>