]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/ipc/tests/messageq_common.cfg.xs
tests: Remove reference to tci6638.Interrupt module
[ipc/ipcdev.git] / packages / ti / ipc / tests / messageq_common.cfg.xs
index 4d56e5b7b2bb5c95d86b6f055905b6d8f931b948..f923e1a7a9f69dd5bcfd60664823e56058cf3311 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2014, Texas Instruments Incorporated
+ * Copyright (c) 2012-2015 Texas Instruments Incorporated - http://www.ti.com
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -156,15 +156,17 @@ 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');
 
     /* Note: MultiProc_self is set during VirtQueue_init based on DNUM. */
     var MultiProc = xdc.useModule('ti.sdo.utils.MultiProc');
 
     switch (Program.cpu.deviceName) {
         case "TMS320C66AK2E05":
+        case "TCI66AK2G02":
             MultiProc.setConfig(null,
                     ["HOST", "CORE0"]);
             break;
@@ -176,6 +178,7 @@ else if (Program.platformName.match(/simKepler/) ||
 
         case "TMS320TCI6636":
         case "TMS320TCI6638":
+        case "TMS320C66AK2H12":
             MultiProc.setConfig(null,
                     ["HOST", "CORE0", "CORE1", "CORE2", "CORE3",
                     "CORE4", "CORE5", "CORE6", "CORE7"]);
@@ -212,9 +215,7 @@ else if (Program.platformName.match(/simKepler/) ||
 
     /*  COMMENT OUT TO SHUT OFF LOG FOR BENCHMARKS: */
     /*
-    Diags.setMaskMeta("ti.ipc.family.tci6638.Interrupt", Diags.USER1,
-        Diags.ALWAYS_ON);
-    Diags.setMaskMeta("ti.ipc.family.tci6638.VirtQueue", Diags.USER1,
+     Diags.setMaskMeta("ti.ipc.family.tci6638.VirtQueue", Diags.USER1,
         Diags.ALWAYS_ON);
     Diags.setMaskMeta("ti.ipc.transports.TransportRpmsg",
         Diags.INFO|Diags.USER1|Diags.STATUS,
@@ -229,7 +230,7 @@ else {
 
 Hwi.enableException = true;
 
-xdc.loadPackage('ti.ipc.ipcmgr');
+xdc.useModule('ti.ipc.ipcmgr.IpcMgr');
 BIOS.addUserStartupFunction('&IpcMgr_ipcStartup');
 
 var HeapBuf = xdc.useModule('ti.sysbios.heaps.HeapBuf');