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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [mips/] [tx39/] [v2_0/] [ChangeLog] - Blame information for rev 573

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

Line No. Rev Author Line
1 27 unneback
2003-04-10  Nick Garnett  
2
 
3
        * src/mips_tx39.ld:
4
        Added libsupc++.a to GROUP() directive for GCC versions later than
5
        3.0.
6
 
7
2003-04-09  Jonathan Larmour  
8
 
9
        * src/mips_tx39.ld:
10
        Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
11
 
12
2000-10-20  Jesper Skov  
13
 
14
        * include/var_cache.h (HAL_DCACHE_INVALIDATE_ALL): Move volatile
15
        keyword before type.
16
 
17
2000-08-03  Jonathan Larmour  
18
 
19
        * src/mips_tx39.ld: Revert below change. It was correct before.
20
 
21
2000-06-21  Nick Garnett  
22
 
23
        * src/mips_tx39.ld:
24
        Added underscore to _stext and _etext.
25
        Switched to new table definition mechanism.
26
 
27
2000-06-06  Jesper Skov  
28
 
29
        * include/var_intr.h (HAL_INTERRUPT_ACKNOWLEDGE,
30
        HAL_INTERRUPT_CONFIGURE): Change the right bits.
31
        (Haruki Kashiwaya)
32
 
33
2000-04-06  Jonathan Larmour  
34
 
35
        * src/mips_tx39.ld: Define __CTOR_LIST__, __CTOR_END__, __DTOR_LIST__,
36
        __DTOR_END__ regardless, for compatibility with old toolchains
37
 
38
2000-04-04  Jonathan Larmour  
39
 
40
        * src/mips_tx39.ld: Make sure some potentially empty sections are
41
        output. Replace __rom_data_start which was accidentally removed.
42
        Split lit section into lit8 and lit4.
43
 
44
2000-03-16  Jonathan Larmour  
45
 
46
        * src/mips_tx39.ld: Update from latest "mips-tx39-elf-ld --verbose"
47
        output so that it properly reflects what the tools expect
48
 
49
2000-02-23  Jonathan Larmour  
50
 
51
        * include/var_intr.h: CYG_HAL_MIPS_SIM -> CYGPKG_HAL_MIPS_SIM
52
 
53
2000-02-16  Jesper Skov  
54
 
55
        * cdl/hal_mips_tx39.cdl: removed fix me.
56
 
57
2000-01-28  Gary Thomas  
58
 
59
        * src/mips_tx39.ld: Add support for network package.
60
 
61
1999-12-21  Jonathan Larmour  
62
 
63
        * include/var_arch.h: Rename CYG_HAL_USE_ROM_MONITOR_CYGMON ->
64
        CYGSEM_HAL_USE_ROM_MONITOR_CygMon
65
 
66
        * src/hal_diag.c: Likewise. Also CYG_HAL_USE_ROM_MONITOR ->
67
        CYGSEM_HAL_USE_ROM_MONITOR throughout
68
 
69
        * include/pkgconf/hal_mips_tx39.h: Fix typo
70
 
71
        * cdl/hal_mips_tx39.cdl: Some cosmetic layout changes and fixed typos
72
        Ensure we "puts" to correct CDL header
73
        Add CYGHWR_HAL_MIPS_TX3904_TRR_REQUIRES_SYNC which for some reason
74
        wasn't brought over from ~CDL
75
 
76
1999-12-02  John Dallaway  
77
 
78
        * cdl/hal_mips_tx39.cdl:
79
 
80
        Use the  token in custom rules.
81
 
82
1999-12-01  John Dallaway  
83
 
84
        * cdl/hal_mips_tx39.cdl:
85
 
86
        Use the  token in custom rules.
87
 
88
1999-11-04  John Dallaway  
89
 
90
        * cdl/hal_mips_tx39.cdl:
91
 
92
        Output custom rule dependency information to .deps files in
93
        the current directory.
94
 
95
        Dispense with the need to create a 'src' sub-directory.
96
 
97
1999-11-02  Jesper Skov  
98
 
99
        * cdl/hal_mips_tx39.cdl: Added.
100
 
101
1999-10-26  Nick Garnett  
102
 
103
        * include/variant.inc: Added implementations of hal_intc_translate
104
        macro.
105
 
106
1999-10-06  Jonathan Larmour  
107
 
108
        * src/PKGconf.mak: Don't create extras.o here any more
109
 
110
1999-10-05  Nick Garnett  
111
 
112
        * include/pkgconf/hal_mips_tx39.h: Added define of
113
        CYGPKG_HAL_MIPS_MSBFIRST.
114
 
115
1999-09-17  Jonathan Larmour  
116
 
