]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
Vayu: New crossbar mapping for ipu2 and dsp2 to host interrupt 3.00.00.18_eng
authorRamsey Harris <ramsey@ti.com>
Sun, 5 May 2013 18:21:15 +0000 (11:21 -0700)
committerChris Ring <cring@ti.com>
Sun, 5 May 2013 18:21:15 +0000 (11:21 -0700)
Original crossbar instance does not exist.

packages/ti/sdo/ipc/family/vayu/InterruptHost.c
packages/ti/sdo/ipc/family/vayu/InterruptHost.xs

index 31df68944c0fd5d9772470aa43a24a1f87299abb..0768b50076d9b841f6a35a7c09ea3cf5c6d5d900 100644 (file)
@@ -109,7 +109,7 @@ Int InterruptHost_Module_startup(Int phase)
         if ((MultiProc_getId("DSP2") != MultiProc_INVALIDID) ||
             (MultiProc_getId("IPU2") != MultiProc_INVALIDID) ||
             (MultiProc_getId("IPU2-0") != MultiProc_INVALIDID)) {
-            IntXbar_connect(132, 255);  // system mailbox 6 user 2
+            IntXbar_connect(134, 255);  // system mailbox 6 user 2
         }
 
         return (Startup_DONE);
index babec2b3fa3081fd887bf9daed5ea2fae3c85fe6..4cdadf6bc84acbd9d51b29f3513d813a17a763b7 100644 (file)
@@ -82,12 +82,12 @@ function module$use()
     this.hostInterruptTable[2] = 137 + 32;        /* EVE3 */
     this.hostInterruptTable[3] = 138 + 32;        /* EVE4 */
     this.hostInterruptTable[4] = 136 + 32;        /* DSP1 */
-    this.hostInterruptTable[5] = 139 + 32;        /* DSP2 */
+    this.hostInterruptTable[5] = 141 + 32;        /* DSP2 */
     this.hostInterruptTable[6] = 136 + 32;        /* IPU1-0 */
-    this.hostInterruptTable[7] = 139 + 32;        /* IPU2-0 */
+    this.hostInterruptTable[7] = 141 + 32;        /* IPU2-0 */
     this.hostInterruptTable[8] = 0;               /* HOST */
     this.hostInterruptTable[9] = 136 + 32;        /* IPU1-1 */
-    this.hostInterruptTable[10] = 139 + 32;       /* IPU2-1 */
+    this.hostInterruptTable[10] = 141 + 32;       /* IPU2-1 */
 
     /*
      * In case of a spec change, follow the process shown below: