summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 713f33f)
raw | patch | inline | side by side (parent: 713f33f)
author | Sandeep Paulraj <s-paulraj@ti.com> | |
Thu, 21 Oct 2010 15:40:55 +0000 (11:40 -0400) | ||
committer | Sandeep Paulraj <s-paulraj@ti.com> | |
Thu, 21 Oct 2010 15:40:55 +0000 (11:40 -0400) |
This commit adds Faraday Lute EVM support
to the IBL build infrastructure
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
to the IBL build infrastructure
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
src/make/Makefile | patch | blob | history | |
src/make/makestg2 | patch | blob | history |
diff --git a/src/make/Makefile b/src/make/Makefile
index 776aeb04e707dba79f13f2c9707b000746db2c16..103a985cc5e43d82e6cea2dc096876a16e23be59 100644 (file)
--- a/src/make/Makefile
+++ b/src/make/Makefile
#*
#*******************************************************************************************
-IBLS_C6X= c6455 c6472 c6474 c6457
+IBLS_C6X= c6455 c6472 c6474 c6474l c6457
all:
make -f makestg2 clean ARCH=c64x
make -f makestg2 cleant ARCH=c64x TARGET=c6472
make -f makestg2 cleant ARCH=c64x TARGET=c6474
+ make -f makestg2 cleant ARCH=c64x TARGET=c6474l
make -f makestg2 cleant ARCH=c64x TARGET=c6457
make -C ../util/bconvert clean
make -C ../util/btoccs clean
diff --git a/src/make/makestg2 b/src/make/makestg2
index 23bd3f5c24e1d357573f58f484aec5377fe7046f..5eca673f5d90d16a43a43d0153d98cb0dbe7c365 100644 (file)
--- a/src/make/makestg2
+++ b/src/make/makestg2
MODULES= main device ethboot nandboot driver hw interp ecc
CLEAN_MODULES=$(addprefix clean_,$(MODULES))
-TARGETS= c6472 c6474 c6455 c6457
+TARGETS= c6472 c6474 c6474l c6455 c6457
ifeq ($(ENDIAN),little)
HEX_OPT= -order L