]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/flash/arm/iq80310/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / flash / arm / iq80310 / v2_0 / ChangeLog
1 2003-09-16  Jani Monoses <jani@iv.ro>
2
3         * src/flash_lock_block.c (flash_lock_block): 
4         * src/flash_unlock_block.c (flash_unlock_block): 
5         * src/flash_erase_block.c (flash_erase_block): 
6         * src/flash_query.c (flash_query): 
7         * src/flash_program_buf.c (flash_program_buf): Put flash functions
8         in RAM using section attributes instead of the old method.
9         * src/iq80310_flash.c (flash_hwr_init): Use generic flash_query_dev. 
10         
11 2003-04-04  Jani Monoses <jani@iv.ro>
12
13         * src/flash_lock_block.c (flash_lock_block): 
14         * src/flash_unlock_block.c (flash_unlock_block): 
15         * src/flash_erase_block.c (flash_erase_block): 
16         * src/flash_query.c (flash_query): 
17         * src/flash_program_buf.c (flash_program_buf): 
18         Cache enabling and disabling are already handled by generic flash
19
20 2002-11-12  Gary Thomas  <gary@mlbassoc.com>
21
22         * cdl/flash_iq80310.cdl: New Xscale platforms layout.
23
24 2002-04-16  Jonathan Larmour  <jlarmour@redhat.com>
25
26         * cdl/flash_iq80310.cdl: Invoke $(CC) with $(CFLAGS) to ensure the
27         correct flags are passed.
28
29 2001-09-28  Jonathan Larmour  <jlarmour@redhat.com>
30
31         * src/iq80310_flash.c (flash_hwr_init): Only re-enable icache if it
32         was enabled before.
33
34 2001-08-04  Mark Salter  <msalter@redhat.com>
35
36         * src/flash.h (FLASH_P2V): First 4K of flash now mapped at 0xd0000000.
37
38 2001-06-11  Gary Thomas  <gthomas@redhat.com>
39
40         * src/iq80310_flash.c: Remove dependency on printf() via user functions.
41
42 2001-05-23  Jesper Skov  <jskov@redhat.com>
43
44         * cdl/flash_iq80310.cdl: Needs IO controller to copy functions to
45         RAM.
46
47 2000-12-05  Jonathan Larmour  <jlarmour@redhat.com>
48
49         * src/iq80310_flash.c (flash_code_overlaps): Define stext/etext
50         as array types so no assumptions can be made by the compiler about
51         location.
52
53 2000-11-22  Mark Salter  <msalter@redhat.com>
54
55         * src/flash_unlock_block.c (flash_unlock_block): Fix broken
56         read of lock bits.
57
58 2000-11-19  Mark Salter  <msalter@redhat.com>
59
60         * src/flash_unlock_block.c (flash_unlock_block): Fix lock state
61         query to properly use FLASH_P2V macro. Don't issue lock state
62         query for block we are unlocking.
63
64         * src/flash_program_buf.c (flash_program_buf): Fix code to skip
65         over Yavapai registers in flash memory space.
66
67 //===========================================================================
68 //####ECOSGPLCOPYRIGHTBEGIN####
69 // -------------------------------------------
70 // This file is part of eCos, the Embedded Configurable Operating System.
71 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
72 //
73 // eCos is free software; you can redistribute it and/or modify it under
74 // the terms of the GNU General Public License as published by the Free
75 // Software Foundation; either version 2 or (at your option) any later version.
76 //
77 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
78 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
79 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
80 // for more details.
81 //
82 // You should have received a copy of the GNU General Public License along
83 // with eCos; if not, write to the Free Software Foundation, Inc.,
84 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
85 //
86 // As a special exception, if other files instantiate templates or use macros
87 // or inline functions from this file, or you compile this file and link it
88 // with other works to produce a work based on this file, this file does not
89 // by itself cause the resulting work to be covered by the GNU General Public
90 // License. However the source code for this file must still be made available
91 // in accordance with section (3) of the GNU General Public License.
92 //
93 // This exception does not invalidate any other reasons why a work based on
94 // this file might be covered by the GNU General Public License.
95 //
96 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
97 // at http://sources.redhat.com/ecos/ecos-license/
98 // -------------------------------------------
99 //####ECOSGPLCOPYRIGHTEND####
100 //===========================================================================