summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: 5a5c429)
raw | patch | inline | side by side (from parent 1: 5a5c429)
author | Sam Nelson <sam.nelson@ti.com> | |
Tue, 24 Nov 2015 21:19:51 +0000 (16:19 -0500) | ||
committer | Angela Stegmaier <angelabaker@ti.com> | |
Wed, 25 Nov 2015 17:05:50 +0000 (11:05 -0600) |
- The DSP interrupt number and host interrupt numbers are different for
K2G compared to other Keystone devices.
- Seperate entry need created to capture the K2G settings.
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
K2G compared to other Keystone devices.
- Seperate entry need created to capture the K2G settings.
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
packages/ti/sdo/ipc/family/tci663x/Interrupt.xs | patch | blob | history |
diff --git a/packages/ti/sdo/ipc/family/tci663x/Interrupt.xs b/packages/ti/sdo/ipc/family/tci663x/Interrupt.xs
index 75672acd55bc135d2c07719d83782941f9e1398d..5bee898904b0d44560820250508b2fdd21e37b84 100644 (file)
KICK1: 0x0262003C,
INTERDSPINT: 105,
IPCHOSTINT: 4
KICK1: 0x0262003C,
INTERDSPINT: 105,
IPCHOSTINT: 4
+ },
+ 'TMS320C66AK2H12' : {
+ IPCGR0: 0x02620240,
+ IPCAR0: 0x02620280,
+ IPCGRH: 0x02620260,
+ IPCARH: 0x026202A0,
+ KICK0: 0x02620038,
+ KICK1: 0x0262003C,
+ INTERDSPINT: 8,
+ IPCHOSTINT: 1
}
}
+
};
var Settings = xdc.loadCapsule('ti/sdo/ipc/family/Settings.xs');
};
var Settings = xdc.loadCapsule('ti/sdo/ipc/family/Settings.xs');