]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/flash/powerpc/viper/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / flash / powerpc / viper / v2_0 / ChangeLog
1 2003-09-05  Gary Thomas  <gary@mlbassoc.com>
2
3         * src/viper_flash.c: Need <pkgconf.h> to make platform decisions!
4
5 2003-08-19  Gary Thomas  <gary@mlbassoc.com>
6
7         * src/viper_flash.c: Support new board layout which has 16bit
8         wide FLASH devices.
9         
10         * cdl/flash_viper.cdl: Add new 8MB device AM29LV640.
11
12 2002-06-24  Gary Thomas  <gary@chez-thomas.org>
13
14         * cdl/flash_viper.cdl: Old devices use AM29LV800 chip.
15
16 2002-06-20  Gary Thomas  <gary@chez-thomas.org>
17
18         * src/flash_query.c: 
19         * src/flash_program_buf.c: 
20         * src/flash_erase_block.c: 
21         * src/flash.h: Removed file(s).
22
23         * src/viper_flash.c: 
24         * cdl/flash_viper.cdl: Update to use generic AMD FLASH drivers.
25
26 2001-06-11  Gary Thomas  <gthomas@redhat.com>
27
28         * src/viper_flash.c: Remove dependency on printf() via user functions.
29
30 2001-05-23  Jesper Skov  <jskov@redhat.com>
31
32         * cdl/flash_viper.cdl: Needs IO controller to copy functions to
33         RAM.
34
35 2001-01-22  Gary Thomas  <gthomas@redhat.com>
36
37         * src/viper_flash.c: 
38         * src/flash_query.c: 
39         * src/flash_program_buf.c: 
40         * src/flash_erase_block.c: 
41         * src/flash.h: 
42         * cdl/flash_viper.cdl: New package/file(s).
43
44 //===========================================================================
45 //####ECOSGPLCOPYRIGHTBEGIN####
46 // -------------------------------------------
47 // This file is part of eCos, the Embedded Configurable Operating System.
48 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
49 //
50 // eCos is free software; you can redistribute it and/or modify it under
51 // the terms of the GNU General Public License as published by the Free
52 // Software Foundation; either version 2 or (at your option) any later version.
53 //
54 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
55 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
56 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
57 // for more details.
58 //
59 // You should have received a copy of the GNU General Public License along
60 // with eCos; if not, write to the Free Software Foundation, Inc.,
61 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
62 //
63 // As a special exception, if other files instantiate templates or use macros
64 // or inline functions from this file, or you compile this file and link it
65 // with other works to produce a work based on this file, this file does not
66 // by itself cause the resulting work to be covered by the GNU General Public
67 // License. However the source code for this file must still be made available
68 // in accordance with section (3) of the GNU General Public License.
69 //
70 // This exception does not invalidate any other reasons why a work based on
71 // this file might be covered by the GNU General Public License.
72 //
73 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
74 // at http://sources.redhat.com/ecos/ecos-license/
75 // -------------------------------------------
76 //####ECOSGPLCOPYRIGHTEND####
77 //===========================================================================