]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/commitdiff
Version no updated for 02.11.03.03
authorPrasad Konnur <prasad.konnur@ti.com>
Mon, 5 Dec 2011 13:48:03 +0000 (19:18 +0530)
committerPrasad Konnur <prasad.konnur@ti.com>
Mon, 5 Dec 2011 13:48:03 +0000 (19:18 +0530)
docs/EDMA3_Driver_Release_Notes.doc
docs/EDMA3_RM_Release_Notes.doc
packages/ti/sdo/edma3/drv/edma3_drv.h
release_notes_edma3_lld_02_11_03.html
software-manifest.doc
webgen/makefile

index ab362d6f0ef351f3945cebb5e2a8c3a22043311c..dece5708566b243ec26877859aa1d564612ff26b 100755 (executable)
Binary files a/docs/EDMA3_Driver_Release_Notes.doc and b/docs/EDMA3_Driver_Release_Notes.doc differ
index 949e12c7267b108ad9b11b1e0f8d031d978cf0bf..43579a621733e13c6b5d97d4ecd5523087a3a4ea 100755 (executable)
Binary files a/docs/EDMA3_RM_Release_Notes.doc and b/docs/EDMA3_RM_Release_Notes.doc differ
index 7d5457d2ec260c710e15a3d3e5dd17a7ac5ec034..1d984d64703cb2514bac541800057bc80ea34848 100755 (executable)
@@ -102,13 +102,13 @@ extern "C" {
   * format:
   *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 
   */
-#define EDMA3_LLD_DRV_VERSION_ID                   (0x020B0302)
+#define EDMA3_LLD_DRV_VERSION_ID                   (0x020B0303)
 
 /**
  * @brief   This is the version string which describes the EDMA3 LLD along with the
  * date and build information.
  */
-#define EDMA3_LLD_DRV_VERSION_STR                  "EDMA3 LLD Revision: 02.11.03.02"
+#define EDMA3_LLD_DRV_VERSION_STR                  "EDMA3 LLD Revision: 02.11.03.03"
 
 
 /** @brief EDMA3 Driver Error Codes Base define */
index 3f625732425416678ded47803a70acb1701c6164..e57ec89f4db213ba76013b5d0ef4cc16c948b1dc 100755 (executable)
@@ -283,6 +283,11 @@ Reference Guide (<a href="packages/ti/sdo/edma3/rm/docs/html/index.html">HTML</a
       <td>In EDMA3_RM_unregisterTccCb() driver tries to update array at invalid position</td>
     </tr>
 
+    <tr>
+      <td width="200">SDOCM00086934</td>
+      <td>same interrupt number is used for all TC error</td>
+    </tr>
+
   </tbody>
 </table>
 
@@ -535,11 +540,6 @@ for some DSP cores in Release mode only. It passes for Debug mode. See
 IR#
 SDOCM00064758 for more details.
 </p>
-<h4><a name="Known_Issues">Address translation is not done in EDMA3 LLD</a></h4>
-<p>If the memory map of the EDMA is different than the host processor programming it,
-EDMA3LLD being a low level driver the address translation is not done by this. It is expected that the application
-will provide the addresses, corrosponding EDMA memory map to configure in PARAM
-</p>
 <hr>
 <a name="Examples"></a>
 <h2><a name="Examples">Examples</a></h2>
index a880255bbc81a7e8c538c352afe951f8444a9a16..f526ad5874c3e97c53766fde349f39a805d8523c 100755 (executable)
Binary files a/software-manifest.doc and b/software-manifest.doc differ
index cb6496c3b2d17970e542ab0b4294a20ce874f317..8d8923a3cb9ee39986722b047c45335a9b8ace6d 100644 (file)
@@ -1,8 +1,8 @@
 PRODUCT_NAME=edma3-lld-bios6
 TITLE=Texas Instruments Platform Support
-VERSION=02.11.03.02
+VERSION=02.11.03.03
 
 .prod_links:
-       $(call add-divider,"EDMA3-LLD-BIOS6 02.11.03.02")
+       $(call add-divider,"EDMA3-LLD-BIOS6 02.11.03.03")
        $(call add-link,"release_notes_edma3_lld_02_11_03.html","Release notes","EDMA3 LLD release notes")
-       $(call add-tspa-link,"edma3_lld_02_11_03_02.tar.gz","EDMA3 LLD 02.11.03.02 Tar Ball","EDMA3 LLD 02.11.03.02 Installer")
+       $(call add-tspa-link,"edma3_lld_02_11_03_03.tar.gz","EDMA3 LLD 02.11.03.03 Tar Ball","EDMA3 LLD 02.11.03.03 Installer")