OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [mips/] [tx49/] [current/] [ChangeLog] - Blame information for rev 838

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2004-04-22  Jani Monoses 
2
 
3
         * cdl/hal_mips_tx49.cdl :
4
         Invoke tail with stricter syntax that works in latest coreutils.
5
 
6
2003-08-06  Andy Dyer 
7
 
8
        * src/mips_tx49.ld:
9
        Removed the "& defined(CYGPKG_IO)" which was causing libextras.a
10
        not to get built for a redboot configuration.  The offsets for the
11
        exception vectors were wrong for a ROM build of redboot.  For
12
        R4000 class mips, the utlb vector is at 0xbfc00200, and the
13
        general exception vector is at 0xbfc00380 Added *.2ram sections
14
        which were missing from the data segment.
15
 
16
2003-04-10  Nick Garnett  
17
 
18
        * src/mips_tx49.ld:
19
        Added libsupc++.a to GROUP() directive for GCC versions later than
20
        3.0.
21
 
22
2003-04-09  Jonathan Larmour  
23
 
24
        * src/mips_tx49.ld:
25
        Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
26
 
27
2000-12-05  Jesper Skov  
28
 
29
        * include/var_cache.h (HAL_MIPS_CACHE_INSN_USES_LSB): The TX49
30
        uses LSB in the cache macro.
31
 
32
2000-09-12  Jesper Skov  
33
 
34
        * include/variant.inc: Enable div-by-zero FPU exceptions.
35
 
36
2000-09-06  Jesper Skov  
37
 
38
        * include/variant.inc: Enable the cache after clearing it.
39
 
40
2000-09-01  Jonathan Larmour  
41
 
42
        * include/var_arch.h: tx49 GDB stubs now use 32-bits internally to
43
        represent registers
44
 
45
2000-08-31  Jonathan Larmour  
46
 
47
        * src/mips_tx49.ld: Use HAL table sections instead of devtab sections
48
 
49
2000-06-06  Jesper Skov  
50
 
51
        * include/var_cache.h: Define HAL_ICACHE_INVALIDATE_ALL which
52
        disables cache during operation.
53
 
54
2000-05-25  Jesper Skov  
55
 
56
        * cdl/hal_mips_tx49.cdl: Use FPU double-LE layout in 32bit mode.
57
 
58
2000-05-24  Jesper Skov  
59
 
60
        * src/mips_tx49.ld: Application contructors run after eCos
61
        constructors.
62
 
63
2000-05-22  Jesper Skov  
64
 
65
        * include/variant.inc: Flush all ways of cache on startup.
66
 
67
        * include/var_cache.h:
68
        * cdl/hal_mips_tx49.cdl: Comment cleanups.
69
 
70
        * include/var_cache.h: Cleaned up. Use arch macros.
71
 
72
2000-05-18  Jesper Skov  
73
 
74
        * src/mips_tx49.ld: Exclude libgcc constructors from CTOR list.
75
 
76
        * cdl/hal_mips_tx49.cdl: Set cache size to 32kB.
77
 
78
2000-05-17  Jesper Skov  
79
 
80
        * src/mips_tx49.ld (hal_virtual_vector_table): Added.
81
 
82
2000-05-16  Jesper Skov  
83
 
84
        * cdl/hal_mips_tx49.cdl: Platform can select FPU mode.
85
 
86
2000-05-15  Jesper Skov  
87
 
88
        * include/variant.inc:
89
        * include/var_cache.h:
90
        The cache-enable bits must be 0 to enable. Enable
91
        caching/writeback for kseg0.
92
 
93
        * src/variant.S:
94
        * include/var_arch.h:
95
        Cleanup.
96
 
97
        * include/variant.inc: Copied in various stuff from VR4300 file.
98
 
99
        * include/var_cache.h: Cleanup. Added enabled macros.
100
 
101
        * cdl/hal_mips_tx49.cdl: Cleanup. Enable FPU.
102
 
103
2000-05-11  Jesper Skov  
104
 
105
        * src/mips_tx49.ld: Workaround minor tool problem.
106
 
107
        * src/variant.S: Emptied.
108
 
109
        * src/mips_tx49.ld: Move vsr to avoid conflict with 'other'
110
        exception entry having vectors in RAM.
111
 
112
        * include/var_arch.h: GDB expects 64 bit registers.
113
 
114
        * cdl/hal_mips_tx49.cdl: Add (disabled) 64 bit related options.
115
 
116
        * src/mips_tx49.ld: Workaround for linker buglet.
117
 
118
        * include/var_cache.h: Minor tweaks.
119
 
120
2000-05-09  Jesper Skov  
121
 
122
        * Cloned from hal/mips/tx39
123
 
124
//===========================================================================
125
// ####GPLCOPYRIGHTBEGIN####
126
// -------------------------------------------
127
// This file is part of eCos, the Embedded Configurable Operating System.
128
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
129
//
130
// This program is free software; you can redistribute it and/or modify
131
// it under the terms of the GNU General Public License as published by
132
// the Free Software Foundation; either version 2 or (at your option) any
133
// later version.
134
//
135
// This program is distributed in the hope that it will be useful, but
136
// WITHOUT ANY WARRANTY; without even the implied warranty of
137
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
138
// General Public License for more details.
139
//
140
// You should have received a copy of the GNU General Public License
141
// along with this program; if not, write to the
142
// Free Software Foundation, Inc., 51 Franklin Street,
143
// Fifth Floor, Boston, MA  02110-1301, USA.
144
// -------------------------------------------
145
// ####GPLCOPYRIGHTEND####
146
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.