source: rtems/c/src/lib/libcpu/sh/ChangeLog @ 1fb90150

4.104.114.95
Last change on this file since 1fb90150 was 1fb90150, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 12:09:15

2008-09-05 Ralf Corsépius <ralf.corsepius@…>

  • sh7032/timer/timer.c, sh7045/timer/timer.c, sh7750/timer/timer.c: Convert to "bool".
  • Property mode set to 100644
File size: 25.5 KB
Line 
12008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * sh7032/timer/timer.c, sh7045/timer/timer.c, sh7750/timer/timer.c:
4        Convert to "bool".
5
62008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * sh7750/sci/sh4uart.c: Misc. bool cleanup.
9        * sh7045/include/sci.h, sh7045/sci/sci.c, sh7750/include/sh/sh4uart.h:
10        Convert to using bool.
11
122008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * sh7032/timer/timer.c, sh7045/timer/timer.c, sh7750/timer/timer.c:
15        Rename timer driver methods to follow RTEMS programming conventions.
16
172008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * sh7032/timer/timer.c, sh7045/timer/timer.c, sh7750/timer/timer.c:
20         Add missing prototypes.
21
222008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * sh7750/sci/console.c: Remove all references to
25        console_reserve_resources and termios_reserve_resources.
26
272007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * sh7032/clock/ckinit.c, sh7032/delay/delay.c, sh7032/timer/timer.c,
30        sh7045/clock/ckinit.c, sh7045/timer/timer.c, sh7750/clock/ckinit.c,
31        sh7750/timer/timer.c: Eliminate the clicks_per_microsecond field in
32        the SuperH CPU Table and define another mechanism for drivers to
33        obtain this information.
34
352007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        PR 1257/bsps
38        * sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/score/cpu_asm.c,
39        sh7045/timer/timer.c, sh7750/score/cpu_asm.c, sh7750/timer/timer.c:
40        Code outside of cpukit should use the public API for
41        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
42        public API and directly accessing _CPU_ISR_Disable and
43        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
44        directive which could lead to problems. This patch also changes the
45        type of the variable passed into these routines and addresses minor
46        style issues.
47
482007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
51        sh7750/score/cpu_asm.c:
52        Use Context_Control_fp* instead of void* for fp_contexts.
53
542006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * configure.ac: New BUG-REPORT address.
57
582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * configure.ac: Require autoconf-2.60. Require automake-1.10.
61
622006-09-13      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * sh7750/include/rtems/score/sh7750_regs.h: Fix spelling of IPRC
65        (Probably a cyrillic 'C' instead of an ASCI 'C').
66
672006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Use RTEMS_AMPOLISH3.
70
712005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
74
752005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Merge-in sh7750/Makefile.am.
78        * preinstall.am: Regenerate.
79        * sh7750/Makefile.am: Remove.
80        * configure.ac: Remove sh7750/Makefile.
81
822005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Merge-in sh7045/Makefile.am.
85        * preinstall.am: Regenerate.
86        * sh7045/Makefile.am: Remove.
87        * configure.ac: Remove sh7045/Makefile.
88
892005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Merge-in sh7032/Makefile.am.
92        * preinstall.am: New.
93        * sh7032/Makefile.am: Remove.
94        * configure.ac: Remove sh7032/Makefile.
95        Add AMPOLISH3.
96
972005-05-03      Joel Sherrill <joel@OARcorp.com>
98
99        * sh7045/sci/sci.c, sh7045/sci/sci_termios.c: Remove warnings.
100
1012005-03-14      Joel Sherrill <joel@OARcorp.com>
102
103        * sh7750/sci/sh4uart.c: Now compiles under gcc 4.x and reformatted.
104
1052005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
108        Eliminate CFLAGS_OPTIMIZE_V.
109
1102005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
113        Remove build-variant support.
114
1152004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
116
117        * configure.ac: Remove RTEMS_ENABLE_BARE.
118
1192004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        * configure.ac: Require automake > 1.9.
122
1232004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        * sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
126        * sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
127        * sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
128
1292004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        * sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h,
132        sh7750/sci/sh4uart.c: Cosmetics.
133
1342004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
137        sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
138        sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
139        sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
140        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
141        sh7045/timer/timer.c, sh7750/clock/ckinit.c,
142        sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
143        sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
144        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
145        fixed size types.
146
1472004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
148
149        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
150
1512004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
154        sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
155        pass sizeof(Context_Control) to context switch.
156
1572004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't
160        include .../lib.am.
161
1622004-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
165        sh7750/ChangeLog.
166        * sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.
167
1682004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
171        * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
172        sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
173        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
174        changes above. Add PREINSTALL_DIRS.
175        * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
176        * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
177        changes above.
178
1792004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
182        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
183        * sh7032/Makefile.am: Use automake compilation rules.
184        * sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
185        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
186        * sh7045/Makefile.am: Use automake compilation rules.
187        * sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
188        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
189        * sh7750/Makefile.am: Use automake compilation rules.
190
1912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
194        PRE/TMPINSTALL_FILES to CLEANFILES.
195        * sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
196        PRE/TMPINSTALL_FILES to CLEANFILES.
197        * sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
198        PRE/TMPINSTALL_FILES to CLEANFILES.
199
2002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
203        * sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
204        * sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
205        * sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
206        * sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
207        * sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
208        * sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
209
2102003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * sh7032/Makefile.am: Misc cleanups and fixes.
213        * sh7045/Makefile.am: Misc cleanups and fixes.
214        * sh7750/Makefile.am: Misc cleanups and fixes.
215
2162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * sh7032/Makefile.am: Remove all-local: $(ARCH).
219        * sh7045/Makefile.am: Remove all-local: $(ARCH).
220        * sh7750/Makefile.am: Remove all-local: $(ARCH).
221
2222003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
225        * sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
226        * sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.
227
2282003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Remove RTEMS_CANONICAL_HOST.
231        * sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
232        * sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
233        * sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.
234
2352003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Remove RTEMS_CHECK_CPU.
238        * sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
239        * sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
240        * sh7750/configure.ac: Remove RTEMS_CHECK_CPU.
241
2422003-09-04      Joel Sherrill <joel@OARcorp.com>
243
244        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
245        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
246        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
247        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
248        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
249        * sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
250        assignment.
251        * sh7045/clock/ckinit.c, sh7045/include/io_types.h,
252        sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
253        sh7045/include/sci.h, sh7045/include/sci_termios.h,
254        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
255        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
256        sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
257        * sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
258        assignment.
259        * sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
260        sh7750/include/rtems/score/ipl.h,
261        sh7750/include/rtems/score/ispsh7750.h,
262        sh7750/include/rtems/score/sh4_regs.h,
263        sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
264        sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
265        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
266        * sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
267        assignment.
268
2692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Reflect having moved aclocal/.
272        * sh7032/Makefile.am: Reflect having moved aclocal/.
273        * sh7045/Makefile.am: Reflect having moved aclocal/.
274        * sh7750/Makefile.am: Reflect having moved aclocal/.
275
2762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Reflect having moved automake/.
279        * sh7032/Makefile.am: Reflect having moved automake/.
280        * sh7045/Makefile.am: Reflect having moved automake/.
281        * sh7750/Makefile.am: Reflect having moved automake/.
282
2832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
286        * sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
287        address.
288        * sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
289        address.
290        * sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
291        address.
292
2932003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
296        * sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
297
2982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Remove AC_CONFIG_AUX_DIR.
301        * sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
302        * sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
303        * sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.
304
3052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
308        * configure.ac: AC_PREREQ(2.57).
309        * sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
310        * sh7032/configure.ac: AC_PREREQ(2.57).
311        * sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
312        * sh7045/configure.ac: AC_PREREQ(2.57).
313        * sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
314        * sh7750/configure.ac: AC_PREREQ(2.57).
315
3162003-02-11      Joel Sherrill <joel@OARcorp.com>
317
318        * sh7032/score/cpu_asm.c: Rework logic that decides when to call
319        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
320        that _ISR_Signals_to_thread_executing was not being honored and/or
321        cleared properly.
322        * sh7045/score/cpu_asm.c: Rework logic that decides when to call
323        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
324        that _ISR_Signals_to_thread_executing was not being honored and/or
325        cleared properly.
326        * sh7750/score/cpu_asm.c: Rework logic that decides when to call
327        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
328        that _ISR_Signals_to_thread_executing was not being honored and/or
329        cleared properly.
330
3312003-02-03      Joel Sherrill <joel@OARcorp.com>
332
333        PR 338/filesystem
334        * sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with
335        rtems_io_lookup_name() (API change).
336
3372003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * sh7032/Makefile.am: Merge-in subdir Makefile.ams.
340        * sh7032/configure.ac: Reflect changes above.
341        * sh7032/score/Makefile.am: Removed.
342        * sh7032/sci/Makefile.am: Removed.
343        * sh7032/timer/Makefile.am: Removed.
344        * sh7032/clock/Makefile.am: Removed.
345        * sh7032/delay/Makefile.am: Removed.
346        * sh7045/Makefile.am: Merge-in subdir Makefile.ams.
347        * sh7045/configure.ac: Reflect changes above.
348        * sh7045/score/Makefile.am: Removed.
349        * sh7045/sci/Makefile.am: Removed.
350        * sh7045/timer/Makefile.am: Removed.
351        * sh7045/clock/Makefile.am: Removed.
352        * sh7750/Makefile.am: Merge-in subdir Makefile.ams.
353        * sh7750/configure.ac: Reflect changes above.
354        * sh7750/score/Makefile.am: Removed.
355        * sh7750/sci/Makefile.am: Removed.
356        * sh7750/timer/Makefile.am: Removed.
357        * sh7750/clock/Makefile.am: Removed.
358
3592003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
362        CVS).
363        * sh7045/score/Makefile.am: Likewise.
364        * sh7045/timer/Makefile.am: Likewise.
365
3662002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
369        @RTEMS_BSP@.cfg.
370        * sh7032/delay/Makefile.am: Ditto.
371        * sh7032/sci/Makefile.am: Ditto.
372        * sh7032/score/Makefile.am: Ditto.
373        * sh7032/timer/Makefile.am: Ditto.
374        * sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
375        @RTEMS_BSP@.cfg.
376        * sh7045/sci/Makefile.am: Ditto.
377        * sh7045/score/Makefile.am: Ditto.
378        * sh7045/timer/Makefile.am: Ditto.
379        * sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
380        CVS).
381
3822002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
385        * sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
386        * sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
387        * sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
388
3892002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * sh7032/Makefile.am: Merge in include/Makefile.am.
392        * sh7032/include/Makefile.am: Remove.
393        * sh7032/configure.ac: Reflect changes above.
394        * sh7045/Makefile.am: Merge in include/Makefile.am.
395        * sh7045/include/Makefile.am: Remove.
396        * sh7045/configure.ac: Reflect changes above.
397        * sh7750/Makefile.am: Merge in include/Makefile.am.
398        * sh7750/include/Makefile.am: Remove.
399        * sh7750/configure.ac: Reflect changes above.
400
4012002-11-01      Joel Sherrill <joel@OARcorp.com>
402
403        * sh7045/score/ispsh7045.c: Fixed typos.
404        * sh7045/score/cpu_asm.c: Fixed typo.
405        * sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
406        * sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
407        * sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.
408
4092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
412        * sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
413        * sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
414        * sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
415
4162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
424        * sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
426        * sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
427        * sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
428        * sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
429        * sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
430        * sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
431
4322002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
435
4362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
439        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
440        * Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
442        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
443        * sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
444        * sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
448        * sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
449        * sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
450        * sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
451        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
452        * sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
459        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
460        * sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
466
4672002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
470        * sh7750/sci/Makefile.am: Likewise.
471        * sh7750/score/Makefile.am: Likewise.
472        * sh7750/timer/Makefile.am: Likewise.
473
4742002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * sh7032/include/Makefile.am: Remove EXTRA_DIST.
477
4782001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
481        compatibility to make simsh happy.
482
4832001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
484
485        * sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of
486        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
487
4882001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
489
490        * sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
491        merge.
492
4932001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
496        * sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
497        * sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
498        * sh7750/include/sh7750_regs.h: move to
499        include/rtems/score/sh7750_regs.h.
500        * sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
501        * sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
502        Kossovsky's original sources.
503        * sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
504        require automake 1.5.
505        * sh7750/sci/Makefile.am: Disable compilation of console.c.
506        * sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
507        remove SH4_CPU_HZ_Frequency.
508        * sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
509        sh4_regs.h.
510
5112001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac: Add sh7750.
514
5152001-10-12      Joel Sherrill <joel@OARcorp.com>
516
517        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
518        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
519        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
520        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
521        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
522        * sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
523        sh7045/include/ispsh7045.h, sh7045/include/sci.h,
524        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
525        sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
526        Fixed typo.
527        * sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
528        avoid dependencies.
529        * sh7750/include/Makefile.am: Reflects above.
530
5312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
534        * configure.in: Remove.
535        * configure.ac: New file, generated from configure.in by autoupdate.
536        * sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
537        * sh7032/configure.in: Remove.
538        * sh7032/configure.ac: New file, generated from configure.in by
539        autoupdate.
540        * sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
541        * sh7045/configure.in: Remove.
542        * sh7045/configure.ac: New file, generated from configure.in by
543        autoupdate.
544
5452001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
546
547        * sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
548        sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
549        sh7750/include/iosh7750.h, sh7750/include/ipl.h,
550        sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
551        sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
552        sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
553        sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
554        sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
555        sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
556        sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
557        sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
558        and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
559
5602001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.
563
5642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
567        * sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
568
5692001-08-10      Radzislaw Galler  <rgaller@et.put.poznan.pl>
570
571        * sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
572        number range check and handling of interrupt priority regs to conform
573        SH2 specs.
574        * sh7045/sci/sci_termios.c: New file.
575        * sh7045/include/sci_termios.h: New file.
576        * sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
577        (include_sh_HEADERS): Added sci_termios.h.
578        * sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
579        casued negative sign extension for vector numbers of 128 and above. This
580        was fixed.
581        * sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
582        necessary setup for new TERMIOS console cooperation.
583
5842001-04-03      Joel Sherrill <joel@OARcorp.com>
585
586        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
587        * sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
588        change.
589        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
590        * sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
591        change.
592        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
593        * sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
594        Account for name change.
595
5962001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
597
598        * sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
599        * sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
600
6012001-01-22      Radzislaw Galler  <rgaller@et.put.poznan.pl>
602
603        * sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
604        initialization to generate an interrupt exactly every 1us.
605
6062001-01-05      Joel Sherrill <joel@OARcorp.com>
607
608        * /dev/null moved to libmisc.
609        * sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
610        * sh7032/include/Makefile.am: Removed null.h.
611        * sh7032/include/null.h, sh7032/null/.cvsignore,
612        sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
613        sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
614        sh7032/null/write.c: Removed.
615        * /dev/null moved to libmisc.
616        * sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
617        * sh7045/include/Makefile.am: Removed null.h.
618        * sh7045/include/null.h, sh7045/null/.cvsignore,
619        sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
620        sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
621        sh7045/null/write.c: Removed.
622
6232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
626        * sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
627        * sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
628
6292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
632        * sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
633        $(RTEMS_TOPdir)/aclocal.
634        * sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
635        $(RTEMS_TOPdir)/aclocal.
636
6372000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
640        canonicalization.
641        * sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
642        to GNU canonicalization.
643        * sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
644        to GNU canonicalization.
645
6462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
649        sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
650        sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
651        * sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
652        sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
653        sh7045/score/Makefile.am: Include compile.am.
654
6552000-08-10      Joel Sherrill <joel@OARcorp.com>
656
657        * ChangeLog: New file.
658        * sh7032/ChangeLog: New file.
659        * sh7045/ChangeLog: New file.
660
Note: See TracBrowser for help on using the repository browser.