Mercurial > flash_v2
view packages/devs/flash/amd/am29xxxxx/current/ChangeLog @ 160:0d0f03f76f6a
Merge from eCos master repository on 2001-06-01-18:52:13-BST
| author | jlarmour |
|---|---|
| date | Fri, 01 Jun 2001 22:16:29 +0000 |
| parents | e2d866e32dac |
| children | ac086aa3217e |
line wrap: on
line source
2001-05-29 Jesper Skov <jskov@redhat.com> * include/flash_am29xxxxx.inl (flash_hwr_init): Call platform init code if defined. 2001-05-28 Jesper Skov <jskov@redhat.com> * include/flash_am29xxxxx.inl: Rewritten to handle bootblock parts, autodetect part and configure accordingly. Fixed erase and program code to work with devices in parallel. Fixed buglet in bootblock detect code. 2001-05-23 Jesper Skov <jskov@redhat.com> * cdl/flash_amd_am29xxxxx.cdl: Links function in RAM. IO driver need not copy. * include/flash_am29xxxxx.inl: Check for WP before trying to erase block. Use P2V macro. 2001-02-23 Jesper Skov <jskov@redhat.com> * include/flash_am29xxxxx.inl (flash_query): Allow device to settle before returning. 2001-02-22 Jesper Skov <jskov@redhat.com> * include/flash_am29xxxxx.inl: Fix typo. Cleaned up, almost working with MBX. Times out when erasing from ROM version of RB. 2001-02-20 Jesper Skov <jskov@redhat.com> * .../amd/am29xxxxx: Cloned from hardwired am29f040b driver. 2000-12-07 Jesper Skov <jskov@redhat.com> * src/flash.h: Addresses and sizes are also affected by interleaving. * src/flash_erase_block.c: Plug in working loop. * src/flash_program_buf.c: Same. 2000-12-06 Jesper Skov <jskov@redhat.com> * src/am29f040b_flash.c (flash_hwr_init): Use new query semantics. * src/flash_query.c (flash_query): Changed accordingly. * src/flash.h (FLASH_Sector_Erase_Timer): Added. * src/flash_erase_block.c: Do not check error flag after operation completes. * src/flash_program_buf.c: Same. 2000-12-05 Jonathan Larmour <jlarmour@redhat.com> * src/am29f040b_flash.c (flash_code_overlaps): Define stext/etext as array types so no assumptions can be made by the compiler about location. 2000-12-05 Jesper Skov <jskov@redhat.com> * Cloned from MBX driver. 2000-10-20 Gary Thomas <gthomas@redhat.com> * src/mbx_flash.c: * src/flash_query.c: * src/flash_program_buf.c: * src/flash_erase_block.c: * src/flash.h: * cdl/flash_mbx.cdl: New package/file(s). //=========================================================================== //####COPYRIGHTBEGIN#### // // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND#### //===========================================================================
