]> 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 58e7ef4a3bd87704b60ce025145abcf9ec4dfdb1..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
@@ -62,7 +62,6 @@ function getLibs(prog)
                         'TMS320TCI6608',
                         'TMS320TCI6616',
                         'TMS320TCI6614',
-                        'TMS320C6657',
                         'Kepler',
                         'TMS320C6670',
                         'TMS320C6678',
@@ -71,6 +70,7 @@ function getLibs(prog)
                         'TMS320TCI6638',
                         'TMS320TCI6636',
                         'TMS320C6748',
+                        'OMAPL137',
                         'OMAPL138',
                         'TMS320DM8168',
                         'TMS320C6472',
@@ -78,8 +78,17 @@ function getLibs(prog)
                         'TMS320DM8148',
                         'TMS320TI814X',
                         'TMS320TI816X',
+                        'AM3359',
+                        'AM437X',
                         'Vayu',
-                        'DRA7XX'
+                        'DRA7XX',
+                        'TDA3XX',
+                       'TCI6636K2H',
+                       'TMS320C66AK2E05',
+                       'TMS320TCI6630K2L',
+                       'C66AK2E05',
+                       'TCI6630K2L',
+                       'TCI66AK2G02'
                     ];
 
     /* Directories for each platform */
@@ -88,7 +97,6 @@ function getLibs(prog)
                 'tci6608-sim/',
                 'tci6616-sim/',
                 'tci6614-sim/',
-                'c6657-sim/',
                 'tci6638k2k-sim/',
                 'c6670-evm/',
                 'c6678-evm/',
@@ -97,6 +105,7 @@ function getLibs(prog)
                 'tci6638k2k-evm/',
                 'tci6636k2h-evm/',
                 'c6748-evm/',
+                'omapl137-evm/',
                 'omapl138-evm/',
                 'ti816x-evm/',
                 'c6472-evm/',
@@ -104,8 +113,17 @@ function getLibs(prog)
                 'ti814x-evm/',
                 'ti814x-evm/',
                 'ti816x-evm/',
+                'am335x-evm/',
+                'am437x-evm/',
+                'tda2xx-evm/',
                 'tda2xx-evm/',
-                'tda2xx-evm/'
+                'tda3xx-evm/',
+                'tci6636k2h-evm/',
+                'c66ak2e-evm/',
+                'tci6630k2l-evm/',
+                'c66ak2e-evm/',
+                'tci6630k2l-evm/',
+                'tci66ak2g02-evm/'
               ];
 
     for (var i = 0; i < devices.length; i++)
@@ -159,3 +177,7 @@ function getLibs(prog)
     return (lib);
 }
 
+function init() {
+    xdc.loadPackage("ti.sysbios");
+}
+