summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJohn Godbey <j-godbey@ti.com>2015-11-20 13:44:53 -0500
committerAngela Stegmaier <angelabaker@ti.com>2015-11-24 10:15:18 -0600
commitcef5e1ec8dc12074dde8f02d66e4209d28d08af8 (patch)
tree5fb433a8b7ac5fb3ccae00b24fa24f0255c83988 /packages
parent354db7d3b6aa397e6ab4b86fdbd312746fd46a07 (diff)
downloadipc-cef5e1ec8dc12074dde8f02d66e4209d28d08af8.tar.gz
K2E and K2L RTOS support in IPC Settings
Added the hooks for ARM_RTOS support on the K2E and K2L platforms in Settings.xs. Signed-off-by: John Godbey <j-godbey@ti.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/ti/sdo/ipc/family/Settings.xs13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/ti/sdo/ipc/family/Settings.xs b/packages/ti/sdo/ipc/family/Settings.xs
index afb6f0d..e681399 100644
--- a/packages/ti/sdo/ipc/family/Settings.xs
+++ b/packages/ti/sdo/ipc/family/Settings.xs
@@ -251,6 +251,7 @@ var hostProcNames = {
'TMS320C6670' : ["CORE0"],
'TMS320C6472' : ["CORE0"],
'TMS320C6474' : ["CORE0"],
+ 'TMS320C66AK2E05' : ["HOST"],
'TMS320TCI6630K2L' : ["HOST"],
'TMS320C66AK2H12' : ["HOST"],
'TMS320TCI6634' : ["CORE0"],
@@ -354,6 +355,8 @@ var interruptDelegates = {
'Vayu' : { del: 'ti.sdo.ipc.family.vayu.InterruptHost', },
'TCI66AK2G02' : { del: 'ti.sdo.ipc.family.tci663x.Interrupt', },
'TCI6636K2H' : { del: 'ti.sdo.ipc.family.tci663x.Interrupt', },
+ 'TMS320C66AK2E05' : { del: 'ti.sdo.ipc.family.tci663x.Interrupt', },
+ 'TMS320TCI6630K2L' : { del: 'ti.sdo.ipc.family.tci663x.Interrupt', },
},
'ti.catalog.c6000' : {
'OMAP3530' : { del: 'ti.sdo.ipc.family.omap3530.InterruptDsp', },
@@ -500,6 +503,16 @@ var hwSemDelegates = {
baseAddr: 0x02640100,
queryAddr: 0x02640200,
numSems: 32,
+ },
+ 'TMS320C66AK2E05' : {
+ baseAddr: 0x02640100,
+ queryAddr: 0x02640200,
+ numSems: 32,
+ },
+ 'TMS320TCI6630K2L' : {
+ baseAddr: 0x02640100,
+ queryAddr: 0x02640200,
+ numSems: 32,
}
}
}