]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blob - release_notes_edma3_lld_02_11_04.html
Addition of J5Eco C6A811X platform
[keystone-rtos/edma3_lld.git] / release_notes_edma3_lld_02_11_04.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html xmlns="http://www.w3.org/TR/REC-html40">
3 <head>
4   <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
5   <meta http-equiv="Content-Type" content="text/html">
6   <title>EDMA3 LLD 02.11.04 Release Notes</title>
7   <style type="text/css">
8 body
9 {
10     color: #000 ;
11     background-color: #fff ;
12     margin : 5px 20px 5px 20px;
13     font-family: Tahoma, Arial, Helvetica, sans-serif;
14     font-size: 10pt ;
15 }
17 a,
18 a:link,
19 a:visited,
21 {
22     color : #1a41a8 ;
23 }
25 a:hover
26 {
27     color : #2a3798 ;
28 }
30 img
31 {
32     text-decoration : none ;
33 }
35 p
36 {
37     color: #000 ;
38 }
40 table.tagline
41 {
42     width: 100%;
43 }
45 li
46 {
47     color : black ;
48 }
50 .title
51 {
52     text-align : center ;
53 }
55 th
56 {
57     text-align : left ;
58 }
59   </style>
60 </head>
61 <body>
62 <table border="0" cellpadding="0" cellspacing="0" width="100%">
63   <tbody>
64     <tr>
65       <td
66  style="background: black none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"
67  width="222"> <a href="http://www.ti.com/"><img id="_x0000_i1025"
68  src="docs/html/tilogo.gif" alt="Texas Instruments" border="0"
69  height="54" width="222"> </a></td>
70       <td
71  style="background: red none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">
72       <img id="_x0000_i1026" src="docs/html/titagline.gif"
73  alt="Technology for Innovators(tm)" border="0" height="26" width="314">
74       </td>
75     </tr>
76   </tbody>
77 </table>
78 <h1 class="title">EDMA3 LLD 02.11.04 Release Notes</h1>
79 <h2 class="title">Jan 27, 2012</h2>
80 <p>
81 This EDMA3 Low Level Driver Release is targeted to the users (device
82 drivers
83 and applications) for submitting and synchronizing with EDMA3 based DMA
84 transfers.
85 This release supports DA830,C6748,TCI6498,TI816X,C6472,TCI6486,TI814X,TI816X,TCI6608,TCI6616,TCI6614,C6670,C6678 platforms, on
86 SYS/BIOS 6 side &amp; OMAPL138 on SYS/BIOS and ARM side. Porting
87 instructions
88 are also provided to use the package for different platforms and
89 Operating
90 Systems.
91 </p>
92 <p>
93 <a href="#Introduction">Introduction</a>,
94 <a href="#Documentation">Documentation</a>,
95 <a href="#Whats_New">What's New</a>,
96 <a href="#Upgrade_Info">Upgrade Info</a>,
97 <a href="#Device_Support">Device Support</a>,
98 <a href="#Compatibility">Compatibility Information</a>,
99 <a href="#Validation">Validation Info</a>,
100 <a href="#Known_Issues">Known Issues</a>,
101 <a href="#Examples">Examples</a>,
102 <a href="#Version">Version Information</a>,
103 <a href="#Support">Technical Support</a>
104 </p>
105 <hr>
106 <a name="Introduction"></a>
107 <h2><a name="Introduction">Introduction</a></h2>
108 <p>
109 EDMA3 LLD is a single product package containing the following
110 stand-alone
111 software components:
112 </p>
113 <ul type="disc">
114   <a name="Introduction"> <li> <b>EDMA3 Resource Manager</b> - TI
115 mandated library for all EDMA3 peripheral users to acquire and
116 configure EDMA3 hardware resources (DMA/QDMA channels, PaRAM Sets, TCCs
117 etc.) and DMA Interrupt Service Routines. </li>
118   <li> <b>EDMA3 Driver</b> - Functional library providing APIs for
119 programming, scheduling and synchronizing with EDMA transfers and many
120 more. </li>
121   </a>
122 </ul>
123 <p>
124 EDMA3 Resource Manager can be used independently whereas the EDMA3
125 Driver requires
126 the Resource Manager services internally.
127 </p>
128 <p>
129 EDMA3 LLD (both Resource Manager and the Driver) is a platform
130 independent package.
131 Hence it can be used across multiple platforms. Porting instructions
132 are provided for both the components to do the same.
133 </p>
134 <p>
135 It is also an OS-agnostic package and thus can be used across multiple
136 operating
137 systems. OS-adaptation layer needs to be provided by the user (in case
138 it is needed)
139 for OS customization. Instructions to do the same are also provided
140 along with
141 the package.
142 </p>
143 <p>
144 The Low Level Driver has already been ported (SYS/BIOS Operating
145 Systems)
146 and tested on various platforms mentioned below. Sample initialization
147 libraries,
148 which configure the EDMA3 hardware and provide the necessary OS
149 abstraction layer,
150 are also a part of the package. These libraries are available both for
151 the EDMA3
152 Resource Manager and EDMA3 Driver. These could be used for proper
153 initialization of the software component(s) along with the OS
154 adaptation layer
155 for the same.
156 </p>
157 <p>
158 The Low Level Driver consists of the following packages:
159 </p>
160 <ul type="disc">
161   <a name="Introduction"> <li> <tt><b>ti.sdo.edma3.rm</b></tt> -
162 EDMA3 Resource Manager. </li>
163   <li> <tt><b>ti.sdo.edma3.rm.sample</b></tt> - Sample initialization
164 library / OS abstraction layer for the Resource Manager. </li>
165   <li> <tt><b>ti.sdo.edma3.drv</b></tt> - EDMA3 Driver. </li>
166   <li> <tt><b>ti.sdo.edma3.drv.sample</b></tt> - Sample initialization
167 library / OS abstraction layer for the Driver. </li>
168   </a>
169 </ul>
170 <p><b>Note: </b>
171 <ul type="disc">
172   <a name="Introduction"> <li> <b>Address translation is not done in EDMA3 LLD</b> </li>
173 <br>If the memory map of the EDMA is different than the host processor programming it,
174 EDMA3LLD being a low level driver the address translation is not done by this. It is expected that the application
175 will provide the addresses, corresponding to EDMA memory map to configure in PARAM.
176 </p>
177 </a>
178   <a name="Introduction"> <li> <FONT COLOR ='RED'><b>All resources are allocated to all cores in default sample configuration files of EDMA3 LLD</b> </FONT></li>
179 <br>The EDMA resources like Channels, PaRAMs and TCCs which are shared by multiple cores (Ex: in Netra and Cenaturus), 
180 The default configuration file allocates all the resources to every core since the resource split is application dependant. 
181 The applications using EDMA3LLD should appropriately allocate the resources in the config files and build EDMA3LLD libraries.
182 </p>
183 </a>
184 </ul>
185 <a name="Documentation">
186 </a>
187 <h2><a name="Documentation">Documentation</a></h2>
188 <p>The following documentation is available:
189 </p>
190 <ul type="disc">
191   <li><a href="docs/EDMA3_RM_Release_Notes.pdf">EDMA3 Resource Manager
192 Release Notes</a></li>
193   <li> <a href="packages/ti/sdo/edma3/rm/docs/EDMA3_RM_User_Guide.pdf">EDMA3
194 Resource Manager User's Guide</a> </li>
195   <li> <a href="docs/EDMA3_Driver_Release_Notes.pdf">EDMA3 Driver
196 Release Notes</a> </li>
197   <li> <a
198  href="packages/ti/sdo/edma3/drv/docs/EDMA3_Driver_User_Guide.pdf">EDMA3
199 Driver User's Guide</a> </li>
200   <li> EDMA3 Resource Manager Application Programming Interface (API)
201 Reference Guide (<a href="packages/ti/sdo/edma3/rm/docs/html/index.html">HTML</a>
202 | <a href="packages/ti/sdo/edma3/rm/docs/EDMA3_Resource_Manager.chm">CHM</a>)
203   </li>
204   <li> EDMA3 Driver Application Programming Interface Reference Guide (<a
205  href="packages/ti/sdo/edma3/drv/docs/html/index.html">HTML</a> | <a
206  href="packages/ti/sdo/edma3/drv/docs/EDMA3_Driver.chm">CHM</a>) </li>
207   <li> <a href="examples/CSL2_DAT_DEMO/docs/CSL_DAT_Adapter.ppt">CSL
208 2.x DAT Reference Implementation on EDMA3 Hardware using EDMA3 LLD</a> </li>
209 </ul>
210 <hr>
211 <a name="Whats_New"></a>
212 <h2><a name="Whats_New">What's New</a></h2>
214 <p>
215 <a name="Whats_New">The following significant changes have been made since 02.11.03:
216 </a></p>
218 <p><a name="Whats_New">02.11.04 - This release
219 </a></p>
221 <p>
222 <a name="Whats_New">The following ECNs are implemented:
223 </a></p>
225 <table width="100%">
226   <tbody>
227     <tr>
228       <th>ID</th>
229       <th>Headline</th>
230     </tr>
232     <tr>
233       <td width="200">SDOCM00088699</td>
234       <td>Appleton (TCI6614) support in EDMA3 LLD.</td>
235     </tr>
237   </tbody>
238 </table>
241 <p>
242 <a name="Whats_New">The following IRs are implemented:
243 </a></p>
245 <table width="100%">
246   <tbody>
247     <tr>
248       <th>ID</th>
249       <th>Headline</th>
250     </tr>
252     <tr>
253       <td width="200">SDOCM00088023</td>
254       <td>Warnings in building edma libs.</td>
255     </tr>
257   </tbody>
258 </table>
260 <p>
261 <a name="Whats_New"><FONT COLOR ='RED'>The following IRs are raised on this release:<b>Known Issues</b></FONT>
262 </a></p>
263 <table width="100%">
264   <tbody>
265     <tr>
266       <th>ID</th>
267       <th>Headline</th>
268     </tr>
270     <tr>
271       <td width="200"><FONT COLOR ='RED'>SDOCM00078640</FONT></td>
272       <td><FONT COLOR ='RED'>ARM 9 support for OMAPL138 is not available on Make based build of EDMA3LLD</FONT></td>
273     </tr>
275     <tr>
276       <td width="200"><FONT COLOR ='RED'>SDSCM00039169</FONT></td>
277       <td><FONT COLOR ='RED'>EDMA3 Example fails for following Big Endian Simulators targets tci6608-sim/tci6616-sim</FONT></td>
278     </tr>
280   </tbody>
281 </table>
283 <br>
284 <hr><a name="Upgrade_Info"></a>
285 <h2><a name="Upgrade_Info">Upgrade Information</a></h2>
286 <p>
287 The EDMA3 LLD packages are available in the "packages/" subdirectory of
288 the product.
289 If you have a previous release of the EDMA3 LLD product, you can
290 install this
291 release next to it, and modify your application and/or server builds to
292 use this
293 newer release.
294 </p>
295 <hr>
296 <a name="Device_Support"></a>
297 <h2><a name="Device_Support">Device Support</a></h2>
298 <p>
299 This release supports and has been tested on the following devices:
300 </p>
301 <ul>
302   <a name="Device_Support"> <li>DA830 EVM:
303     <ul type="circle">
304       <li>C67x SYS/BIOS</li>
305     </ul>
306   </li>
307   <li>TCI6498 Simulator:</li>
308   </a>
309   <ul>
310     <li>C64X+ SYS/BIOS</li>
311   </ul>
312   <li>C6748 EVM:</li>
313   <li style="margin-left: 40px;" type="circle">C67x SYS/BIOS</li>
314   <li type="disc">OMAPL138 EVM:</li>
315   <li style="margin-left: 40px;" type="circle">C67x SYS/BIOS</li>
316   <li style="margin-left: 40px;" type="circle">ARM 9 SYSBIOS</li>
317     <li>TI816X EVM:</li>
318   </a>
319   <ul>
320     <li>C67X SYS/BIOS</li>
321         <li>A8 SYS/BIOS</li>
322     <li>M3 SYS/BIOS</li>
323   </ul>
324   <li>C6472 EVM:</li>
325   </a>
326   <ul>
327     <li>C64X+ SYS/BIOS</li>
328   </ul>
329     <li>TCI6486 EVM:</li>
330   </a>
331   <ul>
332     <li>C64X+ SYS/BIOS</li>
333   </ul>
334       <li>TI814X EVM:</li>
335   </a>
336   <ul>
337     <li>C67X SYS/BIOS</li>
338         <li>A8 SYS/BIOS</li>
339         <li>M3 SYS/BIOS</li>
340   </ul>
341       <li>C6670 EVM:</li>
342   </a>
343   <ul>
344     <li>C66X SYS/BIOS</li>
345   </ul>      
346   <li>C6678 EVM:</li>
347   </a>
348   <ul>
349     <li>C66X SYS/BIOS</li>
350   </ul>      
351   <li>TCI6608 Simulator:</li>
352   </a>
353   <ul>
354     <li>C66X SYS/BIOS</li>
355   </ul>      
356   <li>TCI6616 Simulator:</li>
357   </a>
358   <ul>
359     <li>C66X SYS/BIOS</li>
360   </ul>
361   <li>TCI6614 EVM:</li>
362   </a>
363   <ul>
364     <li>C66X SYS/BIOS</li>
365   </ul>
366     </ul>
367 <hr>
368 <a name="Compatibility"></a>
369 <h2><a name="Compatibility">Compatibility Information</a></h2>
370 <h3><a name="Compatibility">Compatibility Key Definitions</a></h3>
371 <p>
372 Compatibility keys are intentionally independent of Marketing product
373 numbers
374 and are intended to:
375 </p>
376 <ol start="1" type="1">
377   <a name="Compatibility"> <li> Enable tooling to identify
378 incompatibilities between components, and </li>
379   <li> Convey a level of compatibility between different releases to
380 set end user expectations. </li>
381   </a>
382 </ol>
383 <p>
384 Compatibility keys are composed of 3 comma-delimited numbers - M, S, R
385 - where:
386 </p>
387 <ul type="disc">
388   <a name="Compatibility"> <li> <b>M = Major</b>. A difference in M
389 indicates a break in compatibility. </li>
390   <li> <b>S = Source</b>. A difference in S indicates source
391 compatibility. That is, the user's source doesn't require change, but <i>does</i>
392 require rebuilding. </li>
393   <li> <b>R = Radix</b>. A difference in R indicates an introduction
394 of new features, but compatibility with previous interfaces has not
395 broken. If libraries are provided by the package, an application must
396 re-link with the new libraries, but not rebuild from source. </li>
397   </a>
398 </ul>
399 <hr>
400 <a name="Validation"></a>
401 <h2><a name="Validation">Validation</a></h2>
402 <p>
403 This release was built and validated against using the following
404 components:
405 </p>
406 <ul type="disc">
407   <a name="Validation"> <li>CCS 5.0.2</li>
408   <li>C6x Code Generation Tools version 7.3.1 </li>
409   <li>TMS470 Code Generation Tools 4.9.2</li>
410   <li>SYS/BIOS 6.33.01.25</li>
411   <li>XDC Tools 3.23.00.32</li>
412   <li>TCI6498 Simulator 0.7.1</li>
413   </a>
414 </ul>
415 <p>
416 This release was validated in the following configurations:
417 </p>
418 <ul>
419   <li> DA830 EVM:
420     <ul type="circle">
421       <li>C67x SYS/BIOS</li>
422     </ul>
423   </li>
424   <li> TCI6498 Simulator:
425     <ul type="circle">
426       <li>C64X+ SYS/BIOS</li>
427     </ul>
428   </li>
429   <li>C6748 EVM:</li>
430   <li style="margin-left: 40px;" type="circle">C67x SYS/BIOS</li>
431   <li>OMAPL138 EVM:</li>
432   <ul>
433     <li>C67x SYS/BIOS</li>
434     <li>ARM 9 SYSBIOS</li>
435   </ul>
436     <li>TI816X EVM:</li>
437   </a>
438   <ul>
439     <li>C67X SYS/BIOS</li>
440         <li>A8 SYS/BIOS</li>
441         <li>M3 SYS/BIOS</li>
442   </ul>
443   <li>C6472 EVM:</li>
444   </a>
445   <ul>
446     <li>C64X+ SYS/BIOS</li>
447   </ul>
448     <li>TCI6486 EVM:</li>
449   </a>
450   <ul>
451     <li>C64X+ SYS/BIOS</li>
452   </ul>
453     <li>TI814X EVM:</li>
454   </a>
455   <ul>
456     <li>C67X SYS/BIOS</li>
457         <li>A8 SYS/BIOS</li>
458         <li>M3 SYS/BIOS</li>
459   </ul>
460       <li>C6670 EVM:</li>
461   </a>
462   <ul>
463     <li>C66X SYS/BIOS</li>
464   </ul>      
465   <li>C6678 EVM:</li>
466   </a>
467   <ul>
468     <li>C66X SYS/BIOS</li>
469   </ul>      
470   <li>TCI6608 Simulator:</li>
471   </a>
472   <ul>
473     <li>C66X SYS/BIOS</li>
474   </ul>      
475   <li>TCI6616 Simulator:</li>
476   </a>
477   <ul>
478     <li>C66X SYS/BIOS</li>
479   </ul>
480   <li>TCI6614 EVM:</li>
481   </a>
482   <ul>
483     <li>C66X SYS/BIOS</li>
484   </ul>
485   </ul>
486 <hr><a name="Known_Issues">
487 </a>
488 <h2><a name="Known_Issues">Known Issues</a></h2>
489 <p>
490 The following are known issues with the current EDMA3 LLD release:
491 </p>
492 <h4><a name="Known_Issues">Pre-built instrumented libraries for DA830
493 not provided initially.</a></h4>
494 <p>Pre-built instrumented EDMA3 libraries for DA830 will not be
495 provided
496 initially. XDC does not support the same and hence the limitation. See
497 IR#
498 SDOCM00036738 for more details.
499 </p>
500 <h4><a name="Known_Issues">EDMA3 hardware does not work properly in
501 FIFO mode with all the controllers.</a></h4>
502 <p>Very few peripherals support EDMA3 FIFO mode. EMIF controller
503 doesn't support
504 the same. So EDMA3 CANNOT be used in FIFO mode for doing a
505 memory-to-memory data
506 transfers, EDMA3 being configured in the FIFO mode. Applications trying
507 to use
508 EDMA3 in FIFO mode should first check their respective
509 peripheral-controller
510 document for this mode support.
511 </p>
512 <h4><a name="Known_Issues">PingPong Example Fails for certain EDMA
513 instances for some DSP cores in Release mode only.</a></h4>
514 <p>The PingPong example in the package fails for certain EDMA Instances
515 for some DSP cores in Release mode only. It passes for Debug mode. See
516 IR#
517 SDOCM00064758 for more details.
518 </p>
519 <hr>
520 <a name="Examples"></a>
521 <h2><a name="Examples">Examples</a></h2>
522 <p>
523 EDMA3 LLD sample initialization libraries / OS abstraction layers (for
524 different
525 platforms) are located in:
526 </p>
527 <ul type="disc">
528   <a name="Examples"> <li> For Resource Manager: They could be located
529 in <tt>edma3_lld_02_11_04_XX\packages\ti\sdo\edma3\rm\sample\lib</tt>
530 folder. </li>
531   <li> For EDMA3 Driver: They could be located in <tt>edma3_lld_02_11_04_XX\packages\ti\sdo\edma3\drv\sample\lib</tt>
532 folder. </li>
533   </a>
534 </ul>
535 <p>
536 EDMA3 LLD stand-alone applications (for different platforms) are
537 located in:
538 </p>
539 <ul type="disc">
540   <a name="Examples"> <li> EDMA3 Driver: They could be located in <tt>edma3_lld_02_11_04_XX\examples\edma3_driver\</tt>
541 folder. </li>
542   </a>
543 </ul>
544 <ul type="disc">
545   <a name="Examples"> <li> CSL2.x DAT Reference Implementation: It
546 could be located in <tt>edma3_lld_02_11_04_XX\examples\CSL2_DAT_DEMO\</tt>
547 folder. </li>
548   </a>
549 </ul>
550 <hr>
551 <a name="Version"></a>
552 <h2><a name="Version">Version Information</a></h2>
553 <p>
554 This product's version follows a version format, <b>M.mm.pp.bb</b>,
555 where
556 <b>M</b> is a 2 digit major number,
557 <b>mm</b> is 2 digit minor number,
558 <b>pp</b> is a 2 digit patch number, and
559 <b>b</b> is an unrestricted set of digits used as an incrementing build
560 counter.
561 </p>
562 <p>
563 To support multiple side-by-side installations of the product, the
564 product
565 version is encoded in the top level directory, ex. <b>edma3_lld_02_11_04_XX</b>.
566 </p>
567 <p>Subsequent releases of patch upgrades will be identified by the
568 patch number,
569 ex. EDMA3 LLD 02.11.04 with directory <b>edma3_lld_02_11_04_YY</b>.
570 Typically, these
571 patches only include critical bug fixes.
572 </p>
573 <hr>
574 <a name="Support"></a>
575 <h2><a name="Support">Technical Support</a></h2>
576 <p>
577 For technical support, Please post at TI E2E forum <a href="http://e2e.ti.com/support/embedded/f/355.aspx">http://e2e.ti.com/support/embedded/f/355.aspx</a>
578 </p>
579 <hr>
580 <p>Last updated: Jan 27, 2012
581 </p>
582 </body>
583 </html>