]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/ipc/tests/messageq_common.cfg.xs
66AK2G: Linux: Add support for K2G
[ipc/ipcdev.git] / packages / ti / ipc / tests / messageq_common.cfg.xs
index 4fdf4c2324586d1ce5647b0781ec1897cb404bfa..cb88ef8963ccb09e7087c8b8daed05d323dda367 100644 (file)
@@ -157,6 +157,7 @@ else if (Program.platformName.match(/6614/)) {
 else if (Program.platformName.match(/simKepler/) ||
         Program.cpu.deviceName.match(/^TMS320C66AK2E05$/) ||
         Program.cpu.deviceName.match(/^TMS320C66AK2H12$/) ||
+        Program.cpu.deviceName.match(/^TCI66AK2G02$/) ||
         Program.cpu.deviceName.match(/^TMS320TCI663(0K2L|6|8)$/)) {
     var VirtQueue = xdc.useModule('ti.ipc.family.tci6638.VirtQueue');
     var Interrupt = xdc.useModule('ti.ipc.family.tci6638.Interrupt');
@@ -166,6 +167,7 @@ else if (Program.platformName.match(/simKepler/) ||
 
     switch (Program.cpu.deviceName) {
         case "TMS320C66AK2E05":
+        case "TCI66AK2G02":
             MultiProc.setConfig(null,
                     ["HOST", "CORE0"]);
             break;