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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2011-01-02  Sergei Gavrikov  
2
 
3
        * cdl/hal_sh_sh3.cdl: Eliminate some warnings. [ Bugzilla
4
        1001083 ]
5
 
6
2004-04-22  Jani Monoses 
7
 
8
         * cdl/hal_sh_sh3.cdl :
9
         Invoke tail with stricter syntax that works in latest coreutils.
10
 
11
2003-04-27  Rod Campbell  
12
 
13
        * include/mod_regs_cpg.h (CYGARC_REG_FRQCR_INIT_DIVIDER2): Fix
14
        FRQCR_INIT_DIVIDER2 value when CYGHWR_HAL_SH_OOC_DIVIDER_2 set at 6.
15
 
16
2003-01-18  Bart Veer  
17
 
18
        * src/variant.S, include/variant.inc:
19
        Cope with binutils 2.13.1, gas is morefinicky about immediate
20
        constants.
21
 
22
2002-08-06  Gary Thomas  
23
2002-08-06  Motoya Kurotsu 
24
 
25
        * src/sh3_scif.c:
26
        * src/sh3_sci.c:
27
        * include/sh3_scif.h:
28
        * include/sh3_sci.h: I/O channel data can't be constant - contains
29
        timeout information which can be changed.
30
 
31
2002-05-22  Jesper Skov  
32
 
33
        * cdl/hal_sh_sh3.cdl: Select variant 7709A by default.
34
 
35
2002-05-08  Jesper Skov  
36
 
37
        * src/sh3_sci.c: Register renaming.
38
        * src/sh3_scif.c: Register renaming.
39
 
40
        * include/mod_regs_ser.h: Register renaming. SCI registers now
41
        contain _SCI_, SCIF registers contain _SCIF_. Merge SCIF and IrDA
42
        definitions (stripping SCIF identifier suffix).
43
 
44
2002-01-17  Jesper Skov  
45
 
46
        * include/variant.inc (hal_intc_decode): include needed ptrs.
47
 
48
2002-01-16  Jesper Skov  
49
 
50
        * cdl/hal_sh_sh3.cdl: Added interrupt model header definition.
51
        Added RTC_PRESCALE option.
52
 
53
2002-01-14  Jesper Skov  
54
 
55
        * cdl/hal_sh_sh3.cdl: Added exception model header definitions.
56
 
57
        * include/variant.inc: Fixed assembler warning.
58
 
59
2001-10-15  Jesper Skov  
60
 
61
        * include/mod_7709r.h: Added. I don't know if the module content
62
        is correct as I have no docs for the CPU.
63
 
64
        * cdl/hal_sh_sh3.cdl: Added option for 7709r.
65
 
66
2001-10-11  Jesper Skov  
67
 
68
        * src/var_mk_defs.c (main): Fixed warning.
69
 
70
2001-09-25  Jesper Skov  
71
 
72
        * include/var_intr.h: Default CYGPRI_HAL_INTERRUPT_ACKNOWLEDGE_PLF
73
        and CYGPRI_HAL_INTERRUPT_CONFIGURE_PLF added.
74
 
75
        * src/var_misc.c: Use those macros.
76
 
77
2001-09-12  Jesper Skov  
78
 
79
        * src/variant.S: Don't include C intr header.
80
 
81
        * include/var_intr.h (CYGPRI_HAL_INTERRUPT_UPDATE_LEVEL_PLF):
82
        Provide default version.
83
 
84
        * src/var_misc.c (hal_interrupt_update_level): Don't ignore LVL
85
        interrupts.
86
        * src/var_misc.c (hal_interrupt_unmask, hal_interrupt_mask): Same.
87
 
88
        * src/var_mk_defs.c: Added some interrupt defs.
89
 
90
2001-09-10  Jesper Skov  
91
 
92
        * src/sh3_sci.c (cyg_hal_plf_sci_isr,
93
        cyg_hal_plf_sci_getc_nonblock): Recover from serial RX overruns.
94
 
95
2001-09-05  Jesper Skov  
96
 
97
        * include/mod_regs_ubc.h: Type 2 BRCR definitions.
98
 
99
        * include/mod_7729.h (CYGARC_SH_MOD_UBC): Changed to type 2.
100
 
101
2001-07-26  Jesper Skov  
102
 
103
        * include/var_cache.h: Fix cache query function.
104
 
105
2001-07-18  Jesper Skov  
106
 
107
        * src/var_misc.c (cyg_var_enable_caches): Small hack to prevent
108
        ethernet connection to be lost in RAM applications when started
109
        from a ROM monitor.
110
 
111
        * include/mod_7729.h: Single stepping using UBC is broken -
112
        disable it for now.
113
 
114
2001-06-28  Jesper Skov  
115
 
116
        * include/sd0001.h: Even more definitions.
