]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - packages/config.bld
Fixed simKepler project cfg file to use name tci6638k2k (aligns with platform build...
[keystone-rtos/edma3_lld.git] / packages / config.bld
index eda7e8c59367a2bf99afbd3d10d9e8c6ac3db913..ef9974391da56bc7a2dbe41c06f87eba7c61b5a9 100755 (executable)
@@ -14,6 +14,7 @@ var C66 = xdc.useModule('ti.targets.elf.C66');
 var C66e = xdc.useModule('ti.targets.elf.C66_big_endian');
 var Arm = xdc.useModule('ti.targets.arm.elf.Arm9');
 var cortexA8 = xdc.useModule('ti.targets.arm.elf.A8F');
+//var C64T_ELF = xdc.useModule('ti.targets.elf.C64T');
 var M3 = xdc.useModule('ti.targets.arm.elf.M3');
 
 /* compiler paths for the CCS4.0                   */
@@ -25,6 +26,7 @@ C64P.rootDir = cgtools;
 C64Pe.rootDir = cgtools;
 C674.rootDir = cgtools;
 C64P_ELF.rootDir = cgtools_elf;
+//C64T_ELF.rootDir = cgtools_elf;
 C64Pe_ELF.rootDir = cgtools_elf;
 C674_ELF.rootDir = cgtools_elf;
 C66.rootDir = cgtools_elf;
@@ -40,13 +42,14 @@ C64P.ccOpts.suffix += " -mi10 -mo ";
 C64Pe.ccOpts.suffix += " -mi10 -mo -me ";
 C674.ccOpts.suffix += " -mi10 -mo ";
 C64P_ELF.ccOpts.suffix += " -mi10 -mo ";
+//C64T_ELF.ccOpts.suffix += " -mi10 -mo ";
 C64Pe_ELF.ccOpts.suffix += " -mi10 -mo -me ";
 C674_ELF.ccOpts.suffix += " -mi10 -mo ";
-C66.ccOpts.suffix += " -mi10 -mo ";
-C66e.ccOpts.suffix += " -mi10 -mo -me ";
+C66.ccOpts.suffix += " -mi10 -mo --mem_model:data=far ";
+C66e.ccOpts.suffix += " -mi10 -mo -me --mem_model:data=far ";
 Arm.ccOpts.suffix += " ";
 cortexA8.ccOpts.suffix += "";
-
+M3.ccOpts.suffix += "";
 
 /* set default platform and list of all interested platforms */
 C64P.platforms = [
@@ -69,6 +72,9 @@ C64P_ELF.platforms = [
                      "ti.platforms.evm6472",
                      "ti.platforms.evmTCI6486",
                  ];
+//C64T_ELF.platforms = [
+//                     "ti.platforms.sdp4430",
+//                 ];
 C64Pe_ELF.platforms = [
                      "ti.platforms.evm6472",
                      "ti.platforms.evmTCI6486",
@@ -84,14 +90,30 @@ C674_ELF.platforms = [
 C66.platforms = [
                      "ti.platforms.simTCI6608",
                      "ti.platforms.simTCI6616",
+                     "ti.platforms.simTCI6614",
+                     "ti.platforms.simC6657",
+                     "ti.platforms.simKepler",
                      "ti.platforms.evm6670",
                      "ti.platforms.evm6678",
+                     "ti.platforms.evmTCI6614",
+                     "ti.platforms.evm6657",
+                     "ti.platforms.evmTCI6638K2K",
+                     "ti.platforms.evmTCI6636K2H",
+                     "ti.platforms.evmTCI6630K2L",
+                     "ti.platforms.evmC66AK2E",
                  ];
 C66e.platforms = [
                      "ti.platforms.simTCI6608",
                      "ti.platforms.simTCI6616",
+                     "ti.platforms.simTCI6614",
+                     "ti.platforms.simC6657",
+                     "ti.platforms.simKepler",
                      "ti.platforms.evm6670",
                      "ti.platforms.evm6678",
+                     "ti.platforms.evmTCI6614",
+                     "ti.platforms.evm6657",
+                     "ti.platforms.evmTCI6638K2K",
+                     "ti.platforms.evmTCI6636K2H",
                  ];
 Arm.platforms = [
                      "ti.platforms.evmOMAPL138",
@@ -101,8 +123,7 @@ cortexA8.platforms = [
                          "ti.platforms.evmDM8148",
                      ];
 M3.platforms = [
-                     "ti.platforms.evmTI816X:core0",
-                     "ti.platforms.evmTI816X:core1",
+                     "ti.platforms.evmTI816X",
                  ];
 
 /* select the default platform */
@@ -110,16 +131,18 @@ C64P.platform = C64P.platforms[0];
 C64Pe.platform = C64Pe.platforms[0];
 C674.platform = C674.platforms[0];
 C64P_ELF.platform = C64P_ELF.platforms[0];
+//C64T_ELF.platform = C64T_ELF.platforms[0];
 C64Pe_ELF.platform = C64Pe_ELF.platforms[0];
 C674_ELF.platform = C674_ELF.platforms[0];
 C66.platform = C66.platforms[0];
 C66e.platform = C66e.platforms[0];
 Arm.platform = Arm.platforms[0];
 cortexA8.platform = cortexA8.platforms[0];
-M3.platform = M3.platforms[1];
+M3.platform = M3.platforms[0];
 
 /* list interested targets in Build.targets array  */
 Build.targets = [
+                  //C64T_ELF,
                     //C64,
                     C64P,
                     C64Pe,