Mercurial > ecos
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3168:2a048cafed94 | 3169:d739dc63d0e7 |
|---|---|
| 1 2012-05-04 Ilija Kocho <ilijak@siva.com.mk> | |
| 2 | |
| 3 * cdl/hal_cortexm_kinetis.cdl: | |
| 4 * src/kinetis_clocking.cdl: | |
| 5 * src/kinetis_clocking.c: | |
| 6 * include/hal_cache.h | |
| 7 * include/var_io_lmem.h: | |
| 8 * include/var_io_ddrmc.h: | |
| 9 * include/var_io_devs.h: | |
| 10 * include/var_io.h: | |
| 11 * src/kinetis_ddram.c: | |
| 12 * src/kinetis_misc.c: | |
| 13 Add: Clocking support for PLL1 (K70), DDRAM controller | |
| 14 Cache, eDMA - 32 chan. [Bugzilla 1001579] | |
| 15 | |
| 1 2012-01-11 Tomas Frydrych <tomas@sleepfive.com> | 16 2012-01-11 Tomas Frydrych <tomas@sleepfive.com> |
| 2 | 17 |
| 3 * include/var_io.h: | 18 * include/var_io.h: |
| 4 Allow for overriding of CYGHWR_HAL_KINETIS_SIM_SCGC?_ALL_M mask | 19 Allow for overriding of CYGHWR_HAL_KINETIS_SIM_SCGC?_ALL_M mask |
| 5 from platform definitions. | 20 from platform definitions. |
| 7 * include/var_io_devs.h: | 22 * include/var_io_devs.h: |
| 8 Define base pointer for SLCD controller | 23 Define base pointer for SLCD controller |
| 9 | 24 |
| 10 2012-01-05 Ilija Kocho <ilijak@siva.com.mk> | 25 2012-01-05 Ilija Kocho <ilijak@siva.com.mk> |
| 11 | 26 |
| 12 * cdl/kinetis_irq_scheme.cdl | 27 * cdl/kinetis_irq_scheme.cdl |
| 13 Centralized IRQ priority scheme. | 28 Centralized IRQ priority scheme. |
| 14 | 29 |
| 15 * cdl/hal_cortexm_kinetis.cdl: | 30 * cdl/hal_cortexm_kinetis.cdl: |
| 16 * cdl/kinetis_flexbus.cdl | 31 * cdl/kinetis_flexbus.cdl |
| 17 * include/var_io_devs.h: | 32 * include/var_io_devs.h: |
| 63 | 78 |
| 64 //=========================================================================== | 79 //=========================================================================== |
| 65 // ####GPLCOPYRIGHTBEGIN#### | 80 // ####GPLCOPYRIGHTBEGIN#### |
| 66 // ------------------------------------------- | 81 // ------------------------------------------- |
| 67 // This file is part of eCos, the Embedded Configurable Operating System. | 82 // This file is part of eCos, the Embedded Configurable Operating System. |
| 68 // Copyright (C) 2011, 2012 Free Software Foundation, Inc. | 83 // Copyright (C) 2011 Free Software Foundation, Inc. |
| 69 // | 84 // |
| 70 // This program is free software; you can redistribute it and/or modify | 85 // This program is free software; you can redistribute it and/or modify |
| 71 // it under the terms of the GNU General Public License as published by | 86 // it under the terms of the GNU General Public License as published by |
| 72 // the Free Software Foundation; either version 2 or (at your option) any | 87 // the Free Software Foundation; either version 2 or (at your option) any |
| 73 // later version. | 88 // later version. |
