summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Wang <xswang@marvell.com>2017-05-02 16:01:53 +0800
committerWilson Ding <dingwei@marvell.com>2017-05-10 12:48:55 +0300
commita4d4d25b7a632f2133de207742766797a0cd31df (patch)
treea56d7b5841694f4c9d0828e097e89063f4d8f58f
parentd08f103743e991cea3a1a7de6efa16aa6c19ac07 (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>
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3039ca8b..24bb7c85 100644
--- a/Makefile
+++ b/Makefile
@@ -460,9 +460,9 @@ FIPTOOL ?= ${FIPTOOLPATH}/fiptool${BIN_EXT}
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
@@ -471,7 +471,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)