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

4.104.114.84.95
Last change on this file since be31de7 was 4bee7d9c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/16/06 at 14:32:21

2006-05-16 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Use RTEMS_AMPOLISH3.
  • Property mode set to 100644
File size: 23.1 KB
Line 
12006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Use RTEMS_AMPOLISH3.
4
52005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
8
92005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Merge-in sh7750/Makefile.am.
12        * preinstall.am: Regenerate.
13        * sh7750/Makefile.am: Remove.
14        * configure.ac: Remove sh7750/Makefile.
15
162005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Merge-in sh7045/Makefile.am.
19        * preinstall.am: Regenerate.
20        * sh7045/Makefile.am: Remove.
21        * configure.ac: Remove sh7045/Makefile.
22
232005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Merge-in sh7032/Makefile.am.
26        * preinstall.am: New.
27        * sh7032/Makefile.am: Remove.
28        * configure.ac: Remove sh7032/Makefile.
29        Add AMPOLISH3.
30
312005-05-03      Joel Sherrill <joel@OARcorp.com>
32
33        * sh7045/sci/sci.c, sh7045/sci/sci_termios.c: Remove warnings.
34
352005-03-14      Joel Sherrill <joel@OARcorp.com>
36
37        * sh7750/sci/sh4uart.c: Now compiles under gcc 4.x and reformatted.
38
392005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
42        Eliminate CFLAGS_OPTIMIZE_V.
43
442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
47        Remove build-variant support.
48
492004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * configure.ac: Remove RTEMS_ENABLE_BARE.
52
532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * configure.ac: Require automake > 1.9.
56
572004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
60        * sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
61        * sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
62
632004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h,
66        sh7750/sci/sh4uart.c: Cosmetics.
67
682004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
71        sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
72        sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
73        sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
74        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
75        sh7045/timer/timer.c, sh7750/clock/ckinit.c,
76        sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
77        sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
78        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
79        fixed size types.
80
812004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
84
852004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
88        sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
89        pass sizeof(Context_Control) to context switch.
90
912004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't
94        include .../lib.am.
95
962004-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
99        sh7750/ChangeLog.
100        * sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.
101
1022004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
105        * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
106        sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
107        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
108        changes above. Add PREINSTALL_DIRS.
109        * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
110        * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
111        changes above.
112
1132004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
116        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
117        * sh7032/Makefile.am: Use automake compilation rules.
118        * sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
119        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
120        * sh7045/Makefile.am: Use automake compilation rules.
121        * sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
122        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
123        * sh7750/Makefile.am: Use automake compilation rules.
124
1252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
128        PRE/TMPINSTALL_FILES to CLEANFILES.
129        * sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
130        PRE/TMPINSTALL_FILES to CLEANFILES.
131        * sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
132        PRE/TMPINSTALL_FILES to CLEANFILES.
133
1342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
137        * sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
138        * sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
139        * sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
140        * sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
141        * sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
142        * sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
143
1442003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * sh7032/Makefile.am: Misc cleanups and fixes.
147        * sh7045/Makefile.am: Misc cleanups and fixes.
148        * sh7750/Makefile.am: Misc cleanups and fixes.
149
1502003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * sh7032/Makefile.am: Remove all-local: $(ARCH).
153        * sh7045/Makefile.am: Remove all-local: $(ARCH).
154        * sh7750/Makefile.am: Remove all-local: $(ARCH).
155
1562003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
159        * sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
160        * sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.
161
1622003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Remove RTEMS_CANONICAL_HOST.
165        * sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
166        * sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
167        * sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.
168
1692003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Remove RTEMS_CHECK_CPU.
172        * sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
173        * sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
174        * sh7750/configure.ac: Remove RTEMS_CHECK_CPU.
175
1762003-09-04      Joel Sherrill <joel@OARcorp.com>
177
178        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
179        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
180        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
181        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
182        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
183        * sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
184        assignment.
185        * sh7045/clock/ckinit.c, sh7045/include/io_types.h,
186        sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
187        sh7045/include/sci.h, sh7045/include/sci_termios.h,
188        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
189        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
190        sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
191        * sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
192        assignment.
193        * sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
194        sh7750/include/rtems/score/ipl.h,
195        sh7750/include/rtems/score/ispsh7750.h,
196        sh7750/include/rtems/score/sh4_regs.h,
197        sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
198        sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
199        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
200        * sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
201        assignment.
202
2032003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Reflect having moved aclocal/.
206        * sh7032/Makefile.am: Reflect having moved aclocal/.
207        * sh7045/Makefile.am: Reflect having moved aclocal/.
208        * sh7750/Makefile.am: Reflect having moved aclocal/.
209
2102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Reflect having moved automake/.
213        * sh7032/Makefile.am: Reflect having moved automake/.
214        * sh7045/Makefile.am: Reflect having moved automake/.
215        * sh7750/Makefile.am: Reflect having moved automake/.
216
2172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
220        * sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
221        address.
222        * sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
223        address.
224        * sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
225        address.
226
2272003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
230        * sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
231
2322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove AC_CONFIG_AUX_DIR.
235        * sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
236        * sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
237        * sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.
238
2392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
242        * configure.ac: AC_PREREQ(2.57).
243        * sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
244        * sh7032/configure.ac: AC_PREREQ(2.57).
245        * sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
246        * sh7045/configure.ac: AC_PREREQ(2.57).
247        * sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
248        * sh7750/configure.ac: AC_PREREQ(2.57).
249
2502003-02-11      Joel Sherrill <joel@OARcorp.com>
251
252        * sh7032/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        * sh7045/score/cpu_asm.c: Rework logic that decides when to call
257        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
258        that _ISR_Signals_to_thread_executing was not being honored and/or
259        cleared properly.
260        * sh7750/score/cpu_asm.c: Rework logic that decides when to call
261        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
262        that _ISR_Signals_to_thread_executing was not being honored and/or
263        cleared properly.
264
2652003-02-03      Joel Sherrill <joel@OARcorp.com>
266
267        PR 338/filesystem
268        * sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with
269        rtems_io_lookup_name() (API change).
270
2712003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * sh7032/Makefile.am: Merge-in subdir Makefile.ams.
274        * sh7032/configure.ac: Reflect changes above.
275        * sh7032/score/Makefile.am: Removed.
276        * sh7032/sci/Makefile.am: Removed.
277        * sh7032/timer/Makefile.am: Removed.
278        * sh7032/clock/Makefile.am: Removed.
279        * sh7032/delay/Makefile.am: Removed.
280        * sh7045/Makefile.am: Merge-in subdir Makefile.ams.
281        * sh7045/configure.ac: Reflect changes above.
282        * sh7045/score/Makefile.am: Removed.
283        * sh7045/sci/Makefile.am: Removed.
284        * sh7045/timer/Makefile.am: Removed.
285        * sh7045/clock/Makefile.am: Removed.
286        * sh7750/Makefile.am: Merge-in subdir Makefile.ams.
287        * sh7750/configure.ac: Reflect changes above.
288        * sh7750/score/Makefile.am: Removed.
289        * sh7750/sci/Makefile.am: Removed.
290        * sh7750/timer/Makefile.am: Removed.
291        * sh7750/clock/Makefile.am: Removed.
292
2932003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
296        CVS).
297        * sh7045/score/Makefile.am: Likewise.
298        * sh7045/timer/Makefile.am: Likewise.
299
3002002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
303        @RTEMS_BSP@.cfg.
304        * sh7032/delay/Makefile.am: Ditto.
305        * sh7032/sci/Makefile.am: Ditto.
306        * sh7032/score/Makefile.am: Ditto.
307        * sh7032/timer/Makefile.am: Ditto.
308        * sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
309        @RTEMS_BSP@.cfg.
310        * sh7045/sci/Makefile.am: Ditto.
311        * sh7045/score/Makefile.am: Ditto.
312        * sh7045/timer/Makefile.am: Ditto.
313        * sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
314        CVS).
315
3162002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
319        * sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
320        * sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
321        * sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
322
3232002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * sh7032/Makefile.am: Merge in include/Makefile.am.
326        * sh7032/include/Makefile.am: Remove.
327        * sh7032/configure.ac: Reflect changes above.
328        * sh7045/Makefile.am: Merge in include/Makefile.am.
329        * sh7045/include/Makefile.am: Remove.
330        * sh7045/configure.ac: Reflect changes above.
331        * sh7750/Makefile.am: Merge in include/Makefile.am.
332        * sh7750/include/Makefile.am: Remove.
333        * sh7750/configure.ac: Reflect changes above.
334
3352002-11-01      Joel Sherrill <joel@OARcorp.com>
336
337        * sh7045/score/ispsh7045.c: Fixed typos.
338        * sh7045/score/cpu_asm.c: Fixed typo.
339        * sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
340        * sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
341        * sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.
342
3432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
346        * sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
347        * sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
348        * sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
349
3502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
353        * sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
355        * sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
356        * sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
357        * sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
358        * sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
359        * sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
360        * sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
361        * sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
362        * sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
363        * sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
364        * sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
365
3662002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
369
3702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
373        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
374        * Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
376        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
377        * sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
385        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
386        * sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
393        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
394        * sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
400
4012002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
404        * sh7750/sci/Makefile.am: Likewise.
405        * sh7750/score/Makefile.am: Likewise.
406        * sh7750/timer/Makefile.am: Likewise.
407
4082002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * sh7032/include/Makefile.am: Remove EXTRA_DIST.
411
4122001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
415        compatibility to make simsh happy.
416
4172001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
418
419        * sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of
420        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
421
4222001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
423
424        * sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
425        merge.
426
4272001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
430        * sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
431        * sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
432        * sh7750/include/sh7750_regs.h: move to
433        include/rtems/score/sh7750_regs.h.
434        * sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
435        * sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
436        Kossovsky's original sources.
437        * sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
438        require automake 1.5.
439        * sh7750/sci/Makefile.am: Disable compilation of console.c.
440        * sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
441        remove SH4_CPU_HZ_Frequency.
442        * sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
443        sh4_regs.h.
444
4452001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Add sh7750.
448
4492001-10-12      Joel Sherrill <joel@OARcorp.com>
450
451        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
452        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
453        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
454        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
455        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
456        * sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
457        sh7045/include/ispsh7045.h, sh7045/include/sci.h,
458        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
459        sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
460        Fixed typo.
461        * sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
462        avoid dependencies.
463        * sh7750/include/Makefile.am: Reflects above.
464
4652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
468        * configure.in: Remove.
469        * configure.ac: New file, generated from configure.in by autoupdate.
470        * sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
471        * sh7032/configure.in: Remove.
472        * sh7032/configure.ac: New file, generated from configure.in by
473        autoupdate.
474        * sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
475        * sh7045/configure.in: Remove.
476        * sh7045/configure.ac: New file, generated from configure.in by
477        autoupdate.
478
4792001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
480
481        * sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
482        sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
483        sh7750/include/iosh7750.h, sh7750/include/ipl.h,
484        sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
485        sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
486        sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
487        sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
488        sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
489        sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
490        sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
491        sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
492        and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
493
4942001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.
497
4982001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
501        * sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
502
5032001-08-10      Radzislaw Galler  <rgaller@et.put.poznan.pl>
504
505        * sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
506        number range check and handling of interrupt priority regs to conform
507        SH2 specs.
508        * sh7045/sci/sci_termios.c: New file.
509        * sh7045/include/sci_termios.h: New file.
510        * sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
511        (include_sh_HEADERS): Added sci_termios.h.
512        * sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
513        casued negative sign extension for vector numbers of 128 and above. This
514        was fixed.
515        * sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
516        necessary setup for new TERMIOS console cooperation.
517
5182001-04-03      Joel Sherrill <joel@OARcorp.com>
519
520        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
521        * sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
522        change.
523        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
524        * sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
525        change.
526        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
527        * sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
528        Account for name change.
529
5302001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
531
532        * sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
533        * sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
534
5352001-01-22      Radzislaw Galler  <rgaller@et.put.poznan.pl>
536
537        * sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
538        initialization to generate an interrupt exactly every 1us.
539
5402001-01-05      Joel Sherrill <joel@OARcorp.com>
541
542        * /dev/null moved to libmisc.
543        * sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
544        * sh7032/include/Makefile.am: Removed null.h.
545        * sh7032/include/null.h, sh7032/null/.cvsignore,
546        sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
547        sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
548        sh7032/null/write.c: Removed.
549        * /dev/null moved to libmisc.
550        * sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
551        * sh7045/include/Makefile.am: Removed null.h.
552        * sh7045/include/null.h, sh7045/null/.cvsignore,
553        sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
554        sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
555        sh7045/null/write.c: Removed.
556
5572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
560        * sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
561        * sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
562
5632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
566        * sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
567        $(RTEMS_TOPdir)/aclocal.
568        * sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
569        $(RTEMS_TOPdir)/aclocal.
570
5712000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
574        canonicalization.
575        * sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
576        to GNU canonicalization.
577        * sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
578        to GNU canonicalization.
579
5802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
583        sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
584        sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
585        * sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
586        sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
587        sh7045/score/Makefile.am: Include compile.am.
588
5892000-08-10      Joel Sherrill <joel@OARcorp.com>
590
591        * ChangeLog: New file.
592        * sh7032/ChangeLog: New file.
593        * sh7045/ChangeLog: New file.
594
Note: See TracBrowser for help on using the repository browser.