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

4.104.114.84.95
Last change on this file since e96a950b was e96a950b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 02:00:03

2004-03-30 Ralf Corsepius <ralf_corsepius@…>

  • sh7032/clock/ckinit.c, sh7032/delay/delay.c, sh7032/include/ispsh7032.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c, sh7045/include/ispsh7045.h, sh7045/sci/sci.c, sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c, sh7045/timer/timer.c, sh7750/clock/ckinit.c, sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 21.2 KB
Line 
12004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
4        sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
5        sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
6        sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
7        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
8        sh7045/timer/timer.c, sh7750/clock/ckinit.c,
9        sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
10        sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
11        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
12        fixed size types.
13
142004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
17
182004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
21        sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
22        pass sizeof(Context_Control) to context switch.
23
242004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't
27        include .../lib.am.
28
292004-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
32        sh7750/ChangeLog.
33        * sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.
34
352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
38        * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
39        sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
40        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
41        changes above. Add PREINSTALL_DIRS.
42        * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
43        * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
44        changes above.
45
462004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
49        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
50        * sh7032/Makefile.am: Use automake compilation rules.
51        * sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
52        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
53        * sh7045/Makefile.am: Use automake compilation rules.
54        * sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
55        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
56        * sh7750/Makefile.am: Use automake compilation rules.
57
582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
61        PRE/TMPINSTALL_FILES to CLEANFILES.
62        * sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
63        PRE/TMPINSTALL_FILES to CLEANFILES.
64        * sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
65        PRE/TMPINSTALL_FILES to CLEANFILES.
66
672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
70        * sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
71        * sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
72        * sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73        * sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
74        * sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
75        * sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
76
772003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * sh7032/Makefile.am: Misc cleanups and fixes.
80        * sh7045/Makefile.am: Misc cleanups and fixes.
81        * sh7750/Makefile.am: Misc cleanups and fixes.
82
832003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * sh7032/Makefile.am: Remove all-local: $(ARCH).
86        * sh7045/Makefile.am: Remove all-local: $(ARCH).
87        * sh7750/Makefile.am: Remove all-local: $(ARCH).
88
892003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
92        * sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
93        * sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.
94
952003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Remove RTEMS_CANONICAL_HOST.
98        * sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
99        * sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
100        * sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.
101
1022003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove RTEMS_CHECK_CPU.
105        * sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
106        * sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
107        * sh7750/configure.ac: Remove RTEMS_CHECK_CPU.
108
1092003-09-04      Joel Sherrill <joel@OARcorp.com>
110
111        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
112        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
113        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
114        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
115        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
116        * sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
117        assignment.
118        * sh7045/clock/ckinit.c, sh7045/include/io_types.h,
119        sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
120        sh7045/include/sci.h, sh7045/include/sci_termios.h,
121        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
122        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
123        sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
124        * sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
125        assignment.
126        * sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
127        sh7750/include/rtems/score/ipl.h,
128        sh7750/include/rtems/score/ispsh7750.h,
129        sh7750/include/rtems/score/sh4_regs.h,
130        sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
131        sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
132        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
133        * sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
134        assignment.
135
1362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect having moved aclocal/.
139        * sh7032/Makefile.am: Reflect having moved aclocal/.
140        * sh7045/Makefile.am: Reflect having moved aclocal/.
141        * sh7750/Makefile.am: Reflect having moved aclocal/.
142
1432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Reflect having moved automake/.
146        * sh7032/Makefile.am: Reflect having moved automake/.
147        * sh7045/Makefile.am: Reflect having moved automake/.
148        * sh7750/Makefile.am: Reflect having moved automake/.
149
1502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
153        * sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
154        address.
155        * sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
156        address.
157        * sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
158        address.
159
1602003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
163        * sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
164
1652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Remove AC_CONFIG_AUX_DIR.
168        * sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
169        * sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
170        * sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.
171
1722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
175        * configure.ac: AC_PREREQ(2.57).
176        * sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
177        * sh7032/configure.ac: AC_PREREQ(2.57).
178        * sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
179        * sh7045/configure.ac: AC_PREREQ(2.57).
180        * sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
181        * sh7750/configure.ac: AC_PREREQ(2.57).
182
1832003-02-11      Joel Sherrill <joel@OARcorp.com>
184
185        * sh7032/score/cpu_asm.c: Rework logic that decides when to call
186        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
187        that _ISR_Signals_to_thread_executing was not being honored and/or
188        cleared properly.
189        * sh7045/score/cpu_asm.c: Rework logic that decides when to call
190        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
191        that _ISR_Signals_to_thread_executing was not being honored and/or
192        cleared properly.
193        * sh7750/score/cpu_asm.c: Rework logic that decides when to call
194        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
195        that _ISR_Signals_to_thread_executing was not being honored and/or
196        cleared properly.
197
1982003-02-03      Joel Sherrill <joel@OARcorp.com>
199
200        PR 338/filesystem
201        * sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with
202        rtems_io_lookup_name() (API change).
203
2042003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * sh7032/Makefile.am: Merge-in subdir Makefile.ams.
207        * sh7032/configure.ac: Reflect changes above.
208        * sh7032/score/Makefile.am: Removed.
209        * sh7032/sci/Makefile.am: Removed.
210        * sh7032/timer/Makefile.am: Removed.
211        * sh7032/clock/Makefile.am: Removed.
212        * sh7032/delay/Makefile.am: Removed.
213        * sh7045/Makefile.am: Merge-in subdir Makefile.ams.
214        * sh7045/configure.ac: Reflect changes above.
215        * sh7045/score/Makefile.am: Removed.
216        * sh7045/sci/Makefile.am: Removed.
217        * sh7045/timer/Makefile.am: Removed.
218        * sh7045/clock/Makefile.am: Removed.
219        * sh7750/Makefile.am: Merge-in subdir Makefile.ams.
220        * sh7750/configure.ac: Reflect changes above.
221        * sh7750/score/Makefile.am: Removed.
222        * sh7750/sci/Makefile.am: Removed.
223        * sh7750/timer/Makefile.am: Removed.
224        * sh7750/clock/Makefile.am: Removed.
225
2262003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
229        CVS).
230        * sh7045/score/Makefile.am: Likewise.
231        * sh7045/timer/Makefile.am: Likewise.
232
2332002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
236        @RTEMS_BSP@.cfg.
237        * sh7032/delay/Makefile.am: Ditto.
238        * sh7032/sci/Makefile.am: Ditto.
239        * sh7032/score/Makefile.am: Ditto.
240        * sh7032/timer/Makefile.am: Ditto.
241        * sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
242        @RTEMS_BSP@.cfg.
243        * sh7045/sci/Makefile.am: Ditto.
244        * sh7045/score/Makefile.am: Ditto.
245        * sh7045/timer/Makefile.am: Ditto.
246        * sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
247        CVS).
248
2492002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
252        * sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
253        * sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
254        * sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
255
2562002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * sh7032/Makefile.am: Merge in include/Makefile.am.
259        * sh7032/include/Makefile.am: Remove.
260        * sh7032/configure.ac: Reflect changes above.
261        * sh7045/Makefile.am: Merge in include/Makefile.am.
262        * sh7045/include/Makefile.am: Remove.
263        * sh7045/configure.ac: Reflect changes above.
264        * sh7750/Makefile.am: Merge in include/Makefile.am.
265        * sh7750/include/Makefile.am: Remove.
266        * sh7750/configure.ac: Reflect changes above.
267
2682002-11-01      Joel Sherrill <joel@OARcorp.com>
269
270        * sh7045/score/ispsh7045.c: Fixed typos.
271        * sh7045/score/cpu_asm.c: Fixed typo.
272        * sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
273        * sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
274        * sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.
275
2762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
279        * sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
280        * sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
281        * sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
282
2832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
291        * sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
293        * sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
294        * sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
295        * sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
296        * sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
298
2992002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
302
3032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
306        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
307        * Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
309        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
310        * sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
318        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
319        * sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
326        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
327        * sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
333
3342002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
337        * sh7750/sci/Makefile.am: Likewise.
338        * sh7750/score/Makefile.am: Likewise.
339        * sh7750/timer/Makefile.am: Likewise.
340
3412002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * sh7032/include/Makefile.am: Remove EXTRA_DIST.
344
3452001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
348        compatibility to make simsh happy.
349
3502001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
351
352        * sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of
353        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
354
3552001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
356
357        * sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
358        merge.
359
3602001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
363        * sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
364        * sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
365        * sh7750/include/sh7750_regs.h: move to
366        include/rtems/score/sh7750_regs.h.
367        * sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
368        * sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
369        Kossovsky's original sources.
370        * sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
371        require automake 1.5.
372        * sh7750/sci/Makefile.am: Disable compilation of console.c.
373        * sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
374        remove SH4_CPU_HZ_Frequency.
375        * sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
376        sh4_regs.h.
377
3782001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Add sh7750.
381
3822001-10-12      Joel Sherrill <joel@OARcorp.com>
383
384        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
385        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
386        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
387        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
388        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
389        * sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
390        sh7045/include/ispsh7045.h, sh7045/include/sci.h,
391        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
392        sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
393        Fixed typo.
394        * sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
395        avoid dependencies.
396        * sh7750/include/Makefile.am: Reflects above.
397
3982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
401        * configure.in: Remove.
402        * configure.ac: New file, generated from configure.in by autoupdate.
403        * sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
404        * sh7032/configure.in: Remove.
405        * sh7032/configure.ac: New file, generated from configure.in by
406        autoupdate.
407        * sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
408        * sh7045/configure.in: Remove.
409        * sh7045/configure.ac: New file, generated from configure.in by
410        autoupdate.
411
4122001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
413
414        * sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
415        sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
416        sh7750/include/iosh7750.h, sh7750/include/ipl.h,
417        sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
418        sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
419        sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
420        sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
421        sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
422        sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
423        sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
424        sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
425        and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
426
4272001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.
430
4312001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
434        * sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
435
4362001-08-10      Radzislaw Galler  <rgaller@et.put.poznan.pl>
437
438        * sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
439        number range check and handling of interrupt priority regs to conform
440        SH2 specs.
441        * sh7045/sci/sci_termios.c: New file.
442        * sh7045/include/sci_termios.h: New file.
443        * sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
444        (include_sh_HEADERS): Added sci_termios.h.
445        * sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
446        casued negative sign extension for vector numbers of 128 and above. This
447        was fixed.
448        * sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
449        necessary setup for new TERMIOS console cooperation.
450
4512001-04-03      Joel Sherrill <joel@OARcorp.com>
452
453        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
454        * sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
455        change.
456        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
457        * sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
458        change.
459        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
460        * sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
461        Account for name change.
462
4632001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
464
465        * sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
466        * sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
467
4682001-01-22      Radzislaw Galler  <rgaller@et.put.poznan.pl>
469
470        * sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
471        initialization to generate an interrupt exactly every 1us.
472
4732001-01-05      Joel Sherrill <joel@OARcorp.com>
474
475        * /dev/null moved to libmisc.
476        * sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
477        * sh7032/include/Makefile.am: Removed null.h.
478        * sh7032/include/null.h, sh7032/null/.cvsignore,
479        sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
480        sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
481        sh7032/null/write.c: Removed.
482        * /dev/null moved to libmisc.
483        * sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
484        * sh7045/include/Makefile.am: Removed null.h.
485        * sh7045/include/null.h, sh7045/null/.cvsignore,
486        sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
487        sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
488        sh7045/null/write.c: Removed.
489
4902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
493        * sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
494        * sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
495
4962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
499        * sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
500        $(RTEMS_TOPdir)/aclocal.
501        * sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
502        $(RTEMS_TOPdir)/aclocal.
503
5042000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
507        canonicalization.
508        * sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
509        to GNU canonicalization.
510        * sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
511        to GNU canonicalization.
512
5132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
516        sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
517        sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
518        * sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
519        sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
520        sh7045/score/Makefile.am: Include compile.am.
521
5222000-08-10      Joel Sherrill <joel@OARcorp.com>
523
524        * ChangeLog: New file.
525        * sh7032/ChangeLog: New file.
526        * sh7045/ChangeLog: New file.
527
Note: See TracBrowser for help on using the repository browser.