annotate packages/devs/flash/amd/am29xxxxxv2/current/ChangeLog @ 1749:80232dbac7fb

Flash API clean-ups
author bartv
date Mon, 22 Nov 2004 12:05:55 +0000
parents 6588c38f09cf
children a15c7003d1da
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1749
80232dbac7fb Flash API clean-ups
bartv
parents: 1748
diff changeset
1 2004-11-22 Bart Veer <bartv@ecoscentric.com>
80232dbac7fb Flash API clean-ups
bartv
parents: 1748
diff changeset
2
80232dbac7fb Flash API clean-ups
bartv
parents: 1748
diff changeset
3 * include/am29xxxxx_dev.h: rename cyg_block_info to
80232dbac7fb Flash API clean-ups
bartv
parents: 1748
diff changeset
4 cyg_flash_block_info
80232dbac7fb Flash API clean-ups
bartv
parents: 1748
diff changeset
5
1745
49e24a462730 Clean up flash configury
bartv
parents: 1739
diff changeset
6 2004-11-21 Bart Veer <bartv@ecoscentric.com>
49e24a462730 Clean up flash configury
bartv
parents: 1739
diff changeset
7
1748
6588c38f09cf Document some CDL issues for complex setups
bartv
parents: 1745
diff changeset
8 * doc/am29xxxxx.sgml: describe CDL implications for custom locking
6588c38f09cf Document some CDL issues for complex setups
bartv
parents: 1745
diff changeset
9 functions and additional devices.
6588c38f09cf Document some CDL issues for complex setups
bartv
parents: 1745
diff changeset
10
1745
49e24a462730 Clean up flash configury
bartv
parents: 1739
diff changeset
11 * cdl/flash_am29xxxxx_v2.cdl: CYGHWR_IO_FLASH_DEVICE_V2 is now
49e24a462730 Clean up flash configury
bartv
parents: 1739
diff changeset
12 implicit
49e24a462730 Clean up flash configury
bartv
parents: 1739
diff changeset
13
1739
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
14 2004-11-05 Bart Veer <bartv@ecoscentric.com>
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
15
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
16 * New AM29xxxxx flash driver created
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
17
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
18 //===========================================================================
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
19 //####ECOSGPLCOPYRIGHTBEGIN####
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
20 // -------------------------------------------
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
21 // This file is part of eCos, the Embedded Configurable Operating System.
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
22 // Copyright (C) 2004 eCosCentric Limited
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
23 //
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
24 // eCos is free software; you can redistribute it and/or modify it under
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
25 // the terms of the GNU General Public License as published by the Free
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
26 // Software Foundation; either version 2 or (at your option) any later version.
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
27 //
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
28 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
29 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
30 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
31 // for more details.
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
32 //
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
33 // You should have received a copy of the GNU General Public License along
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
34 // with eCos; if not, write to the Free Software Foundation, Inc.,
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
35 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
36 //
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
37 // As a special exception, if other files instantiate templates or use macros
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
38 // or inline functions from this file, or you compile this file and link it
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
39 // with other works to produce a work based on this file, this file does not
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
40 // by itself cause the resulting work to be covered by the GNU General Public
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
41 // License. However the source code for this file must still be made available
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
42 // in accordance with section (3) of the GNU General Public License.
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
43 //
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
44 // This exception does not invalidate any other reasons why a work based on
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
45 // this file might be covered by the GNU General Public License.
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
46 // -------------------------------------------
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
47 //####ECOSGPLCOPYRIGHTEND####
1773ef378c6f Add new AM29xxxxx V2 flash driver
bartv
parents:
diff changeset
48 //===========================================================================