]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/mips/rm7000/var/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / mips / rm7000 / var / v2_0 / ChangeLog
1 2004-04-22  Jani Monoses <jani@iv.ro>
2
3          * cdl/hal_mips_rm7000.cdl :
4          Invoke tail with stricter syntax that works in latest coreutils. 
5
6 2003-04-10  Nick Garnett  <nickg@balti.calivar.com>
7
8         * src/mips_rm7000.ld: 
9         Added libsupc++.a to GROUP() directive for GCC versions later than
10         3.0.
11
12 2003-04-09  Jonathan Larmour  <jifl@eCosCentric.com>
13
14         * src/mips_rm7000.ld:
15         Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
16
17 2001-08-09  Jonathan Larmour  <jlarmour@redhat.com>
18
19         * include/var_intr.h: Move HAL_INTERRUPT_ interrupt controller
20         access macros here from Ocelot HAL.
21
22 2001-06-25  Jesper Skov  <jskov@redhat.com>
23
24         * include/var_cache.h: Default definition for
25         CYGHWR_HAL_MIPS_RM7000_CACHE_SCRUB_BASE.
26         * src/var_mk_defs.c: export CYGHWR_HAL_MIPS_RM7000_CACHE_SCRUB_BASE.
27         * include/variant.inc: Use CYGHWR_HAL_MIPS_RM7000_CACHE_SCRUB_BASE.
28
29 2001-06-08  Jesper Skov  <jskov@redhat.com>
30
31         * include/variant.inc: Scrub cache according to erratum #31.
32
33         * src/var_mk_defs.c: Added.
34
35         * cdl/hal_mips_rm7000.cdl: Make var_defs.inc.
36
37 2001-05-23  Jesper Skov  <jskov@redhat.com>
38
39         * src/mips_rm7000.ld: Added .2ram handling.
40
41 2001-01-26  Jesper Skov  <jskov@redhat.com>
42
43         * include/variant.inc: Remove hal_intc_decode macro since it's a
44         change needed in arch.
45
46 2001-01-25  Jesper Skov  <jskov@redhat.com>
47
48         * include/variant.inc: Added hal_intc_decode macro which masks the
49         cause register with the status register. Works around what would
50         appear to be a HW bug.
51         
52 2001-01-19  Jesper Skov  <jskov@redhat.com>
53
54         * src/var_misc.c (hal_variant_init): Enable caches.
55
56         * include/variant.inc: Fixed typos in icache clear code.
57
58 2001-01-10  Jesper Skov  <jskov@redhat.com>
59
60         * cdl/hal_mips_rm7000.cdl: Fix typo.
61
62 2000-12-07  Jesper Skov  <jskov@redhat.com>
63
64         * src/var_misc.c (hal_variant_init): Disable caches until flash
65         stuff is working.
66
67 2000-12-06  Jesper Skov  <jskov@redhat.com>
68
69         * src/mips_rm7000.ld: Include extras.o regardless of CYGPKG_IO
70         presence.
71
72         * src/var_misc.c: Enable caches.
73
74 2000-11-30  Jesper Skov  <jskov@redhat.com>
75
76         * Cloned from hal/mips/tx49
77
78 //===========================================================================
79 //####ECOSGPLCOPYRIGHTBEGIN####
80 // -------------------------------------------
81 // This file is part of eCos, the Embedded Configurable Operating System.
82 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
83 //
84 // eCos is free software; you can redistribute it and/or modify it under
85 // the terms of the GNU General Public License as published by the Free
86 // Software Foundation; either version 2 or (at your option) any later version.
87 //
88 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
89 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
90 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
91 // for more details.
92 //
93 // You should have received a copy of the GNU General Public License along
94 // with eCos; if not, write to the Free Software Foundation, Inc.,
95 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
96 //
97 // As a special exception, if other files instantiate templates or use macros
98 // or inline functions from this file, or you compile this file and link it
99 // with other works to produce a work based on this file, this file does not
100 // by itself cause the resulting work to be covered by the GNU General Public
101 // License. However the source code for this file must still be made available
102 // in accordance with section (3) of the GNU General Public License.
103 //
104 // This exception does not invalidate any other reasons why a work based on
105 // this file might be covered by the GNU General Public License.
106 //
107 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
108 // at http://sources.redhat.com/ecos/ecos-license/
109 // -------------------------------------------
110 //####ECOSGPLCOPYRIGHTEND####
111 //===========================================================================