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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
8 2005-06-29 Jani Monoses <ani@iv.ro>
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
9
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
10 * include/dataflash.h: Allow the package to be compiled without
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
11 io/flash. Return correct value from cyg_dataflash_get_page_count()
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
12
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
13 2004-12-02 Bart Veer <bartv@ecoscentric.com>
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
14
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
15 * include/dataflash.h,
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
16 src/devs_flash_atmel_dataflash_flash_dev_funs.c: include
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
17 <cyg/io/flash_dev.h> explicitly rather than using _FLASH_PRIVATE_
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
18
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
19 2004-11-29 Bart Veer <bartv@ecoscentric.com>
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
20
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
21 (df_flash_hwr_map_error): this is now internal to the driver, no
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
22 longer needed by the generic flash code.
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
23 * src/devs_flash_atmel_dataflash_flash_dev_funs.c: use the dummy
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
24 query/lock/unlock functions provided by the generic flash code
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
25
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
26 2004-11-22 Bart Veer <bartv@ecoscentric.com>
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
27
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
28 * include/dataflash.h, src/devs_flash_atmel_dataflash.c,
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
29 src/devs_flash_atmel_dataflash_flash_dev_funs.c: merge the config
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
30 and priv structures, removing the duplicate spi_dev data in the
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
31 process. Adjust device driver API as per changes to the generic
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
32 flash code.
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
33 * src/devs_flash_atmel_dataflash_flash_dev_funs.c (df_flash_init):
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
34 Rename cyg_block_info to cyg_flash_block_info
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
35
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
36 2004-11-21 Bart Veer <bartv@ecoscentric.com>
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
37
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
38 * cdl/devs_flash_atmel_dataflash.cdl: CYGHWR_IO_FLASH_DEVICE_V2 is
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
39 now implicit
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
40
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
41 2004-11-20 Bart Veer <bartv@ecoscentric.com>
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
42
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
43 * cdl/devs_flash_atmel_dataflash.cdl: data flash requires indirect
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
44 read support in the main flash code.
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
45
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
46 2004-10-07 Savin Zlobec <savin@elatec.si>
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
47
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
48 * include/dataflash.h:
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
49 * src/devs_flash_atmel_dataflash.c:
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
50 Changed the API to be more consistent, included error
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
51 reporting and added blocking/non blocking mode of operation.
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
52 * src/devs_flash_atmel_dataflash_flash_dev_funs.c:
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
53 Synced with new API and set the block size to DataFlash's
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
54 native page size.
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
55
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
56 2004-10-07 Andrew Lunn <andrew.lunn@ascom.ch>
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
57
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
58 * cdl/devs_flash_atmel_dataflash.cdl: Remove
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
59 CYGSEM_IO_FLASH_READ_INDIRECT which only legacy drivers should use
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
60 when they provide a flash_read_buf function. For V2 drivers
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
61 providing a read function in the device structure is sufficient.
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
62
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
63 2004-09-07 Savin Zlobec <savin@elatec.si>
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
64
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
65 * cdl/devs_flash_atmel_dataflash.cdl:
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
66 * include/dataflash.h:
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
67 * src/devs_flash_atmel_dataflash.c:
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
68 * src/devs_flash_atmel_dataflash_flash_dev_funs.c:
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
69 Atmel DataFlash driver implementation.
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
70
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
71
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
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
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
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
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
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
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
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
7e2abfce9b6c Merge flashv2 branch to trunk
jlarmour
parents:
diff changeset
94 //===========================================================================