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

4.104.114.84.95
Last change on this file since cba119c9 was 2b8f6e7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/11/05 at 07:57:42

2005-05-11 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Merge-in sh7750/Makefile.am.
  • preinstall.am: Regenerate.
  • sh7750/Makefile.am: Remove.
  • configure.ac: Remove sh7750/Makefile.
  • Property mode set to 100644
File size: 22.9 KB
Line 
12005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Merge-in sh7750/Makefile.am.
4        * preinstall.am: Regenerate.
5        * sh7750/Makefile.am: Remove.
6        * configure.ac: Remove sh7750/Makefile.
7
82005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
9
10        * Makefile.am: Merge-in sh7045/Makefile.am.
11        * preinstall.am: Regenerate.
12        * sh7045/Makefile.am: Remove.
13        * configure.ac: Remove sh7045/Makefile.
14
152005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Merge-in sh7032/Makefile.am.
18        * preinstall.am: New.
19        * sh7032/Makefile.am: Remove.
20        * configure.ac: Remove sh7032/Makefile.
21        Add AMPOLISH3.
22
232005-05-03      Joel Sherrill <joel@OARcorp.com>
24
25        * sh7045/sci/sci.c, sh7045/sci/sci_termios.c: Remove warnings.
26
272005-03-14      Joel Sherrill <joel@OARcorp.com>
28
29        * sh7750/sci/sh4uart.c: Now compiles under gcc 4.x and reformatted.
30
312005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
34        Eliminate CFLAGS_OPTIMIZE_V.
35
362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
39        Remove build-variant support.
40
412004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * configure.ac: Remove RTEMS_ENABLE_BARE.
44
452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * configure.ac: Require automake > 1.9.
48
492004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
52        * sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
53        * sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
54
552004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h,
58        sh7750/sci/sh4uart.c: Cosmetics.
59
602004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
63        sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
64        sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
65        sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
66        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
67        sh7045/timer/timer.c, sh7750/clock/ckinit.c,
68        sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
69        sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
70        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
71        fixed size types.
72
732004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
76
772004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
80        sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
81        pass sizeof(Context_Control) to context switch.
82
832004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't
86        include .../lib.am.
87
882004-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
91        sh7750/ChangeLog.
92        * sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.
93
942004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
97        * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
98        sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
99        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
100        changes above. Add PREINSTALL_DIRS.
101        * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
102        * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
103        changes above.
104
1052004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
108        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
109        * sh7032/Makefile.am: Use automake compilation rules.
110        * sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
111        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
112        * sh7045/Makefile.am: Use automake compilation rules.
113        * sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
114        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
115        * sh7750/Makefile.am: Use automake compilation rules.
116
1172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
120        PRE/TMPINSTALL_FILES to CLEANFILES.
121        * sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
122        PRE/TMPINSTALL_FILES to CLEANFILES.
123        * sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
124        PRE/TMPINSTALL_FILES to CLEANFILES.
125
1262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
129        * sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
130        * sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
131        * sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
132        * sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
133        * sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
134        * sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
135
1362003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * sh7032/Makefile.am: Misc cleanups and fixes.
139        * sh7045/Makefile.am: Misc cleanups and fixes.
140        * sh7750/Makefile.am: Misc cleanups and fixes.
141
1422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * sh7032/Makefile.am: Remove all-local: $(ARCH).
145        * sh7045/Makefile.am: Remove all-local: $(ARCH).
146        * sh7750/Makefile.am: Remove all-local: $(ARCH).
147
1482003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
151        * sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
152        * sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.
153
1542003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove RTEMS_CANONICAL_HOST.
157        * sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
158        * sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
159        * sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.
160
1612003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Remove RTEMS_CHECK_CPU.
164        * sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
165        * sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
166        * sh7750/configure.ac: Remove RTEMS_CHECK_CPU.
167
1682003-09-04      Joel Sherrill <joel@OARcorp.com>
169
170        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
171        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
172        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
173        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
174        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
175        * sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
176        assignment.
177        * sh7045/clock/ckinit.c, sh7045/include/io_types.h,
178        sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
179        sh7045/include/sci.h, sh7045/include/sci_termios.h,
180        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
181        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
182        sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
183        * sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
184        assignment.
185        * sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
186        sh7750/include/rtems/score/ipl.h,
187        sh7750/include/rtems/score/ispsh7750.h,
188        sh7750/include/rtems/score/sh4_regs.h,
189        sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
190        sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
191        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
192        * sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
193        assignment.
194
1952003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Reflect having moved aclocal/.
198        * sh7032/Makefile.am: Reflect having moved aclocal/.
199        * sh7045/Makefile.am: Reflect having moved aclocal/.
200        * sh7750/Makefile.am: Reflect having moved aclocal/.
201
2022003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Reflect having moved automake/.
205        * sh7032/Makefile.am: Reflect having moved automake/.
206        * sh7045/Makefile.am: Reflect having moved automake/.
207        * sh7750/Makefile.am: Reflect having moved automake/.
208
2092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
212        * sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
213        address.
214        * sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
215        address.
216        * sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
217        address.
218
2192003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
222        * sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
223
2242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Remove AC_CONFIG_AUX_DIR.
227        * sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
228        * sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
229        * sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.
230
2312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
234        * configure.ac: AC_PREREQ(2.57).
235        * sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
236        * sh7032/configure.ac: AC_PREREQ(2.57).
237        * sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
238        * sh7045/configure.ac: AC_PREREQ(2.57).
239        * sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
240        * sh7750/configure.ac: AC_PREREQ(2.57).
241
2422003-02-11      Joel Sherrill <joel@OARcorp.com>
243
244        * sh7032/score/cpu_asm.c: Rework logic that decides when to call
245        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
246        that _ISR_Signals_to_thread_executing was not being honored and/or
247        cleared properly.
248        * sh7045/score/cpu_asm.c: Rework logic that decides when to call
249        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
250        that _ISR_Signals_to_thread_executing was not being honored and/or
251        cleared properly.
252        * sh7750/score/cpu_asm.c: Rework logic that decides when to call
253        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
254        that _ISR_Signals_to_thread_executing was not being honored and/or
255        cleared properly.
256
2572003-02-03      Joel Sherrill <joel@OARcorp.com>
258
259        PR 338/filesystem
260        * sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with
261        rtems_io_lookup_name() (API change).
262
2632003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * sh7032/Makefile.am: Merge-in subdir Makefile.ams.
266        * sh7032/configure.ac: Reflect changes above.
267        * sh7032/score/Makefile.am: Removed.
268        * sh7032/sci/Makefile.am: Removed.
269        * sh7032/timer/Makefile.am: Removed.
270        * sh7032/clock/Makefile.am: Removed.
271        * sh7032/delay/Makefile.am: Removed.
272        * sh7045/Makefile.am: Merge-in subdir Makefile.ams.
273        * sh7045/configure.ac: Reflect changes above.
274        * sh7045/score/Makefile.am: Removed.
275        * sh7045/sci/Makefile.am: Removed.
276        * sh7045/timer/Makefile.am: Removed.
277        * sh7045/clock/Makefile.am: Removed.
278        * sh7750/Makefile.am: Merge-in subdir Makefile.ams.
279        * sh7750/configure.ac: Reflect changes above.
280        * sh7750/score/Makefile.am: Removed.
281        * sh7750/sci/Makefile.am: Removed.
282        * sh7750/timer/Makefile.am: Removed.
283        * sh7750/clock/Makefile.am: Removed.
284
2852003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
288        CVS).
289        * sh7045/score/Makefile.am: Likewise.
290        * sh7045/timer/Makefile.am: Likewise.
291
2922002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
295        @RTEMS_BSP@.cfg.
296        * sh7032/delay/Makefile.am: Ditto.
297        * sh7032/sci/Makefile.am: Ditto.
298        * sh7032/score/Makefile.am: Ditto.
299        * sh7032/timer/Makefile.am: Ditto.
300        * sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
301        @RTEMS_BSP@.cfg.
302        * sh7045/sci/Makefile.am: Ditto.
303        * sh7045/score/Makefile.am: Ditto.
304        * sh7045/timer/Makefile.am: Ditto.
305        * sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
306        CVS).
307
3082002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
311        * sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
312        * sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
313        * sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
314
3152002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * sh7032/Makefile.am: Merge in include/Makefile.am.
318        * sh7032/include/Makefile.am: Remove.
319        * sh7032/configure.ac: Reflect changes above.
320        * sh7045/Makefile.am: Merge in include/Makefile.am.
321        * sh7045/include/Makefile.am: Remove.
322        * sh7045/configure.ac: Reflect changes above.
323        * sh7750/Makefile.am: Merge in include/Makefile.am.
324        * sh7750/include/Makefile.am: Remove.
325        * sh7750/configure.ac: Reflect changes above.
326
3272002-11-01      Joel Sherrill <joel@OARcorp.com>
328
329        * sh7045/score/ispsh7045.c: Fixed typos.
330        * sh7045/score/cpu_asm.c: Fixed typo.
331        * sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
332        * sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
333        * sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.
334
3352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
338        * sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
339        * sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
340        * sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
341
3422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
345        * sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
346        * sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
347        * sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
348        * sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
349        * sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
350        * sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
351        * sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
352        * sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
353        * sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
355        * sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
356        * sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
357
3582002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
361
3622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
365        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
366        * Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
368        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
369        * sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
377        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
378        * sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
385        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
386        * sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
392
3932002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
396        * sh7750/sci/Makefile.am: Likewise.
397        * sh7750/score/Makefile.am: Likewise.
398        * sh7750/timer/Makefile.am: Likewise.
399
4002002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * sh7032/include/Makefile.am: Remove EXTRA_DIST.
403
4042001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
407        compatibility to make simsh happy.
408
4092001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
410
411        * sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of
412        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
413
4142001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
415
416        * sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
417        merge.
418
4192001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
422        * sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
423        * sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
424        * sh7750/include/sh7750_regs.h: move to
425        include/rtems/score/sh7750_regs.h.
426        * sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
427        * sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
428        Kossovsky's original sources.
429        * sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
430        require automake 1.5.
431        * sh7750/sci/Makefile.am: Disable compilation of console.c.
432        * sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
433        remove SH4_CPU_HZ_Frequency.
434        * sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
435        sh4_regs.h.
436
4372001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: Add sh7750.
440
4412001-10-12      Joel Sherrill <joel@OARcorp.com>
442
443        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
444        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
445        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
446        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
447        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
448        * sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
449        sh7045/include/ispsh7045.h, sh7045/include/sci.h,
450        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
451        sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
452        Fixed typo.
453        * sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
454        avoid dependencies.
455        * sh7750/include/Makefile.am: Reflects above.
456
4572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
460        * configure.in: Remove.
461        * configure.ac: New file, generated from configure.in by autoupdate.
462        * sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
463        * sh7032/configure.in: Remove.
464        * sh7032/configure.ac: New file, generated from configure.in by
465        autoupdate.
466        * sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
467        * sh7045/configure.in: Remove.
468        * sh7045/configure.ac: New file, generated from configure.in by
469        autoupdate.
470
4712001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
472
473        * sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
474        sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
475        sh7750/include/iosh7750.h, sh7750/include/ipl.h,
476        sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
477        sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
478        sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
479        sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
480        sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
481        sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
482        sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
483        sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
484        and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
485
4862001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.
489
4902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
493        * sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
494
4952001-08-10      Radzislaw Galler  <rgaller@et.put.poznan.pl>
496
497        * sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
498        number range check and handling of interrupt priority regs to conform
499        SH2 specs.
500        * sh7045/sci/sci_termios.c: New file.
501        * sh7045/include/sci_termios.h: New file.
502        * sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
503        (include_sh_HEADERS): Added sci_termios.h.
504        * sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
505        casued negative sign extension for vector numbers of 128 and above. This
506        was fixed.
507        * sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
508        necessary setup for new TERMIOS console cooperation.
509
5102001-04-03      Joel Sherrill <joel@OARcorp.com>
511
512        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
513        * sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
514        change.
515        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
516        * sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
517        change.
518        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
519        * sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
520        Account for name change.
521
5222001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
523
524        * sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
525        * sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
526
5272001-01-22      Radzislaw Galler  <rgaller@et.put.poznan.pl>
528
529        * sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
530        initialization to generate an interrupt exactly every 1us.
531
5322001-01-05      Joel Sherrill <joel@OARcorp.com>
533
534        * /dev/null moved to libmisc.
535        * sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
536        * sh7032/include/Makefile.am: Removed null.h.
537        * sh7032/include/null.h, sh7032/null/.cvsignore,
538        sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
539        sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
540        sh7032/null/write.c: Removed.
541        * /dev/null moved to libmisc.
542        * sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
543        * sh7045/include/Makefile.am: Removed null.h.
544        * sh7045/include/null.h, sh7045/null/.cvsignore,
545        sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
546        sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
547        sh7045/null/write.c: Removed.
548
5492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
552        * sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
553        * sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
554
5552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
558        * sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
559        $(RTEMS_TOPdir)/aclocal.
560        * sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
561        $(RTEMS_TOPdir)/aclocal.
562
5632000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
566        canonicalization.
567        * sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
568        to GNU canonicalization.
569        * sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
570        to GNU canonicalization.
571
5722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
575        sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
576        sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
577        * sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
578        sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
579        sh7045/score/Makefile.am: Include compile.am.
580
5812000-08-10      Joel Sherrill <joel@OARcorp.com>
582
583        * ChangeLog: New file.
584        * sh7032/ChangeLog: New file.
585        * sh7045/ChangeLog: New file.
586
Note: See TracBrowser for help on using the repository browser.