aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNeha Malcom Francis <n-francis@ti.com>2023-12-05 15:12:18 +0530
committerTom Rini <trini@konsulko.com>2023-12-13 18:39:06 -0500
commit23d2ef91efa40d525a4a5557704184bcfd64ca16 (patch)
tree62adde9f69aaef3f99503c26ff71cbab0e26d513 /Makefile
parent838447aa7bfbe67adda43306ad7a322cec56dab0 (diff)
downloadu-boot-23d2ef91efa40d525a4a5557704184bcfd64ca16.zip
u-boot-23d2ef91efa40d525a4a5557704184bcfd64ca16.tar.gz
u-boot-23d2ef91efa40d525a4a5557704184bcfd64ca16.tar.bz2
binman: etype: dm: Add entry type for TI DM
K3 devices introduces the concept of centralized power, resource and security management to System Firmware. This is to overcome challenges by the traditional approach that implements system control functions on each of the processing units. The software interface for System Firmware is split into TIFS and DM. DM (Device Manager) is responsible for resource and power management from secure and non-secure hosts. This additional binary is necessary for specific platforms' ROM boot images and is to be packaged into tispl.bin Add an entry for DM. The entry can be used for the packaging of tispl.bin by binman along with ATF and TEE. Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Reviewed-by: Andrew Davis <afd@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 43998da..243494f 100644
--- a/Makefile
+++ b/Makefile
@@ -1349,6 +1349,7 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \
$(foreach f,$(BINMAN_INDIRS),-I $(f)) \
-a atf-bl31-path=${BL31} \
-a tee-os-path=${TEE} \
+ -a ti-dm-path=${TI_DM} \
-a opensbi-path=${OPENSBI} \
-a default-dt=$(default_dt) \
-a scp-path=$(SCP) \