]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/flash/arm/ebsa285/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / flash / arm / ebsa285 / v2_0 / ChangeLog
1 2003-09-14  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * src/flash_query.c (flash_query): Casts to stop warnings.
4         * src/flash_program_buf.c (flash_program_buf): Fixed compiler warning.
5         * src/ebsa285_flash.c: include diag.h header file to stop warning.
6
7 2003-09-12  Jani Monoses <jani@iv.ro>
8
9         * src/flash_erase_block.c (flash_erase_block): 
10         * src/flash_query.c (flash_query): 
11         * src/flash_program_buf.c (flash_program_buf): Put flash functions
12         in RAM using section attributes instead of the old method.
13         * src/ebsa285_flash.c (flash_hwr_init): Use generic flash_query_dev. 
14         
15 2003-04-03  Jani Monoses <jani@iv.ro>
16
17         * src/flash_erase_block.c (flash_erase_block): 
18         * src/flash_query.c (flash_query): 
19         * src/flash_program_buf.c (flash_program_buf):
20         Cache enabling and disabling are already handled by generic flash
21
22 2001-09-28  Jonathan Larmour  <jlarmour@redhat.com>
23
24         * src/ebsa285_flash.c (flash_hwr_init): Only re-enable icache if it
25         was enabled before.
26
27 2001-07-11  Andrew Lunn <andrew.lunn@ascom.ch>
28
29         * src/flash.h:
30         * src/ebsa285_flash.c (flash_hwr_init): Support new device 28F008SC.
31
32 2001-06-11  Gary Thomas  <gthomas@redhat.com>
33
34         * src/ebsa285_flash.c: Remove dependency on printf() via user functions.
35
36 2001-05-23  Jesper Skov  <jskov@redhat.com>
37
38         * cdl/flash_ebsa285.cdl: Needs IO controller to copy functions to
39         RAM.
40
41 2000-12-05  Jonathan Larmour  <jlarmour@redhat.com>
42
43         * src/ebsa285_flash.c (flash_code_overlaps): Define stext/etext
44         as array types so no assumptions can be made by the compiler about
45         location.
46
47 2000-08-29  Gary Thomas  <gthomas@redhat.com>
48
49         * src/ebsa285_flash.c: Improve error decoding.
50
51 2000-08-22  Hugo Tyson  <hmt@cygnus.co.uk>
52
53         * src/ebsa285_flash.c (flash_hwr_init): Add
54         HAL_ICACHE_DISABLE/ENABLE pairs around calls to RAM copy of query
55         function - this is necessary to get reliable operation on EBSA285
56         and similar.  Otherwise, what is in the instruction cache might be
57         run instead.
58
59 2000-08-15  Gary Thomas  <gthomas@redhat.com>
60
61         * src/ebsa285_flash.c (flash_code_overlaps): 
62         stext,etext now are _stext,_etext
63
64 2000-08-14  Gary Thomas  <gthomas@redhat.com>
65
66         * src/ebsa285_flash.c: New file(s).
67
68 //===========================================================================
69 //####ECOSGPLCOPYRIGHTBEGIN####
70 // -------------------------------------------
71 // This file is part of eCos, the Embedded Configurable Operating System.
72 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
73 //
74 // eCos is free software; you can redistribute it and/or modify it under
75 // the terms of the GNU General Public License as published by the Free
76 // Software Foundation; either version 2 or (at your option) any later version.
77 //
78 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
79 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
80 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
81 // for more details.
82 //
83 // You should have received a copy of the GNU General Public License along
84 // with eCos; if not, write to the Free Software Foundation, Inc.,
85 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
86 //
87 // As a special exception, if other files instantiate templates or use macros
88 // or inline functions from this file, or you compile this file and link it
89 // with other works to produce a work based on this file, this file does not
90 // by itself cause the resulting work to be covered by the GNU General Public
91 // License. However the source code for this file must still be made available
92 // in accordance with section (3) of the GNU General Public License.
93 //
94 // This exception does not invalidate any other reasons why a work based on
95 // this file might be covered by the GNU General Public License.
96 //
97 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
98 // at http://sources.redhat.com/ecos/ecos-license/
99 // -------------------------------------------
100 //####ECOSGPLCOPYRIGHTEND####
101 //===========================================================================