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