On Thu, 15 May 2025 at 17:16, Bryan Brattlof <b...@ti.com> wrote: > > 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 <b...@ti.com> > --- > Makefile | 1 + > tools/binman/entries.rst | 16 ++++++++++++++++ > tools/binman/etype/atf_bl1.py | 23 +++++++++++++++++++++++ > tools/binman/ftest.py | 7 +++++++ > tools/binman/test/347_bl1.dts | 13 +++++++++++++ > 5 files changed, 60 insertions(+) >
Acked-by: Simon Glass <s...@chromium.org>