117
        * src/hal_diag.c: Only avoid SERIAL0 if CYG_HAL_USE_ROM_MONITOR_CYGMON
118
        since we default to assuming Cygmon
119
 
120
        * include/variant.inc (hal_memc_init): Don't make conditional on
121
        ROM startup - makes sense anyway so that users can change amount
122
        of memory in system
123
        (hal_memc_init_dram): Likewise
124
 
125
        * include/var_arch.h (HAL_DIAG_IRQ_CHECK): Give extra return parameter
126
        rather than relying on this being an expression which evaluates
127
 
128
1999-09-16  Hugo Tyson  
129
 
130
        This set of changes with matching ones in arch comes from Mark
131
        Salter's work to make jmr3904 CygMon talk Ethernet.
132
 
133
        * include/variant.inc: Do not re-initialize and disable all
134
        interrupts if RAM start, this stops networked CygMon working.
135
        Likewise don't re-init memory.
136
 
137
        * src/hal_diag.c: Add alternate hal_diag...() routines that talk
138
        via CygMon so that ethernet debugging works.
139
 
140
        * include/var_arch.h: If CYG_HAL_USE_ROM_MONITOR, export macro for
141
        polling unknown interrupts in CygMon, HAL_DIAG_IRQ_CHECK.
142
 
143
1999-08-25  Nick Garnett  
144
 
145
        * include/variant.inc: Added clock-speed dependent values for the
146
        DRAM DWR0 register. Values as suggested by Toshiba in PR20094.
147
        Added improved work-around for TOE problem suggested by Toshiba
148
        in PR20233.
149
        Some code rearranged to eliminate assembler warning messages.
150
        Some general tidying.
151
 
152
        * include/var_cache.h (HAL_ICACHE_DISABLE): Added jump to aligned
153
        label after disable to avoid potential race with cache. Suggested
154
        by Toshiba in PR20091.
155
 
156
1999-06-18  Nick Garnett  
157
 
158
        * include/var_intr.h: Added TX39 specific variant of
159
        HAL_CLOCK_LATENCY().
160
 
161
        * include/var_cache.h: Added TX39 specific implementation of
162
        HAL_ICACHE_INVALIDATE_ALL().
163
 
164
1999-06-16  Jesper Skov  
165
        CR 100804 workaround
166
        * src/mips_tx39.ld: Suppress .mdebug in the final output.
167
 
168
1999-06-02  Jonathan Larmour  
169
 
170
        * src/mips_tx39.ld:
171
        Add .ctors and .dtors sections as required by new compilers, but
172
        keep around old SORT(CONSTRUCTORS) for use by old compilers.
173
 
174
1999-05-27  Nick Garnett  
175
 
176
        * src/hal_diag.c (hal_diag_write_char): Tidied away defunct code
177
        and made use of HAL support for user break detection and delivery.
178
 
179
1999-05-14  Nick Garnett  
180
 
181
        * src/var_misc.c: Added definition of hal_interrupt_level[].
182
 
183
        * include/variant.inc:
184
        * src/variant.S:
185
        Added these files. They contain stuff that was previously in the
186
        jmr3904 platform files.
187
 
188
        * src/PKGconf.mak (COMPILE): Added variant.S
189
 
190
1999-05-13  Nick Garnett  
191
 
192
        Imported whole directory tree into main trunk of repository.
193
 
194
1999-05-11  Nick Garnett  
195
 
196
        * include/imp_cache.h
197
        * include/imp_intr.h
198
        * include/impl.h
199
        * src/imp_misc.c:
200
        * include/var_cache.h
201
        * include/var_intr.h
202
        * include/variant.inc
203
        * src/var_misc.c:
204
        Changed references to "imp" and "implementation" to "var" and
205
        "variant" respectively.
206
 
207
        * include/var_arch.h
208
        File added.
209
 
210
        * include/pkgconf/hal_tx39.h:
211
        * include/pkgconf/hal_mips_tx39.h:
212
        File hal_tx39.h renamed to match name synthesized by pkgconf.tcl.
213
 
214
1999-04-22  Nick Garnett  
215
 
216
        * include/imp_cache.h: Move cache enables and disables here from
217
        hal_cache.h since they are tx39 specific.
218
 
219
1999-04-21  Nick Garnett  
220
 
221
        * src/imp_misc.c: Added this file to contain
222
        hal_implementation_init().
223
 
224
        * src/PKGconf.mak (COMPILE): Added imp_misc.c.
225
 
226
1999-04-13  Nick Garnett  
227
 
228
        * include/pkgconf/hal_tx39.h: Removed superfluous variant level
229
        from configuration data.
230
 

powered by: WebSVN 2.1.0

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