Mercurial > flash_v2
view packages/devs/flash/amd/am29xxxxxv2/current/ChangeLog @ 1762:9c1d9e5039c2
Move dummy init/query/lock/unlock functions to the generic flash code,
and use these in the V2 drivers where appropriate
| author | bartv |
|---|---|
| date | Mon, 29 Nov 2004 00:43:48 +0000 |
| parents | a15c7003d1da |
| children | 42c8ea63b78d |
line wrap: on
line source
2004-11-29 Bart Veer <bartv@ecoscentric.com> * include/am29xxxxx_dev.h, src/am29xxxxx.c, src/am29xxxxx_aux.c: The dummy init/query/lock/unlock functions have been moved to the generic flash package. That also now exports an anonymizer function. 2004-11-22 Bart Veer <bartv@ecoscentric.com> * include/am29xxxxx_dev.h, src/am29xxxxx.c, src/am29xxxxx_aux.c, doc/am29xxxxx.sgml: implement changes to the interface between the generic flash code and the device drivers. * include/am29xxxxx_dev.h: rename cyg_block_info to cyg_flash_block_info 2004-11-21 Bart Veer <bartv@ecoscentric.com> * doc/am29xxxxx.sgml: describe CDL implications for custom locking functions and additional devices. * cdl/flash_am29xxxxx_v2.cdl: CYGHWR_IO_FLASH_DEVICE_V2 is now implicit 2004-11-05 Bart Veer <bartv@ecoscentric.com> * New AM29xxxxx flash driver created //=========================================================================== //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 2004 eCosCentric Limited // // eCos 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. // // eCos 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 eCos; if not, write to the Free Software Foundation, Inc., // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. // // As a special exception, if other files instantiate templates or use macros // or inline functions from this file, or you compile this file and link it // with other works to produce a work based on this file, this file does not // by itself cause the resulting work to be covered by the GNU General Public // License. However the source code for this file must still be made available // in accordance with section (3) of the GNU General Public License. // // This exception does not invalidate any other reasons why a work based on // this file might be covered by the GNU General Public License. // ------------------------------------------- //####ECOSGPLCOPYRIGHTEND#### //===========================================================================
