source: rtems/c/src/lib/libcpu/sh/ChangeLog @ cd53898

4.104.114.84.95
Last change on this file since cd53898 was cd53898, checked in by Joel Sherrill <joel.sherrill@…>, on 03/14/05 at 21:22:10

2005-03-14 Joel Sherrill <joel@…>

  • sh7750/sci/sh4uart.c: Now compiles under gcc 4.x and reformatted.
  • Property mode set to 100644
File size: 22.2 KB
RevLine 
[cd53898]12005-03-14      Joel Sherrill <joel@OARcorp.com>
2
3        * sh7750/sci/sh4uart.c: Now compiles under gcc 4.x and reformatted.
4
[f00f70b5]52005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
8        Eliminate CFLAGS_OPTIMIZE_V.
9
[7722eff7]102005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
13        Remove build-variant support.
14
[1469078f]152004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * configure.ac: Remove RTEMS_ENABLE_BARE.
18
[97891e5e]192004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * configure.ac: Require automake > 1.9.
22
[c0a200e]232004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
26        * sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
27        * sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
28
[e75cef9]292004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h,
32        sh7750/sci/sh4uart.c: Cosmetics.
33
[e96a950b]342004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
37        sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
38        sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
39        sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
40        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
41        sh7045/timer/timer.c, sh7750/clock/ckinit.c,
42        sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
43        sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
44        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
45        fixed size types.
46
[fc235f44]472004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
50
[e63a784c]512004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
54        sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
55        pass sizeof(Context_Control) to context switch.
56
[e20e335]572004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't
60        include .../lib.am.
61
[0ef723ce]622004-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
65        sh7750/ChangeLog.
66        * sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.
67
[557d6b0]682004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[b55e727]69
70        * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
71        * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
[6ba30714]72        sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
73        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
74        changes above. Add PREINSTALL_DIRS.
75        * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
76        * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
77        changes above.
[b55e727]78
[0ef723ce]792004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
82        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
83        * sh7032/Makefile.am: Use automake compilation rules.
84        * sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
85        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
86        * sh7045/Makefile.am: Use automake compilation rules.
87        * sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
88        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
89        * sh7750/Makefile.am: Use automake compilation rules.
90
912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
94        PRE/TMPINSTALL_FILES to CLEANFILES.
95        * sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
96        PRE/TMPINSTALL_FILES to CLEANFILES.
97        * sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
98        PRE/TMPINSTALL_FILES to CLEANFILES.
99
[810720b6]1002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
[0ef723ce]103        * sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104        * sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
105        * sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106        * sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
107        * sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
108        * sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
109
1102003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * sh7032/Makefile.am: Misc cleanups and fixes.
113        * sh7045/Makefile.am: Misc cleanups and fixes.
114        * sh7750/Makefile.am: Misc cleanups and fixes.
115
1162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * sh7032/Makefile.am: Remove all-local: $(ARCH).
119        * sh7045/Makefile.am: Remove all-local: $(ARCH).
120        * sh7750/Makefile.am: Remove all-local: $(ARCH).
121
1222003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
125        * sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
126        * sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.
[810720b6]127
[c6328bee]1282003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Remove RTEMS_CANONICAL_HOST.
[0ef723ce]131        * sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
132        * sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
133        * sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.
[c6328bee]134
[c8e1751]1352003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Remove RTEMS_CHECK_CPU.
[0ef723ce]138        * sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
139        * sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
140        * sh7750/configure.ac: Remove RTEMS_CHECK_CPU.
141
1422003-09-04      Joel Sherrill <joel@OARcorp.com>
143
144        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
145        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
146        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
147        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
148        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
149        * sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
150        assignment.
151        * sh7045/clock/ckinit.c, sh7045/include/io_types.h,
152        sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
153        sh7045/include/sci.h, sh7045/include/sci_termios.h,
154        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
155        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
156        sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
157        * sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
158        assignment.
159        * sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
160        sh7750/include/rtems/score/ipl.h,
161        sh7750/include/rtems/score/ispsh7750.h,
162        sh7750/include/rtems/score/sh4_regs.h,
163        sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
164        sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
165        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
166        * sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
167        assignment.
[c8e1751]168
[fe8bc62f]1692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Reflect having moved aclocal/.
[0ef723ce]172        * sh7032/Makefile.am: Reflect having moved aclocal/.
173        * sh7045/Makefile.am: Reflect having moved aclocal/.
174        * sh7750/Makefile.am: Reflect having moved aclocal/.
[fe8bc62f]175
[2334e94b]1762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
[c483a4e]178        * Makefile.am: Reflect having moved automake/.
[0ef723ce]179        * sh7032/Makefile.am: Reflect having moved automake/.
180        * sh7045/Makefile.am: Reflect having moved automake/.
181        * sh7750/Makefile.am: Reflect having moved automake/.
[2334e94b]182
[7dcc3fe]1832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
[0ef723ce]186        * sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
187        address.
188        * sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
189        address.
190        * sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
191        address.
192
1932003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
196        * sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
[7dcc3fe]197
[3c55718]1982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Remove AC_CONFIG_AUX_DIR.
[0ef723ce]201        * sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
202        * sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
203        * sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.
[3c55718]204
[ccd81b60]2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[9b5c258]208        * configure.ac: AC_PREREQ(2.57).
[0ef723ce]209        * sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
210        * sh7032/configure.ac: AC_PREREQ(2.57).
211        * sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
212        * sh7045/configure.ac: AC_PREREQ(2.57).
213        * sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
214        * sh7750/configure.ac: AC_PREREQ(2.57).
215
2162003-02-11      Joel Sherrill <joel@OARcorp.com>
217
218        * sh7032/score/cpu_asm.c: Rework logic that decides when to call
219        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
220        that _ISR_Signals_to_thread_executing was not being honored and/or
221        cleared properly.
222        * sh7045/score/cpu_asm.c: Rework logic that decides when to call
223        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
224        that _ISR_Signals_to_thread_executing was not being honored and/or
225        cleared properly.
226        * sh7750/score/cpu_asm.c: Rework logic that decides when to call
227        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
228        that _ISR_Signals_to_thread_executing was not being honored and/or
229        cleared properly.
230
2312003-02-03      Joel Sherrill <joel@OARcorp.com>
232
233        PR 338/filesystem
234        * sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with
235        rtems_io_lookup_name() (API change).
236
2372003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * sh7032/Makefile.am: Merge-in subdir Makefile.ams.
240        * sh7032/configure.ac: Reflect changes above.
241        * sh7032/score/Makefile.am: Removed.
242        * sh7032/sci/Makefile.am: Removed.
243        * sh7032/timer/Makefile.am: Removed.
244        * sh7032/clock/Makefile.am: Removed.
245        * sh7032/delay/Makefile.am: Removed.
246        * sh7045/Makefile.am: Merge-in subdir Makefile.ams.
247        * sh7045/configure.ac: Reflect changes above.
248        * sh7045/score/Makefile.am: Removed.
249        * sh7045/sci/Makefile.am: Removed.
250        * sh7045/timer/Makefile.am: Removed.
251        * sh7045/clock/Makefile.am: Removed.
252        * sh7750/Makefile.am: Merge-in subdir Makefile.ams.
253        * sh7750/configure.ac: Reflect changes above.
254        * sh7750/score/Makefile.am: Removed.
255        * sh7750/sci/Makefile.am: Removed.
256        * sh7750/timer/Makefile.am: Removed.
257        * sh7750/clock/Makefile.am: Removed.
258
2592003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
262        CVS).
263        * sh7045/score/Makefile.am: Likewise.
264        * sh7045/timer/Makefile.am: Likewise.
265
2662002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
269        @RTEMS_BSP@.cfg.
270        * sh7032/delay/Makefile.am: Ditto.
271        * sh7032/sci/Makefile.am: Ditto.
272        * sh7032/score/Makefile.am: Ditto.
273        * sh7032/timer/Makefile.am: Ditto.
274        * sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
275        @RTEMS_BSP@.cfg.
276        * sh7045/sci/Makefile.am: Ditto.
277        * sh7045/score/Makefile.am: Ditto.
278        * sh7045/timer/Makefile.am: Ditto.
279        * sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
280        CVS).
[9b5c258]281
[dfa8fe34]2822002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[0ef723ce]285        * sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
286        * sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
287        * sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
288
2892002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * sh7032/Makefile.am: Merge in include/Makefile.am.
292        * sh7032/include/Makefile.am: Remove.
293        * sh7032/configure.ac: Reflect changes above.
294        * sh7045/Makefile.am: Merge in include/Makefile.am.
295        * sh7045/include/Makefile.am: Remove.
296        * sh7045/configure.ac: Reflect changes above.
297        * sh7750/Makefile.am: Merge in include/Makefile.am.
298        * sh7750/include/Makefile.am: Remove.
299        * sh7750/configure.ac: Reflect changes above.
[dfa8fe34]300
[d089d90]3012002-11-01      Joel Sherrill <joel@OARcorp.com>
302
303        * sh7045/score/ispsh7045.c: Fixed typos.
[d4895132]304        * sh7045/score/cpu_asm.c: Fixed typo.
[0ef723ce]305        * sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
306        * sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
307        * sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.
[d4895132]308
[8730f45]3092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
[6ba30714]311        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[0ef723ce]312        * sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
313        * sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
314        * sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
315
3162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
331
3322002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
[8730f45]335
[7273b6e]3362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
[6ba30714]338        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]339        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
340        * Makefile.am: Remove AUTOMAKE_OPTIONS.
[0ef723ce]341        * sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
342        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
343        * sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
351        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
352        * sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
359        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
360        * sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
366
3672002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
370        * sh7750/sci/Makefile.am: Likewise.
371        * sh7750/score/Makefile.am: Likewise.
372        * sh7750/timer/Makefile.am: Likewise.
373
3742002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * sh7032/include/Makefile.am: Remove EXTRA_DIST.
377
3782001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
381        compatibility to make simsh happy.
382
3832001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
384
385        * sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of
386        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
387
3882001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
389
390        * sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
391        merge.
392
3932001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
396        * sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
397        * sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
398        * sh7750/include/sh7750_regs.h: move to
399        include/rtems/score/sh7750_regs.h.
400        * sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
401        * sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
402        Kossovsky's original sources.
403        * sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
404        require automake 1.5.
405        * sh7750/sci/Makefile.am: Disable compilation of console.c.
406        * sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
407        remove SH4_CPU_HZ_Frequency.
408        * sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
409        sh4_regs.h.
[7273b6e]410
[1329140]4112001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Add sh7750.
414
[0ef723ce]4152001-10-12      Joel Sherrill <joel@OARcorp.com>
416
417        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
418        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
419        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
420        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
421        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
422        * sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
423        sh7045/include/ispsh7045.h, sh7045/include/sci.h,
424        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
425        sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
426        Fixed typo.
427        * sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
428        avoid dependencies.
429        * sh7750/include/Makefile.am: Reflects above.
430
[df25c998]4312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
434        * configure.in: Remove.
435        * configure.ac: New file, generated from configure.in by autoupdate.
[0ef723ce]436        * sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
437        * sh7032/configure.in: Remove.
438        * sh7032/configure.ac: New file, generated from configure.in by
439        autoupdate.
440        * sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
441        * sh7045/configure.in: Remove.
442        * sh7045/configure.ac: New file, generated from configure.in by
443        autoupdate.
444
4452001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
446
447        * sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
448        sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
449        sh7750/include/iosh7750.h, sh7750/include/ipl.h,
450        sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
451        sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
452        sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
453        sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
454        sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
455        sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
456        sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
457        sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
458        and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
[df25c998]459
[0be2f358]4602001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
[6ba30714]462        * configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.
[0be2f358]463
[0ef723ce]4642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
467        * sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
468
4692001-08-10      Radzislaw Galler  <rgaller@et.put.poznan.pl>
470
471        * sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
472        number range check and handling of interrupt priority regs to conform
473        SH2 specs.
474        * sh7045/sci/sci_termios.c: New file.
475        * sh7045/include/sci_termios.h: New file.
476        * sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
477        (include_sh_HEADERS): Added sci_termios.h.
478        * sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
479        casued negative sign extension for vector numbers of 128 and above. This
480        was fixed.
481        * sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
482        necessary setup for new TERMIOS console cooperation.
483
4842001-04-03      Joel Sherrill <joel@OARcorp.com>
485
486        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
487        * sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
488        change.
489        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
490        * sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
491        change.
492        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
493        * sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
494        Account for name change.
495
4962001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
497
498        * sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
499        * sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
500
5012001-01-22      Radzislaw Galler  <rgaller@et.put.poznan.pl>
502
503        * sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
504        initialization to generate an interrupt exactly every 1us.
505
5062001-01-05      Joel Sherrill <joel@OARcorp.com>
507
508        * /dev/null moved to libmisc.
509        * sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
510        * sh7032/include/Makefile.am: Removed null.h.
511        * sh7032/include/null.h, sh7032/null/.cvsignore,
512        sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
513        sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
514        sh7032/null/write.c: Removed.
515        * /dev/null moved to libmisc.
516        * sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
517        * sh7045/include/Makefile.am: Removed null.h.
518        * sh7045/include/null.h, sh7045/null/.cvsignore,
519        sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
520        sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
521        sh7045/null/write.c: Removed.
522
[feead226]5232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[0ef723ce]526        * sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
527        * sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[feead226]528
[a314d3b4]5292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
[0ef723ce]532        * sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
533        $(RTEMS_TOPdir)/aclocal.
534        * sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
535        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]536
[d82c006]5372000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
[6ba30714]539        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
540        canonicalization.
[0ef723ce]541        * sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
542        to GNU canonicalization.
543        * sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
544        to GNU canonicalization.
545
5462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
549        sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
550        sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
551        * sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
552        sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
553        sh7045/score/Makefile.am: Include compile.am.
[d82c006]554
[e94ad1fe]5552000-08-10      Joel Sherrill <joel@OARcorp.com>
556
557        * ChangeLog: New file.
[0ef723ce]558        * sh7032/ChangeLog: New file.
559        * sh7045/ChangeLog: New file.
[6ba30714]560
Note: See TracBrowser for help on using the repository browser.