diff options
| author | Bryan Brattlof <[email protected]> | 2025-05-15 10:16:19 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-12 13:22:23 -0600 |
| commit | 52c0290526ce58d55099deb4a1a52bac40a3b0a0 (patch) | |
| tree | 0487d47f729c3734e8f58a5cd7426826fda5632c /Makefile | |
| parent | 79ae5510a211d788b01cc5cb7f4ad15e9f5f528f (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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1423,6 +1423,7 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \ -I . -I $(srctree) -I $(srctree)/board/$(BOARDDIR) \ $(foreach f,$(of_list_dirs),-I $(f)) -a of-list=$(of_list) \ $(foreach f,$(BINMAN_INDIRS),-I $(f)) \ + -a atf-bl1-path=${BL1} \ -a atf-bl31-path=${BL31} \ -a tee-os-path=${TEE} \ -a ti-dm-path=${TI_DM} \ |