117
        * include/var_intr.h: Allow platforms to extend vector table.
118
        * src/var_misc.c: Same.
119
 
120
2001-06-26  Jesper Skov  
121
 
122
        * include/sd0001.h: Added more definitions.
123
 
124
2001-06-25  Jesper Skov  
125
 
126
        * include/sd0001.h: Definitions for IO access.
127
 
128
2001-06-19  Jesper Skov  
129
 
130
        * include/mod_regs_ubc.h: Allow MOD_UBC to be unset.
131
 
132
        * cdl/hal_sh_sh3.cdl: Added SH7709S support - incomplete due to
133
        lack of documentation.
134
 
135
        * include/mod_7709s.h: Added.
136
 
137
2001-05-29  Jesper Skov  
138
 
139
        * include/var_io.h: Added. Includes plf_io.h
140
 
141
2001-05-25  Jesper Skov  
142
 
143
        * include/mod_7729.h: Also include SD0001 header.
144
 
145
2001-02-28  Jesper Skov  
146
 
147
        * src/variant.S (cyg_hal_cache_enable): Write ORed value, not just
148
        the enable bit.
149
        Problem noticed by Ryouzaburou Suzuki 
150
 
151
2001-02-26  Jesper Skov  
152
 
153
        * include/mod_regs_ser.h: Add a couple of zeroes to
154
        SCIF clear masks (for looks - no semantic change).
155
 
156
2001-02-23  Jesper Skov  
157
 
158
        * include/var_cache.h: Include plf_cache.h
159
 
160
2001-02-02  Jesper Skov  
161
 
162
        * src/sh3_sci.c: Baud rate is always specified, remove fallback
163
        hack. Proper macro renaming.
164
        * src/sh3_scif.c: Same.  Proper macro renaming.
165
        * cdl/hal_sh_sh3.cdl: Added baud rate options which get default
166
        values from platform CDL if it needs to be different from 38400
167
        baud.
168
 
169
2001-01-31  Jesper Skov  
170
 
171
        * include/sh3_scif.h: Moved init_channel function into private
172
        part.
173
        * include/sh3_sci.h: Same.
174
 
175
2001-01-30  Jesper Skov  
176
 
177
        * include/sh3_sci.h: Separate exported API from definitions used
178
        in the driver.
179
        * include/sh3_scif.h: Same.
180
        * src/sh3_sci.c: Request private definitions.
181
        * src/sh3_scif.c: Same.
182
 
183
2001-01-26  Jesper Skov  
184
 
185
        * src/sh3_sci.c: Removed CYGSEM_HAL_VIRTUAL_VECTOR_DIAG check.
186
        * src/sh3_scif.c: Same.
187
 
188
        * include/var_intr.h: Include platform interrupt header.
189
 
190
2001-01-18  Jesper Skov  
191
 
192
        Case 105302
193
        * src/var_misc.c: Separate interrupt level and mask controls.
194
        * src/variant.S: Include cyg_hal_ILVL_table and
195
        cyg_hal_IMASK_table.
196
 
197
2000-11-22  Jesper Skov  
198
 
199
        * src/variant.S: Mangle symbols.
200
        * include/variant.inc: Same.
201
 
202
2000-11-20  Jesper Skov  
203
 
204
        * include/mod_regs_ser.h (CYGARC_SCBRR_N): Reduce rounding error.
205
 
206
2000-11-10  Jesper Skov  
207
 
208
        * src/var_misc.c: Add spaces around ... used in ranges.
209
 
210
2000-11-01  Jesper Skov  
211
 
212
        * Many changes to bring the Haruki's HAL split up to date. Also
213
        split the register header file into many header files, one for
214
        each CPU module.
215
 
216
2000-08-15  Haruki Kashiwaya  
217
 
218
        * Set up directory structure.
219
 
220
//===========================================================================
221
// ####GPLCOPYRIGHTBEGIN####
222
// -------------------------------------------
223
// This file is part of eCos, the Embedded Configurable Operating System.
224
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
225
//
226
// This program is free software; you can redistribute it and/or modify
227
// it under the terms of the GNU General Public License as published by
228
// the Free Software Foundation; either version 2 or (at your option) any
229
// later version.
230
//
231
// This program is distributed in the hope that it will be useful, but
232
// WITHOUT ANY WARRANTY; without even the implied warranty of
233
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
234
// General Public License for more details.
235
//
236
// You should have received a copy of the GNU General Public License
237
// along with this program; if not, write to the
238
// Free Software Foundation, Inc., 51 Franklin Street,
239
// Fifth Floor, Boston, MA  02110-1301, USA.
240
// -------------------------------------------
241
// ####GPLCOPYRIGHTEND####
242
//===========================================================================

powered by: WebSVN 2.1.0

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