]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - packages/ti/sdo/edma3/drv/sample/package.xs
PRSDK-5267 Add support to enable SMP mode
[keystone-rtos/edma3_lld.git] / packages / ti / sdo / edma3 / drv / sample / package.xs
index 2396b796cbbdbe6b09d0a9428fe55508b2938a87..dacd2fc15b8de0a9c04032cbcbfc5b2660f1f831 100755 (executable)
@@ -3,7 +3,7 @@
  *
  * xdc script file for the EDMA DRV package.
  *
- * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2009 - 2019 Texas Instruments Incorporated - http://www.ti.com/
  *
  *
  *  Redistribution and use in source and binary forms, with or without
@@ -70,6 +70,7 @@ function getLibs(prog)
                         'TMS320TCI6638',
                         'TMS320TCI6636',
                         'TMS320C6748',
+                        'OMAPL137',
                         'OMAPL138',
                         'TMS320DM8168',
                         'TMS320C6472',
@@ -86,7 +87,8 @@ function getLibs(prog)
                        'TMS320C66AK2E05',
                        'TMS320TCI6630K2L',
                        'C66AK2E05',
-                       'TCI6630K2L'
+                       'TCI6630K2L',
+                       'TCI66AK2G02'
                     ];
 
     /* Directories for each platform */
@@ -103,6 +105,7 @@ function getLibs(prog)
                 'tci6638k2k-evm/',
                 'tci6636k2h-evm/',
                 'c6748-evm/',
+                'omapl137-evm/',
                 'omapl138-evm/',
                 'ti816x-evm/',
                 'c6472-evm/',
@@ -119,7 +122,8 @@ function getLibs(prog)
                 'c66ak2e-evm/',
                 'tci6630k2l-evm/',
                 'c66ak2e-evm/',
-                'tci6630k2l-evm/'
+                'tci6630k2l-evm/',
+                'tci66ak2g02-evm/'
               ];
 
     for (var i = 0; i < devices.length; i++)
@@ -173,3 +177,7 @@ function getLibs(prog)
     return (lib);
 }
 
+function init() {
+    xdc.loadPackage("ti.sysbios");
+}
+