Mercurial > ecos
annotate packages/hal/cortexm/kinetis/var/current/ChangeLog @ 3169:d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
| author | vae |
|---|---|
| date | Wed, 09 May 2012 22:14:17 +0000 |
| parents | 25656c49d55e |
| children | 7e86d66e57e3 |
| rev | line source |
|---|---|
|
3169
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
1 2012-05-04 Ilija Kocho <ilijak@siva.com.mk> |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
2 |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
3 * cdl/hal_cortexm_kinetis.cdl: |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
4 * src/kinetis_clocking.cdl: |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
5 * src/kinetis_clocking.c: |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
6 * include/hal_cache.h |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
7 * include/var_io_lmem.h: |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
8 * include/var_io_ddrmc.h: |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
9 * include/var_io_devs.h: |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
10 * include/var_io.h: |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
11 * src/kinetis_ddram.c: |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
12 * src/kinetis_misc.c: |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
13 Add: Clocking support for PLL1 (K70), DDRAM controller |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
14 Cache, eDMA - 32 chan. [Bugzilla 1001579] |
|
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
15 |
|
3137
25656c49d55e
* ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents:
3087
diff
changeset
|
16 2012-01-11 Tomas Frydrych <tomas@sleepfive.com> |
|
25656c49d55e
* ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents:
3087
diff
changeset
|
17 |
|
25656c49d55e
* ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents:
3087
diff
changeset
|
18 * include/var_io.h: |
|
25656c49d55e
* ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents:
3087
diff
changeset
|
19 Allow for overriding of CYGHWR_HAL_KINETIS_SIM_SCGC?_ALL_M mask |
|
25656c49d55e
* ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents:
3087
diff
changeset
|
20 from platform definitions. |
|
25656c49d55e
* ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents:
3087
diff
changeset
|
21 |
|
25656c49d55e
* ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents:
3087
diff
changeset
|
22 * include/var_io_devs.h: |
|
25656c49d55e
* ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents:
3087
diff
changeset
|
23 Define base pointer for SLCD controller |
|
25656c49d55e
* ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents:
3087
diff
changeset
|
24 |
| 3087 | 25 2012-01-05 Ilija Kocho <ilijak@siva.com.mk> |
| 26 | |
|
3169
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
27 * cdl/kinetis_irq_scheme.cdl |
| 3087 | 28 Centralized IRQ priority scheme. |
| 29 | |
| 30 * cdl/hal_cortexm_kinetis.cdl: | |
| 31 * cdl/kinetis_flexbus.cdl | |
| 32 * include/var_io_devs.h: | |
| 33 * include/var_io.h: | |
| 34 * src/kinetis_clocking.c: | |
| 35 * src/kinetis_misc.c: | |
| 36 Add I/O defs for eDMA, DSPI. Add flexbus control. | |
| 37 CYG_HAL_STARTUP parenthed bt CYG_HAL_STARTUP_ENV. | |
| 38 Early clock start [Bugzilla 1001450] | |
| 39 | |
| 3069 | 40 2011-11-15 Tomas Frydrych <tomas@sleepfive.com> |
| 41 | |
| 42 * include/var_io_gpio.h: | |
| 43 Convenience macros for manipulating GPIO pins. | |
| 44 | |
| 3056 | 45 2011-10-19 Ilija Kocho <ilijak@siva.com.mk> |
| 46 | |
| 47 * cdl/hal_cortexm_kinetis.cdl: | |
| 48 * cdl/kinetis_clocking.cdl: | |
| 49 * src/hal_diag.c: | |
| 50 * src/kinetis_misc.c: | |
| 51 * src/kinetis_clocking.c: | |
| 52 * include/hal_cache.h: | |
| 53 * include/hal_diag.h: | |
| 54 * include/plf_stub.h: | |
| 55 * include/variant.inc: | |
| 56 * include/var_arch.h: | |
| 57 * include/var_intr.h: | |
| 58 * include/var_io.h: | |
| 59 * include/var_io_devs.h: | |
| 60 * include/var_io_flexbus.h: | |
| 61 * include/pkgconf/mlt_kinetis_flash_sram2s_rom.h | |
| 62 * include/pkgconf/mlt_kinetis_flash_sram2s_rom.ldi | |
| 63 * include/pkgconf/mlt_kinetis_flash_sram2s_sram.h | |
| 64 * include/pkgconf/mlt_kinetis_flash_sram2s_sram.ldi | |
| 65 * include/pkgconf/mlt_kinetis_flash_unisram_rom.h | |
| 66 * include/pkgconf/mlt_kinetis_flash_unisram_rom.ldi | |
| 67 * include/pkgconf/mlt_kinetis_flash_unisram_sram.h | |
| 68 * include/pkgconf/mlt_kinetis_flash_unisram_sram.ldi | |
| 69 * include/pkgconf/mlt_kinetis_flexnvm_sram2s_rom.h | |
| 70 * include/pkgconf/mlt_kinetis_flexnvm_sram2s_rom.ldi | |
| 71 * include/pkgconf/mlt_kinetis_flexnvm_sram2s_sram.h | |
| 72 * include/pkgconf/mlt_kinetis_flexnvm_sram2s_sram.ldi | |
| 73 * include/pkgconf/mlt_kinetis_flexnvm_unisram_rom.h | |
| 74 * include/pkgconf/mlt_kinetis_flexnvm_unisram_rom.ldi | |
| 75 * include/pkgconf/mlt_kinetis_flexnvm_unisram_sram.h | |
| 76 * include/pkgconf/mlt_kinetis_flexnvm_unisram_sram.ldi | |
| 77 New package -- Freescale Kinetis variant HAL. | |
| 78 | |
| 79 //=========================================================================== | |
| 80 // ####GPLCOPYRIGHTBEGIN#### | |
| 81 // ------------------------------------------- | |
| 82 // This file is part of eCos, the Embedded Configurable Operating System. | |
|
3169
d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents:
3137
diff
changeset
|
83 // Copyright (C) 2011 Free Software Foundation, Inc. |
| 3056 | 84 // |
| 85 // This program is free software; you can redistribute it and/or modify | |
| 86 // it under the terms of the GNU General Public License as published by | |
| 87 // the Free Software Foundation; either version 2 or (at your option) any | |
| 88 // later version. | |
| 89 // | |
| 90 // This program is distributed in the hope that it will be useful, but | |
| 91 // WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 92 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
| 93 // General Public License for more details. | |
| 94 // | |
| 95 // You should have received a copy of the GNU General Public License | |
| 96 // along with this program; if not, write to the | |
| 97 // Free Software Foundation, Inc., 51 Franklin Street, | |
| 98 // Fifth Floor, Boston, MA 02110-1301, USA. | |
| 99 // ------------------------------------------- | |
| 100 // ####GPLCOPYRIGHTEND#### | |
| 101 //=========================================================================== |
