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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [mn10300/] [am31/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2004-04-22  Jani Monoses 
2
 
3
         * cdl/hal_mn10300_am31.cdl :
4
         Invoke tail with stricter syntax that works in latest coreutils.
5
 
6
2003-04-10  Nick Garnett  
7
 
8
        * src/mn10300_am31.ld:
9
        Added .eh_frame to data section. This is a stopgap fix to allow
10
        C++ programs that define exceptions to link and run. It does not
11
        allow them to actually throw exceptions, since that depends on
12
        compiler changes that have not been made. Further, more
13
        far-reaching, linker script changes will also be needs when that
14
        happens.
15
 
16
2003-03-14  Bart Veer  
17
 
18
        * src/mn10300_am31.ld: add entries for debug sections, needed by
19
        current tools
20
 
21
2002-05-21  Jesper Skov  
22
 
23
        * include/var_cache.h (HAL_DCACHE_STORE): Fix warning.
24
 
25
2001-10-15  Nick Garnett  
26
 
27
        * src/mn10300_am31.ld: Added test for __GNUC__ >= 3 so that
28
        libsupc++.a can be included. Aparrently the mn10300 compiler is
29
        now GCC3.
30
 
31
2000-09-07  Nick Garnett  
32
 
33
        * include/variant.inc:
34
        Added defines for CYGPKG_HAL_MN10300_INTC_DECODE_DEFINED.
35
 
36
2000-06-21  Nick Garnett  
37
 
38
        * src/mn10300_am31.ld:
39
        Added extra underscore to _stext and _etext.
40
        Switched to new table definition mechanism.
41
 
42
2000-06-07  Nick Garnett  
43
 
44
        * src/mn10300_am31.ld: Added extra underscore to ___NETDEVTAB__.
45
 
46
2000-06-02  Nick Garnett  
47
 
48
        * src/mn10300_am31.ld:
49
        Added support for FSTAB, MTAB and NSTAB analogous to the DEVTAB
50
        and NETDEVTAB support already present. Perhaps we should have a
51
        macro to make this kind of thing tidier.
52
 
53
2000-03-20  Jonathan Larmour  
54
 
55
        * include/variant.inc (SAVED_CONTEXT_PC_OFFSET): New macro to give
56
        variant-specific offset of PC within saved register context
57
 
58
        * include/var_arch.h (HAL_SavedRegisters): Move here from architecture
59
        HAL
60
 
61
2000-03-09  Nick Garnett  
62
 
63
        * src/var_misc.c (cyg_hal_dcache_store):
64
        Substituted an assembly code version of this function to try and
65
        deal with the problems with kcache2. See the embedded comment for
66
        details.
67
 
68
2000-02-16  Jesper Skov  
69
 
70
        * cdl/hal_mn10300_am31.cdl: removed fix me.
71
 
72
2000-01-28  Gary Thomas  
73
 
74
        * src/mn10300_am31.ld: Add support for network package.
75
 
76
1999-12-21  Jonathan Larmour  
77
 
78
        * include/variant.inc: Rename CYG_HAL_USE_ROM_MONITOR_CYGMON ->
79
        CYGSEM_HAL_USE_ROM_MONITOR_CygMon
80
        Rename CYG_HAL_USE_ROM_MONITOR -> CYGSEM_HAL_USE_ROM_MONITOR
81
 
82
        * cdl/hal_mn10300_am31.cdl: Ensure we "puts" to appropriate CDL header
83
 
84
1999-12-02  John Dallaway  
85
 
86
        * cdl/hal_mn10300_am31.cdl:
87
 
88
        Use the  token in custom rules.
89
 
90
1999-12-01  John Dallaway  
91
 
92
        * cdl/hal_mn10300_am31.cdl:
93
 
94
        Use the  token in custom rules.
95
 
96
1999-11-04  John Dallaway  
97
 
98
        * cdl/hal_mn10300_am31.cdl:
99
 
100
        Output custom rule dependency information to .deps files in
101
        the current directory.
102
 
103
        Dispense with the need to create a 'src' sub-directory.
104
 
105
1999-11-03  Jesper Skov  
106
 
107
        * cdl/hal_mn10300_am31.cdl: Added.
108
 
109
1999-10-06  Jonathan Larmour  
110
 
111
        * src/PKGconf.mak: Don't create extras.o here any more
112
 
113
1999-09-10  Jonathan Larmour  
114
 
115
        * src/var_misc.c (cyg_hal_dcache_store): Condition on
116
        CYG_HAL_MN10300_AM31_SIM rather than CYG_HAL_MN10300_SIM
117
 
118
1999-09-10  Nick Garnett  
119
 
120
        * include/variant.inc: Added test to code that installs hardware
121
        interrupt vectors so that it also works in the minimal simulator.
122
        Also changed instance of CYG_HAL_MN10300_SIM to
123
        CYGPKG_HAL_MN10300_AM31_SIM.
124
 
125
1999-09-09  Jonathan Larmour  
126
 
127
        * src/mn10300_am31.ld: Rename CYGPKG_HAL_MN10300_SIM to
128
        CYGPKG_HAL_MN10300_AM31_SIM
129
 
130
1999-08-16  Jonathan Larmour  
131
 
132
        Copy entire package from hal/mn10300/am32
133
 
134
        * include/pkgconf/hal_mn10300_am31.h:
135
        * include/variant.inc:
136
        * include/var_intr.h:
137
        * include/var_arch.h:
138
        * include/var_cache.h:
139
        * src/PKGconf.mak:
140
        * src/mn10300_am31.ld
141
        * src/var_misc.c:
142
        Rename all files and contents of files that mention am32, to am31
143
 
144
1999-08-11  Nick Garnett  
145
 
146
        * include/var_intr.h: Fixed up some typos.
147
 
148
        * include/variant.inc: Moved diagnostic data here into a macro.
149
 
150
1999-08-10  Jonathan Larmour  
151
 
152
        * include/pkgconf/hal_mn10300_am32.h:
153
        reparent CYGPKG_HAL_MN10300_AM32 under CYGPKG_HAL_MN10300_VARIANTS
154
 
155
1999-07-30  Nick Garnett  
156
 
157
        * include/var_intr.h: Moved HAL_INTERRUPT_CONFIGURE() here since
158
        it now has to be variant-specific.
159
        Reorganized and renumbered exceptions.
160
 
161
1999-07-27  Nick Garnett  
162
 
163
        * include/variant.inc: Changed all *_MIPS_* macros to *_MN10300_*.
164
        Added definition of DCR_DE bit.
165
 
166
1999-07-08  Nick Garnett  
167
 
168
        * include/variant.inc:
169
        Added definitions of NMICR, DCR and ISR addresses.
170
        Added hal_cpu_clear_nmid macro.
171
 
172
1999-07-07  Nick Garnett  
173
 
174
        * include/variant.inc:
175
        Added macros to get and set PSW in a CPU specific way.
176
 
177
1999-06-30  Nick Garnett  
178
 
179
        * src/var_misc.c (cyg_hal_dcache_store):
180
        changed name of symbol for testing for SIM build.
181
 
182
        * include/variant.inc:
183
        Added CPU register save and restore macros.
184
 
185
1999-06-29  Nick Garnett  
186
 
187
        * include/var_arch.h:
188
        * include/var_intr.h:
189
        * include/var_cache.h:
190
        * include/variant.inc:
191
        * include/pkgconf/hal_mn10300_am32.h:
192
        * src/PKGconf.mak:
193
        * src/mn10300_am32.ld:
194
        * src/var_misc.c:
195
        Added these files to contain AM32 variant implementations of the
196
        HAL.
197
 
198
 

powered by: WebSVN 2.1.0

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