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