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