]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/pcie-lld.git/blobdiff - config.bld
NOTICE OF RELOCATION
[keystone-rtos/pcie-lld.git] / config.bld
old mode 100755 (executable)
new mode 100644 (file)
index f238654..a7a0ddb
@@ -44,6 +44,9 @@ var lldIncludePath = " -I" + driverPath;
 /* 3 steps: remove SPACE and TAB, convert to string and split to make array */
 var driverReleaseVersion = (""+Pkg.version.replace(/\s/g, "")).split(',');
 
+/* Print the Compiler Options */
+var pOpts = 1;
+
 /* C66 ELF compiler configuration for Little Endian Mode. */
 var C66LE           = xdc.useModule('ti.targets.elf.C66');
 C66LE.rootDir       = c66ToolsBaseDir;
@@ -114,7 +117,7 @@ var socs = {
         /* Library options */
         copts: " -DDEVICE_K2K",
         /* target list */
-        targets: [ C66LE, C66BE ]
+        targets: [ C66LE, C66BE, A15LE ]
     },
     k2h : 
     {
@@ -125,7 +128,7 @@ var socs = {
         /* Library options */
         copts: " -DDEVICE_K2H",
         /* target list */
-        targets: [ C66LE, C66BE ]
+        targets: [ C66LE, C66BE, A15LE ]
     },
     k2e : 
     {
@@ -136,7 +139,7 @@ var socs = {
         /* Library options */
         copts: " -DDEVICE_K2E",
         /* target list */
-        targets: [ C66LE, C66BE ]
+        targets: [ C66LE, C66BE, A15LE ]
     },
     k2l : 
     {
@@ -147,7 +150,18 @@ var socs = {
         /* Library options */
         copts: " -DDEVICE_K2L",
         /* target list */
-        targets: [ C66LE, C66BE ]
+        targets: [ C66LE, C66BE, A15LE ]
+    },
+    k2g : 
+    {
+        /* this variable would be reinitialized to true, if XDCARGS contains am572x */
+        build: "false", 
+        /* SoC lib enabled */
+        socDevLib: "true",
+        /* Library options */
+        copts: " -DSOC_K2G",
+        /* target list */
+        targets: [ C66LE, C66BE, A15LE ]
     },
     c6678 :
     {
@@ -182,6 +196,17 @@ var socs = {
         /* target list */
         targets: [ C66LE, M4LE, A15LE]
     },
+    am574x :
+    {
+        /* this variable would be reinitialized to true, if XDCARGS contains am574x */
+        build: "false",
+        /* SoC lib enabled */
+        socDevLib: "true",
+        /* Library options */
+        copts: " -DSOC_AM574x",
+        /* target list */
+        targets: [ C66LE, M4LE, A15LE]
+    },
     am571x :
     {
         /* this variable would be reinitialized to true, if XDCARGS contains am571x */