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