summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordon.darling <don.darling@24075187-2e39-4e88-bbb8-bc8aa768f540>2010-10-29 20:52:34 +0000
committerdon.darling <don.darling@24075187-2e39-4e88-bbb8-bc8aa768f540>2010-10-29 20:52:34 +0000
commitd87899ad5a3e0f0740165b6496cb23768b55a9e3 (patch)
treed1bcc7a6a339c6ddebd6f6f50eb8b6f3fdf82330
parentf20126175ffc8804590eeadc46ea1db6e000cd4d (diff)
Update codec .cfg file for DM365 on DVSDK 4.00
git-svn-id: https://gstreamer.ti.com/svn/gstreamer_ti/trunk@853 24075187-2e39-4e88-bbb8-bc8aa768f540
-rw-r--r--gstreamer_ti/ti_build/ticodecplugin/src/gstticodecplugin_dm365.cfg8
1 files changed, 7 insertions, 1 deletions
diff --git a/gstreamer_ti/ti_build/ticodecplugin/src/gstticodecplugin_dm365.cfg b/gstreamer_ti/ti_build/ticodecplugin/src/gstticodecplugin_dm365.cfg
index d682643..1256344 100644
--- a/gstreamer_ti/ti_build/ticodecplugin/src/gstticodecplugin_dm365.cfg
+++ b/gstreamer_ti/ti_build/ticodecplugin/src/gstticodecplugin_dm365.cfg
@@ -86,8 +86,14 @@ var ADDRSPACE = xdc.useModule('ti.sdo.fc.ires.addrspace.ADDRSPACE');
var CMEM = xdc.useModule('ti.sdo.linuxutils.cmem.CMEM');
+/* Set the cmemBlockId for the ARM926 TCM memory used by the platinum codec.
+ * In our insmod for cmem, the TCM memory was specified using phys_start_1,
+ * where the "_1" represents the block ID.
+ */
+var MEMTCM = xdc.useModule('ti.sdo.fc.ires.memtcm.MEMTCM');
+MEMTCM.cmemBlockId = 1;
+
/* Uncomment these lines if you wish to debug FC and enable FC trace */
-/*
/*
xdc.loadPackage('ti.sdo.fc.ires.vicp').profile = "debug_trace";
xdc.loadPackage('ti.sdo.fc.ires.edma3chan').profile = "debug_trace";