]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/flash/arm/sa1100mm/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / flash / arm / sa1100mm / v2_0 / ChangeLog
1 2003-09-12  Jani Monoses <jani@iv.ro>
2
3         * src/flash_erase_block.c (flash_erase_block): 
4         * src/flash_query.c (flash_query): 
5         * src/flash_program_buf.c (flash_program_buf): Put flash functions
6         in RAM using section attributes instead of the old method.
7         * src/sa1100mm_flash.c (flash_hwr_init): Use generic flash_query_dev. 
8
9 2002-04-03  Jani Monoses <jani@iv.ro>
10
11         * src/flash_erase_block.c (flash_erase_block): 
12         * src/flash_query.c (flash_query): 
13         * src/flash_program_buf.c (flash_program_buf):
14         Cache enabling and disabling are already handled by generic flash
15
16 2001-09-28  Jonathan Larmour  <jlarmour@redhat.com>
17
18         * src/sa1100mm_flash.c (flash_hwr_init): Only re-enable icache if it
19         was enabled before.
20
21 2001-06-11  Gary Thomas  <gthomas@redhat.com>
22
23         * src/sa1100mm_flash.c: Remove dependency on printf() via user functions.
24
25 2001-05-23  Jesper Skov  <jskov@redhat.com>
26
27         * cdl/flash_sa1100mm.cdl: Needs IO controller to copy functions to
28         RAM.
29
30 2000-12-05  Jonathan Larmour  <jlarmour@redhat.com>
31
32         * src/sa1100mm_flash.c (flash_code_overlaps): Define stext/etext
33         as array types so no assumptions can be made by the compiler about
34         location.
35
36 2000-10-25  Drew Moseley  <dmoseley@redhat.com>
37
38         * src/sa1100mm_flash.c: New file.  Support for SA1100 Multimedia
39         board.
40         * src/flash_query.c: Ditto.
41         * src/flash_program_buf.c: Ditto.
42         * src/flash_erase_block.c: Ditto.
43         * src/flash.h: Ditto.
44         * cdl/flash_sa1100mm.cdl: Ditto.
45         * ChangeLog: Ditto.
46
47 //===========================================================================
48 //####ECOSGPLCOPYRIGHTBEGIN####
49 // -------------------------------------------
50 // This file is part of eCos, the Embedded Configurable Operating System.
51 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
52 //
53 // eCos is free software; you can redistribute it and/or modify it under
54 // the terms of the GNU General Public License as published by the Free
55 // Software Foundation; either version 2 or (at your option) any later version.
56 //
57 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
58 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
59 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
60 // for more details.
61 //
62 // You should have received a copy of the GNU General Public License along
63 // with eCos; if not, write to the Free Software Foundation, Inc.,
64 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
65 //
66 // As a special exception, if other files instantiate templates or use macros
67 // or inline functions from this file, or you compile this file and link it
68 // with other works to produce a work based on this file, this file does not
69 // by itself cause the resulting work to be covered by the GNU General Public
70 // License. However the source code for this file must still be made available
71 // in accordance with section (3) of the GNU General Public License.
72 //
73 // This exception does not invalidate any other reasons why a work based on
74 // this file might be covered by the GNU General Public License.
75 //
76 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
77 // at http://sources.redhat.com/ecos/ecos-license/
78 // -------------------------------------------
79 //####ECOSGPLCOPYRIGHTEND####
80 //===========================================================================