Mercurial > ecos-v3_0-branch
view packages/devs/flash/sst/39vfxxx/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | 50cf5ea58609 |
| children |
line wrap: on
line source
2004-11-29 Bart Veer <bartv@ecoscentric.com> * include/flash_sst_39vfxxx.inl: eliminate hwr_map_error(), no longer needed by the generic flash code. * include/flash_sst_39vfxxx.inl: use the dummy lock/unlock functions provided by the generic flash code. 2004-11-25 Bart Veer <bartv@ecoscentric.com> * cdl/flash_sst_39vfxxx.cdl: this V2 driver relies on the generic flash code to handle the cache 2004-11-22 Bart Veer <bartv@ecoscentric.com> * include/flash_sst_39vfxxx.inl: assume static initialization and adjust const's in various parameters * include/flash_sst_39vfxxx.inl: rename cyg_block_info to cyg_flash_block_info 2004-09-14 Andrew Lunn <andrew.lunn@ascom.ch> * include/flash_sst_39vfxxx.inl: Set the end address to the last valid address in flash, not the first invalid address. 2004-08-06 Andrew Lunn <andrew.lunn@ascom.ch> * include/flash_sst_39vfxxx.inl: The structure declared by CYG_FLASH_FUNS should be static so we can instantiate the driver multiple times. 2004-08-04 Andrew Lunn <andrew.lunn@ascom.ch> * include/flash_sst_39vfxxx.inl: Added support for the SST39VF160 device. 2004-07-16 Andrew Lunn <andrew.lunn@ascom.ch> * include/flash_sst_39vfxxx.inl: Modified the driver to make use of the new flash device API. 2006-12-21 Wang Cui <iucgnaw@msn.com> * include/flash_sst_39vfxxx.inl: Add supported devices: SST39VF160, SST39VF1601, SST39VF1602, SST39VF320, SST39VF3201, SST39VF3202, SST39VF6401, SST39VF6402, 2003-10-02 Roland Ca�ebohm <r.cassebohm@visionsystems.de> * include/flash_sst_39vfxxx.inl: * cdl/flash_sst_39vfxxx.cdl: New package cloned from at29xxxx driver. Supported devices: SST39VF080, SST39VF016 and SST39VF400. //=========================================================================== // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 or (at your option) any // later version. // // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the // Free Software Foundation, Inc., 51 Franklin Street, // Fifth Floor, Boston, MA 02110-1301, USA. // ------------------------------------------- // ####GPLCOPYRIGHTEND#### //===========================================================================
