Mercurial > nand-ecoscentric
annotate packages/hal/misc/freescale/edma/current/ChangeLog @ 3351:fc839db92b9c
New: Add Freescale eDMA to eCos reference manual.
| author | vae |
|---|---|
| date | Sun, 16 Feb 2014 08:34:17 +0000 |
| parents | 32b1c6503e02 |
| children |
| rev | line source |
|---|---|
| 3351 | 1 2014-02-13 Ilija Kocho <ilijak@siva.com.mk> |
| 2 | |
| 3 * misc/freescale/edma/current/doc/edma.sgml | |
| 4 * misc/freescale/edma/current/doc/freescale_begin.sgml | |
| 5 * misc/freescale/edma/current/doc/freescale_end.sgml | |
| 6 New: Add Freescale eDMA to eCos reference manual. | |
| 7 | |
| 3341 | 8 2013-08-26 Ilija Kocho <ilijak@siva.com.mk> |
| 9 | |
| 10 * include/freescale_edma.h: Fix FREESCALE_EDMA_NBYTES_MLOFFYES_NBYTES_M bug | |
| 11 [ Bugzilla 1001896 ] | |
| 12 | |
|
3317
c98d5e2bd690
Remove requirement for WRITETHRU cache mode that raised conflict when cache was disabled. Bug reported by Mike Jones. [ Bugzilla 1001838 ]
vae
parents:
3297
diff
changeset
|
13 2013-05-04 Ilija Kocho <ilijak@siva.com.mk> |
|
c98d5e2bd690
Remove requirement for WRITETHRU cache mode that raised conflict when cache was disabled. Bug reported by Mike Jones. [ Bugzilla 1001838 ]
vae
parents:
3297
diff
changeset
|
14 |
|
c98d5e2bd690
Remove requirement for WRITETHRU cache mode that raised conflict when cache was disabled. Bug reported by Mike Jones. [ Bugzilla 1001838 ]
vae
parents:
3297
diff
changeset
|
15 * cdl/hal_freescale_edma.cdl: Remove requirement for WRITETHRU cache mode |
|
c98d5e2bd690
Remove requirement for WRITETHRU cache mode that raised conflict when cache was disabled. Bug reported by Mike Jones. [ Bugzilla 1001838 ]
vae
parents:
3297
diff
changeset
|
16 that raised conflict when cache was disabled. Bug reported by Mike Jones. |
|
c98d5e2bd690
Remove requirement for WRITETHRU cache mode that raised conflict when cache was disabled. Bug reported by Mike Jones. [ Bugzilla 1001838 ]
vae
parents:
3297
diff
changeset
|
17 [ Bugzilla 1001838 ] |
|
c98d5e2bd690
Remove requirement for WRITETHRU cache mode that raised conflict when cache was disabled. Bug reported by Mike Jones. [ Bugzilla 1001838 ]
vae
parents:
3297
diff
changeset
|
18 |
| 3297 | 19 2013-04-01 Ilija Kocho <ilijak@siva.com.mk> |
| 20 | |
| 21 * src/hal_freescale_edma.c: Add clock gating enable. | |
|
3283
1f3f5c905da8
Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
vae
parents:
3280
diff
changeset
|
22 |
| 3297 | 23 2013-02-06 Stefan Singer <stefan.singer@freescale.com> |
| 24 Ilija Kocho <ilijak@siva.com.mk> | |
| 25 | |
| 26 * include/freescale_edma.h src/hal_freescale_edma.c: | |
| 27 enhanced endianness support for devices with big and little endian | |
| 28 added support for MPC5xxx in addition to Kinetis | |
|
3283
1f3f5c905da8
Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
vae
parents:
3280
diff
changeset
|
29 (see Bugzilla 1001752). |
|
1f3f5c905da8
Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
vae
parents:
3280
diff
changeset
|
30 |
| 3245 | 31 2012-05-04 Ilija Kocho <ilijak@siva.com.mk> |
| 32 | |
| 33 * cdl/hal_freescale_edma.cdl | |
| 34 * include/freescale_edma.h | |
| 35 * src/hal/freescale_edma.c | |
| 36 Add support for 32 channel eDMA [Bugzilla 1001579] | |
| 37 | |
| 3168 | 38 2012-01-06 Ilija Kocho <ilijak@siva.com.mk> |
| 39 | |
| 40 * cdl/hal_freescale_edma.cdl | |
| 41 * include/freescale_edma.h | |
| 42 * src/hal/freescale_edma.c | |
| 43 New package -- Freescale eDMA DMA controller support [Bugzilla 1001450] | |
| 44 | |
| 45 //=========================================================================== | |
| 46 // ####GPLCOPYRIGHTBEGIN#### | |
| 47 // ------------------------------------------- | |
| 48 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 49 // Copyright (C) 2012 Free Software Foundation, Inc. | |
| 50 // | |
| 51 // This program is free software; you can redistribute it and/or modify | |
| 52 // it under the terms of the GNU General Public License as published by | |
| 53 // the Free Software Foundation; either version 2 or (at your option) any | |
| 54 // later version. | |
| 55 // | |
| 56 // This program is distributed in the hope that it will be useful, but | |
| 57 // WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 58 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
| 59 // General Public License for more details. | |
| 60 // | |
| 61 // You should have received a copy of the GNU General Public License | |
| 62 // along with this program; if not, write to the | |
| 63 // Free Software Foundation, Inc., 51 Franklin Street, | |
| 64 // Fifth Floor, Boston, MA 02110-1301, USA. | |
| 65 // ------------------------------------------- | |
| 66 // ####GPLCOPYRIGHTEND#### | |
| 67 //=========================================================================== |
