]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - makerules/platform.mk
Revert "Revert "Merge branch 'master' into edma3_keystone2""
[keystone-rtos/edma3_lld.git] / makerules / platform.mk
index 3acb963deb40bc4929ffc60fa070540c0afb6dd9..cde47ea60d82276e369abe6ffd076a47acc34440 100755 (executable)
 # Derive SOC from PLATFORM
 #
 
-# tda2xx (Vayu) Simulator
+# tda2xx (Vayu) EVM
 ifeq ($(PLATFORM),tda2xx-evm)
  SOC = tda2xx
  PLATFORM_XDC = "ti.platforms.evmDRA7XX"
 endif
 
+# tda3xx (ADAS low)
+ifeq ($(PLATFORM),tda3xx-evm)
+ SOC = tda3xx
+ PLATFORM_XDC = "ti.platforms.evmDRA7XX"
+endif
+
+#  dra72x (j6Eco)
+ifeq ($(PLATFORM),dra72x-evm)
+ SOC = dra72x
+ PLATFORM_XDC = "ti.platforms.evmDRA7XX"
+endif
+
 # ti816x (Netra) catalog EVM
 ifeq ($(PLATFORM),ti816x-evm)
  SOC = ti816x
@@ -206,6 +218,12 @@ ifeq ($(CORE),c6xdsp)
  ifeq ($(SOC),tda2xx)
   ISA = 66
  endif
+ ifeq ($(SOC),tda3xx)
+  ISA = 66
+ endif
+ ifeq ($(SOC),dra72x)
+  ISA = 66
+ endif
  ifeq ($(SOC),ti814x)
   ISA = 674
  endif