]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/flash/arm/at91/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / devs / flash / arm / at91 / v2_0 / ChangeLog
1 2006-05-23  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * src/at91_flash.c: Support for the AT91SAM7X devices.
4
5 2006-02-19  Oliver Munz <munz@speag.ch>
6         
7         * src/at91_flash.c: Optimize the cyg_uint32 page.
8           Make the lock/unlock functions work.
9
10 2006-02-19  Oliver Munz <munz@speag.ch>
11             Andrew Lunn <andrew.lunn@ascom.ch>
12
13         * src/at91_flash.c: 
14         * cdl/flash_at91.cdl: .
15         * ChangeLog: Flash driver for the AT91 Embedded Flash controller,
16           e.g. the AT91SAM7S devices.
17
18 //===========================================================================
19 //####ECOSGPLCOPYRIGHTBEGIN####
20 // -------------------------------------------
21 // This file is part of eCos, the Embedded Configurable Operating System.
22 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
23 // Copyright (C) 2006 eCosCentric Ltd
24 // Copyright (C) 2006 Andrew Lunn <andrew.lunn@ascom.ch>
25 //
26 // eCos is free software; you can redistribute it and/or modify it under
27 // the terms of the GNU General Public License as published by the Free
28 // Software Foundation; either version 2 or (at your option) any later version.
29 //
30 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
31 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
32 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
33 // for more details.
34 //
35 // You should have received a copy of the GNU General Public License along
36 // with eCos; if not, write to the Free Software Foundation, Inc.,
37 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
38 //
39 // As a special exception, if other files instantiate templates or use macros
40 // or inline functions from this file, or you compile this file and link it
41 // with other works to produce a work based on this file, this file does not
42 // by itself cause the resulting work to be covered by the GNU General Public
43 // License. However the source code for this file must still be made available
44 // in accordance with section (3) of the GNU General Public License.
45 //
46 // This exception does not invalidate any other reasons why a work based on
47 // this file might be covered by the GNU General Public License.
48 // -------------------------------------------
49 //####ECOSGPLCOPYRIGHTEND####
50 //===========================================================================