1 |
786 |
skrzyp |
2008-09-19 Lars Poeschel
|
2 |
|
|
|
3 |
|
|
* include/variant.inc:
|
4 |
|
|
* include/var_cache.h: Support the cache of the mb91301 variant, uses it as
|
5 |
|
|
4 kb instruction cache.
|
6 |
|
|
|
7 |
|
|
2008-07-01 Lars Poeschel
|
8 |
|
|
|
9 |
|
|
* src/fr30_md91301.ld: Reworked memory layout for flash support.
|
10 |
|
|
* src/hal_diag.c: Little updates in serial0 configuration registers.
|
11 |
|
|
* src/variant.S: Made it possible for the platform to override
|
12 |
|
|
variants rom vectors.
|
13 |
|
|
* include/variant.inc: Moved macros for sdram config addresses to platform.
|
14 |
|
|
|
15 |
|
|
2007-07-09 Lars Poeschel
|
16 |
|
|
|
17 |
|
|
* src/fr30_md91301.ld:
|
18 |
|
|
* src/hal_diag.c:
|
19 |
|
|
* src/var_misc.c:
|
20 |
|
|
* include/hal_diag.h:
|
21 |
|
|
* include/var_arch.h:
|
22 |
|
|
* include/variant.inc:
|
23 |
|
|
* include/var_intr.h:
|
24 |
|
|
* cdl/hal_fr30_mb91301.cdl: Initial fr30 ecos port
|
25 |
|
|
|
26 |
|
|
//===========================================================================
|
27 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
28 |
|
|
// -------------------------------------------
|
29 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
30 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
31 |
|
|
//
|
32 |
|
|
// This program is free software; you can redistribute it and/or modify
|
33 |
|
|
// it under the terms of the GNU General Public License as published by
|
34 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
35 |
|
|
// later version.
|
36 |
|
|
//
|
37 |
|
|
// This program is distributed in the hope that it will be useful, but
|
38 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
39 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
40 |
|
|
// General Public License for more details.
|
41 |
|
|
//
|
42 |
|
|
// You should have received a copy of the GNU General Public License
|
43 |
|
|
// along with this program; if not, write to the
|
44 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
45 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
46 |
|
|
// -------------------------------------------
|
47 |
|
|
// ####GPLCOPYRIGHTEND####
|
48 |
|
|
//===========================================================================
|