summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 13e4544)
raw | patch | inline | side by side (parent: 13e4544)
author | Ramsey Harris <ramsey@ti.com> | |
Sun, 5 May 2013 18:21:15 +0000 (11:21 -0700) | ||
committer | Chris 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 | patch | blob | history | |
packages/ti/sdo/ipc/family/vayu/InterruptHost.xs | patch | blob | history |
diff --git a/packages/ti/sdo/ipc/family/vayu/InterruptHost.c b/packages/ti/sdo/ipc/family/vayu/InterruptHost.c
index 31df68944c0fd5d9772470aa43a24a1f87299abb..0768b50076d9b841f6a35a7c09ea3cf5c6d5d900 100644 (file)
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);
diff --git a/packages/ti/sdo/ipc/family/vayu/InterruptHost.xs b/packages/ti/sdo/ipc/family/vayu/InterruptHost.xs
index babec2b3fa3081fd887bf9daed5ea2fae3c85fe6..4cdadf6bc84acbd9d51b29f3513d813a17a763b7 100644 (file)
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: