summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEvan Wang <xswang@marvell.com>2017-05-02 16:01:53 +0800
committerKonstantin Porotchkin <kostap@marvell.com>2017-08-22 11:17:25 +0300
commit019940cd22df21562c1f4508c43a4a9dd7435aed (patch)
tree4d442744d17f3215233ff54f4149307effbea8c7 /Makefile
parenta6e33b38c05a6412052635af0cf763ee2ffbcaa4 (diff)
makefile: a3700: update TBB binary file name
The patch updated the TBB binary file name from tbb_linux.exe and ntbb_linux.exe to TBB_linux. The new bianry file of TBB_linux supports both security boot and nonsecurity. The new binary is generated by the latest TBB source code. Change-Id: Ifb251a10062dbcdff09aca5b7f92a1ea08f0e262 Signed-off-by: Evan Wang <xswang@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/39050 Reviewed-by: Wilson Ding <dingwei@marvell.com> Tested-by: Wilson Ding <dingwei@marvell.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 26a3379f..b3b7b73d 100644
--- a/Makefile
+++ b/Makefile
@@ -445,9 +445,9 @@ endif
ifeq ($(PLAT),a3700)
#*********** A3700 *************
DOIMAGEPATH ?= $(dir $(WTP))
+DOIMAGETOOL := $(DOIMAGEPATH)/wtptp_tool/linux/TBB_linux
ifeq ($(MARVELL_SECURE_BOOT),1)
-DOIMAGETOOL := $(DOIMAGEPATH)/wtptp_tool/linux/tbb_linux.exe
DOIMAGE_CFG := $(DOIMAGEPATH)/atf-tim.txt
IMAGESPATH := $(DOIMAGEPATH)/trusted
@@ -456,7 +456,6 @@ TIMNSIG := $(IMAGESPATH)/timnsign.txt
TIM2IMGARGS := -i $(DOIMAGE_CFG) -n $(TIMNCFG)
TIMN_IMAGE := $$(grep "Image Filename:" -m 1 $(TIMNCFG) | cut -c 17-)
else #MARVELL_SECURE_BOOT
-DOIMAGETOOL := $(DOIMAGEPATH)/wtptp_tool/linux/ntbb_linux.exe
DOIMAGE_CFG := $(DOIMAGEPATH)/atf-ntim.txt
IMAGESPATH := $(DOIMAGEPATH)/untrusted
TIM2IMGARGS := -i $(DOIMAGE_CFG)