Mercurial > ecos
annotate packages/devs/flash/atmel/dataflash/current/ChangeLog @ 2942:00f713b93ea4
* src/devs_flash_atmel_dataflash.c: Correct bad sector count for
AT45DB642 dataflash device.
* cdl/devs_flash_atmel_dataflash.cdl: Mark CYGPKG_IO_FLASH as the
parent of this package.
| author | sergeig |
|---|---|
| date | Fri, 26 Mar 2010 09:21:38 +0000 |
| parents | 74dbf4c3f2e1 |
| children |
| rev | line source |
|---|---|
|
2942
00f713b93ea4
* src/devs_flash_atmel_dataflash.c: Correct bad sector count for
sergeig
parents:
2729
diff
changeset
|
1 2010-03-25 Daniel Helgason <dhelgason@shaw.ca> |
|
00f713b93ea4
* src/devs_flash_atmel_dataflash.c: Correct bad sector count for
sergeig
parents:
2729
diff
changeset
|
2 |
|
00f713b93ea4
* src/devs_flash_atmel_dataflash.c: Correct bad sector count for
sergeig
parents:
2729
diff
changeset
|
3 * src/devs_flash_atmel_dataflash.c: Correct bad sector count for |
|
00f713b93ea4
* src/devs_flash_atmel_dataflash.c: Correct bad sector count for
sergeig
parents:
2729
diff
changeset
|
4 AT45DB642 dataflash device. |
|
00f713b93ea4
* src/devs_flash_atmel_dataflash.c: Correct bad sector count for
sergeig
parents:
2729
diff
changeset
|
5 * cdl/devs_flash_atmel_dataflash.cdl: Mark CYGPKG_IO_FLASH as the |
|
00f713b93ea4
* src/devs_flash_atmel_dataflash.c: Correct bad sector count for
sergeig
parents:
2729
diff
changeset
|
6 parent of this package. |
|
00f713b93ea4
* src/devs_flash_atmel_dataflash.c: Correct bad sector count for
sergeig
parents:
2729
diff
changeset
|
7 |
| 2628 | 8 2005-06-29 Jani Monoses <ani@iv.ro> |
| 9 | |
| 10 * include/dataflash.h: Allow the package to be compiled without | |
| 11 io/flash. Return correct value from cyg_dataflash_get_page_count() | |
| 12 | |
| 13 2004-12-02 Bart Veer <bartv@ecoscentric.com> | |
| 14 | |
| 15 * include/dataflash.h, | |
| 16 src/devs_flash_atmel_dataflash_flash_dev_funs.c: include | |
| 17 <cyg/io/flash_dev.h> explicitly rather than using _FLASH_PRIVATE_ | |
| 18 | |
| 19 2004-11-29 Bart Veer <bartv@ecoscentric.com> | |
| 20 | |
| 21 (df_flash_hwr_map_error): this is now internal to the driver, no | |
| 22 longer needed by the generic flash code. | |
| 23 * src/devs_flash_atmel_dataflash_flash_dev_funs.c: use the dummy | |
| 24 query/lock/unlock functions provided by the generic flash code | |
| 25 | |
| 26 2004-11-22 Bart Veer <bartv@ecoscentric.com> | |
| 27 | |
| 28 * include/dataflash.h, src/devs_flash_atmel_dataflash.c, | |
| 29 src/devs_flash_atmel_dataflash_flash_dev_funs.c: merge the config | |
| 30 and priv structures, removing the duplicate spi_dev data in the | |
| 31 process. Adjust device driver API as per changes to the generic | |
| 32 flash code. | |
| 33 * src/devs_flash_atmel_dataflash_flash_dev_funs.c (df_flash_init): | |
| 34 Rename cyg_block_info to cyg_flash_block_info | |
| 35 | |
| 36 2004-11-21 Bart Veer <bartv@ecoscentric.com> | |
| 37 | |
| 38 * cdl/devs_flash_atmel_dataflash.cdl: CYGHWR_IO_FLASH_DEVICE_V2 is | |
| 39 now implicit | |
| 40 | |
| 41 2004-11-20 Bart Veer <bartv@ecoscentric.com> | |
| 42 | |
| 43 * cdl/devs_flash_atmel_dataflash.cdl: data flash requires indirect | |
| 44 read support in the main flash code. | |
| 45 | |
| 46 2004-10-07 Savin Zlobec <savin@elatec.si> | |
| 47 | |
| 48 * include/dataflash.h: | |
| 49 * src/devs_flash_atmel_dataflash.c: | |
| 50 Changed the API to be more consistent, included error | |
| 51 reporting and added blocking/non blocking mode of operation. | |
| 52 * src/devs_flash_atmel_dataflash_flash_dev_funs.c: | |
| 53 Synced with new API and set the block size to DataFlash's | |
| 54 native page size. | |
| 55 | |
| 56 2004-10-07 Andrew Lunn <andrew.lunn@ascom.ch> | |
| 57 | |
| 58 * cdl/devs_flash_atmel_dataflash.cdl: Remove | |
| 59 CYGSEM_IO_FLASH_READ_INDIRECT which only legacy drivers should use | |
| 60 when they provide a flash_read_buf function. For V2 drivers | |
| 61 providing a read function in the device structure is sufficient. | |
| 62 | |
| 63 2004-09-07 Savin Zlobec <savin@elatec.si> | |
| 64 | |
| 65 * cdl/devs_flash_atmel_dataflash.cdl: | |
| 66 * include/dataflash.h: | |
| 67 * src/devs_flash_atmel_dataflash.c: | |
| 68 * src/devs_flash_atmel_dataflash_flash_dev_funs.c: | |
| 69 Atmel DataFlash driver implementation. | |
| 70 | |
| 71 | |
| 72 //=========================================================================== | |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
73 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
74 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
75 // This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
76 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. |
| 2628 | 77 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
78 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
79 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
80 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
81 // later version. |
| 2628 | 82 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
83 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
84 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
85 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
86 // General Public License for more details. |
| 2628 | 87 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
88 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
89 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
90 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
91 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
92 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2628
diff
changeset
|
93 // ####GPLCOPYRIGHTEND#### |
| 2628 | 94 //=========================================================================== |
