binman: add atf-bl1 to etypes
authorBryan Brattlof <bb@ti.com>
Thu, 15 May 2025 15:16:19 +0000 (10:16 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 12 Jun 2025 19:22:23 +0000 (13:22 -0600)
commit52c0290526ce58d55099deb4a1a52bac40a3b0a0
tree0487d47f729c3734e8f58a5cd7426826fda5632c
parent79ae5510a211d788b01cc5cb7f4ad15e9f5f528f
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>
Makefile
tools/binman/entries.rst
tools/binman/etype/atf_bl1.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/347_bl1.dts [new file with mode: 0644]