Mercurial > ecos
annotate packages/hal/misc/freescale/edma/current/ChangeLog @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| parents | fc839db92b9c |
| children |
| rev | line source |
|---|---|
|
3292
7f8e529b4d82
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
vae
parents:
3274
diff
changeset
|
1 2015-04-30 Ilija Kocho <ilijak@siva.com.mk> |
|
7f8e529b4d82
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
vae
parents:
3274
diff
changeset
|
2 |
|
7f8e529b4d82
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
vae
parents:
3274
diff
changeset
|
3 * include/freescale_edma.h: Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() |
|
7f8e529b4d82
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
vae
parents:
3274
diff
changeset
|
4 so it works with negative offsets. |
|
7f8e529b4d82
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
vae
parents:
3274
diff
changeset
|
5 [ Bugzilla 1002061 ] |
|
7f8e529b4d82
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
vae
parents:
3274
diff
changeset
|
6 |
| 3274 | 7 2014-02-13 Ilija Kocho <ilijak@siva.com.mk> |
| 8 | |
| 9 * misc/freescale/edma/current/doc/edma.sgml | |
| 10 * misc/freescale/edma/current/doc/freescale_begin.sgml | |
| 11 * misc/freescale/edma/current/doc/freescale_end.sgml | |
| 12 New: Add Freescale eDMA to eCos reference manual. | |
| 13 | |
| 3264 | 14 2013-08-26 Ilija Kocho <ilijak@siva.com.mk> |
| 15 | |
| 16 * include/freescale_edma.h: Fix FREESCALE_EDMA_NBYTES_MLOFFYES_NBYTES_M bug | |
| 17 [ Bugzilla 1001896 ] | |
| 18 | |
|
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
|
19 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
|
20 |
|
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
|
21 * 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
|
22 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
|
23 [ 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
|
24 |
| 3220 | 25 2013-04-01 Ilija Kocho <ilijak@siva.com.mk> |
| 26 | |
| 27 * 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
|
28 |
| 3220 | 29 2013-02-06 Stefan Singer <stefan.singer@freescale.com> |
| 30 Ilija Kocho <ilijak@siva.com.mk> | |
| 31 | |
| 32 * include/freescale_edma.h src/hal_freescale_edma.c: | |
| 33 enhanced endianness support for devices with big and little endian | |
| 34 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
|
35 (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
|
36 |
| 3168 | 37 2012-05-04 Ilija Kocho <ilijak@siva.com.mk> |
| 38 | |
| 39 * cdl/hal_freescale_edma.cdl | |
| 40 * include/freescale_edma.h | |
| 41 * src/hal/freescale_edma.c | |
| 42 Add support for 32 channel eDMA [Bugzilla 1001579] | |
| 43 | |
| 3091 | 44 2012-01-06 Ilija Kocho <ilijak@siva.com.mk> |
| 45 | |
| 46 * cdl/hal_freescale_edma.cdl | |
| 47 * include/freescale_edma.h | |
| 48 * src/hal/freescale_edma.c | |
| 49 New package -- Freescale eDMA DMA controller support [Bugzilla 1001450] | |
| 50 | |
| 51 //=========================================================================== | |
| 52 // ####GPLCOPYRIGHTBEGIN#### | |
| 53 // ------------------------------------------- | |
| 54 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 55 // Copyright (C) 2012 Free Software Foundation, Inc. | |
| 56 // | |
| 57 // This program is free software; you can redistribute it and/or modify | |
| 58 // it under the terms of the GNU General Public License as published by | |
| 59 // the Free Software Foundation; either version 2 or (at your option) any | |
| 60 // later version. | |
| 61 // | |
| 62 // This program is distributed in the hope that it will be useful, but | |
| 63 // WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 64 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
| 65 // General Public License for more details. | |
| 66 // | |
| 67 // You should have received a copy of the GNU General Public License | |
| 68 // along with this program; if not, write to the | |
| 69 // Free Software Foundation, Inc., 51 Franklin Street, | |
| 70 // Fifth Floor, Boston, MA 02110-1301, USA. | |
| 71 // ------------------------------------------- | |
| 72 // ####GPLCOPYRIGHTEND#### | |
| 73 //=========================================================================== |
