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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [mn10300/] [am31/] [v2_0/] [ChangeLog] - Blame information for rev 174

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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