source: rtems/c/src/lib/libcpu/sh/ChangeLog @ 8d7fe622

4.104.114.95
Last change on this file since 8d7fe622 was 8d7fe622, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/19/08 at 14:47:08

2008-08-19 Ralf Corsépius <ralf.corsepius@…>

  • sh7032/timer/timer.c, sh7045/timer/timer.c, sh7750/timer/timer.c: Add missing prototypes.
  • Property mode set to 100644
File size: 24.9 KB
Line 
12008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * sh7032/timer/timer.c, sh7045/timer/timer.c, sh7750/timer/timer.c:
4         Add missing prototypes.
5
62008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * sh7750/sci/console.c: Remove all references to
9        console_reserve_resources and termios_reserve_resources.
10
112007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * sh7032/clock/ckinit.c, sh7032/delay/delay.c, sh7032/timer/timer.c,
14        sh7045/clock/ckinit.c, sh7045/timer/timer.c, sh7750/clock/ckinit.c,
15        sh7750/timer/timer.c: Eliminate the clicks_per_microsecond field in
16        the SuperH CPU Table and define another mechanism for drivers to
17        obtain this information.
18
192007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        PR 1257/bsps
22        * sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/score/cpu_asm.c,
23        sh7045/timer/timer.c, sh7750/score/cpu_asm.c, sh7750/timer/timer.c:
24        Code outside of cpukit should use the public API for
25        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
26        public API and directly accessing _CPU_ISR_Disable and
27        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
28        directive which could lead to problems. This patch also changes the
29        type of the variable passed into these routines and addresses minor
30        style issues.
31
322007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
35        sh7750/score/cpu_asm.c:
36        Use Context_Control_fp* instead of void* for fp_contexts.
37
382006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * configure.ac: New BUG-REPORT address.
41
422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Require autoconf-2.60. Require automake-1.10.
45
462006-09-13      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * sh7750/include/rtems/score/sh7750_regs.h: Fix spelling of IPRC
49        (Probably a cyrillic 'C' instead of an ASCI 'C').
50
512006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Use RTEMS_AMPOLISH3.
54
552005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
58
592005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Merge-in sh7750/Makefile.am.
62        * preinstall.am: Regenerate.
63        * sh7750/Makefile.am: Remove.
64        * configure.ac: Remove sh7750/Makefile.
65
662005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Merge-in sh7045/Makefile.am.
69        * preinstall.am: Regenerate.
70        * sh7045/Makefile.am: Remove.
71        * configure.ac: Remove sh7045/Makefile.
72
732005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Merge-in sh7032/Makefile.am.
76        * preinstall.am: New.
77        * sh7032/Makefile.am: Remove.
78        * configure.ac: Remove sh7032/Makefile.
79        Add AMPOLISH3.
80
812005-05-03      Joel Sherrill <joel@OARcorp.com>
82
83        * sh7045/sci/sci.c, sh7045/sci/sci_termios.c: Remove warnings.
84
852005-03-14      Joel Sherrill <joel@OARcorp.com>
86
87        * sh7750/sci/sh4uart.c: Now compiles under gcc 4.x and reformatted.
88
892005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
92        Eliminate CFLAGS_OPTIMIZE_V.
93
942005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
97        Remove build-variant support.
98
992004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        * configure.ac: Remove RTEMS_ENABLE_BARE.
102
1032004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * configure.ac: Require automake > 1.9.
106
1072004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
110        * sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
111        * sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
112
1132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h,
116        sh7750/sci/sh4uart.c: Cosmetics.
117
1182004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
119
120        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
121        sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
122        sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
123        sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
124        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
125        sh7045/timer/timer.c, sh7750/clock/ckinit.c,
126        sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
127        sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
128        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
129        fixed size types.
130
1312004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
134
1352004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
138        sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
139        pass sizeof(Context_Control) to context switch.
140
1412004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't
144        include .../lib.am.
145
1462004-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
149        sh7750/ChangeLog.
150        * sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.
151
1522004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
155        * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
156        sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
157        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
158        changes above. Add PREINSTALL_DIRS.
159        * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
160        * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
161        changes above.
162
1632004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
166        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
167        * sh7032/Makefile.am: Use automake compilation rules.
168        * sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
169        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
170        * sh7045/Makefile.am: Use automake compilation rules.
171        * sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
172        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
173        * sh7750/Makefile.am: Use automake compilation rules.
174
1752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
178        PRE/TMPINSTALL_FILES to CLEANFILES.
179        * sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
180        PRE/TMPINSTALL_FILES to CLEANFILES.
181        * sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
182        PRE/TMPINSTALL_FILES to CLEANFILES.
183
1842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
187        * sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
188        * sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
189        * sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
190        * sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
191        * sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
192        * sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
193
1942003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * sh7032/Makefile.am: Misc cleanups and fixes.
197        * sh7045/Makefile.am: Misc cleanups and fixes.
198        * sh7750/Makefile.am: Misc cleanups and fixes.
199
2002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * sh7032/Makefile.am: Remove all-local: $(ARCH).
203        * sh7045/Makefile.am: Remove all-local: $(ARCH).
204        * sh7750/Makefile.am: Remove all-local: $(ARCH).
205
2062003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
209        * sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
210        * sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.
211
2122003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Remove RTEMS_CANONICAL_HOST.
215        * sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
216        * sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
217        * sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.
218
2192003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove RTEMS_CHECK_CPU.
222        * sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
223        * sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
224        * sh7750/configure.ac: Remove RTEMS_CHECK_CPU.
225
2262003-09-04      Joel Sherrill <joel@OARcorp.com>
227
228        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
229        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
230        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
231        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
232        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
233        * sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
234        assignment.
235        * sh7045/clock/ckinit.c, sh7045/include/io_types.h,
236        sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
237        sh7045/include/sci.h, sh7045/include/sci_termios.h,
238        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
239        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
240        sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
241        * sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
242        assignment.
243        * sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
244        sh7750/include/rtems/score/ipl.h,
245        sh7750/include/rtems/score/ispsh7750.h,
246        sh7750/include/rtems/score/sh4_regs.h,
247        sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
248        sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
249        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
250        * sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
251        assignment.
252
2532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Reflect having moved aclocal/.
256        * sh7032/Makefile.am: Reflect having moved aclocal/.
257        * sh7045/Makefile.am: Reflect having moved aclocal/.
258        * sh7750/Makefile.am: Reflect having moved aclocal/.
259
2602003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Reflect having moved automake/.
263        * sh7032/Makefile.am: Reflect having moved automake/.
264        * sh7045/Makefile.am: Reflect having moved automake/.
265        * sh7750/Makefile.am: Reflect having moved automake/.
266
2672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
270        * sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
271        address.
272        * sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
273        address.
274        * sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
275        address.
276
2772003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
280        * sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
281
2822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Remove AC_CONFIG_AUX_DIR.
285        * sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
286        * sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
287        * sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.
288
2892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
292        * configure.ac: AC_PREREQ(2.57).
293        * sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
294        * sh7032/configure.ac: AC_PREREQ(2.57).
295        * sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
296        * sh7045/configure.ac: AC_PREREQ(2.57).
297        * sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
298        * sh7750/configure.ac: AC_PREREQ(2.57).
299
3002003-02-11      Joel Sherrill <joel@OARcorp.com>
301
302        * sh7032/score/cpu_asm.c: Rework logic that decides when to call
303        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
304        that _ISR_Signals_to_thread_executing was not being honored and/or
305        cleared properly.
306        * sh7045/score/cpu_asm.c: Rework logic that decides when to call
307        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
308        that _ISR_Signals_to_thread_executing was not being honored and/or
309        cleared properly.
310        * sh7750/score/cpu_asm.c: Rework logic that decides when to call
311        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
312        that _ISR_Signals_to_thread_executing was not being honored and/or
313        cleared properly.
314
3152003-02-03      Joel Sherrill <joel@OARcorp.com>
316
317        PR 338/filesystem
318        * sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with
319        rtems_io_lookup_name() (API change).
320
3212003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * sh7032/Makefile.am: Merge-in subdir Makefile.ams.
324        * sh7032/configure.ac: Reflect changes above.
325        * sh7032/score/Makefile.am: Removed.
326        * sh7032/sci/Makefile.am: Removed.
327        * sh7032/timer/Makefile.am: Removed.
328        * sh7032/clock/Makefile.am: Removed.
329        * sh7032/delay/Makefile.am: Removed.
330        * sh7045/Makefile.am: Merge-in subdir Makefile.ams.
331        * sh7045/configure.ac: Reflect changes above.
332        * sh7045/score/Makefile.am: Removed.
333        * sh7045/sci/Makefile.am: Removed.
334        * sh7045/timer/Makefile.am: Removed.
335        * sh7045/clock/Makefile.am: Removed.
336        * sh7750/Makefile.am: Merge-in subdir Makefile.ams.
337        * sh7750/configure.ac: Reflect changes above.
338        * sh7750/score/Makefile.am: Removed.
339        * sh7750/sci/Makefile.am: Removed.
340        * sh7750/timer/Makefile.am: Removed.
341        * sh7750/clock/Makefile.am: Removed.
342
3432003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
346        CVS).
347        * sh7045/score/Makefile.am: Likewise.
348        * sh7045/timer/Makefile.am: Likewise.
349
3502002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
353        @RTEMS_BSP@.cfg.
354        * sh7032/delay/Makefile.am: Ditto.
355        * sh7032/sci/Makefile.am: Ditto.
356        * sh7032/score/Makefile.am: Ditto.
357        * sh7032/timer/Makefile.am: Ditto.
358        * sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
359        @RTEMS_BSP@.cfg.
360        * sh7045/sci/Makefile.am: Ditto.
361        * sh7045/score/Makefile.am: Ditto.
362        * sh7045/timer/Makefile.am: Ditto.
363        * sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
364        CVS).
365
3662002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
369        * sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
370        * sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
371        * sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
372
3732002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * sh7032/Makefile.am: Merge in include/Makefile.am.
376        * sh7032/include/Makefile.am: Remove.
377        * sh7032/configure.ac: Reflect changes above.
378        * sh7045/Makefile.am: Merge in include/Makefile.am.
379        * sh7045/include/Makefile.am: Remove.
380        * sh7045/configure.ac: Reflect changes above.
381        * sh7750/Makefile.am: Merge in include/Makefile.am.
382        * sh7750/include/Makefile.am: Remove.
383        * sh7750/configure.ac: Reflect changes above.
384
3852002-11-01      Joel Sherrill <joel@OARcorp.com>
386
387        * sh7045/score/ispsh7045.c: Fixed typos.
388        * sh7045/score/cpu_asm.c: Fixed typo.
389        * sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
390        * sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
391        * sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.
392
3932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
396        * sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
397        * sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
398        * sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
399
4002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
403        * sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
404        * sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
405        * sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
407        * sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
408        * sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
409        * sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
410        * sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
411        * sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
412        * sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
413        * sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
414        * sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
415
4162002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
419
4202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
423        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
424        * Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
426        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
427        * sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
432        * sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
433        * sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
434        * sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
435        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
436        * sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
443        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
444        * sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
448        * sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
449        * sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
450
4512002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
454        * sh7750/sci/Makefile.am: Likewise.
455        * sh7750/score/Makefile.am: Likewise.
456        * sh7750/timer/Makefile.am: Likewise.
457
4582002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * sh7032/include/Makefile.am: Remove EXTRA_DIST.
461
4622001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
465        compatibility to make simsh happy.
466
4672001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
468
469        * sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of
470        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
471
4722001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
473
474        * sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
475        merge.
476
4772001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
480        * sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
481        * sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
482        * sh7750/include/sh7750_regs.h: move to
483        include/rtems/score/sh7750_regs.h.
484        * sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
485        * sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
486        Kossovsky's original sources.
487        * sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
488        require automake 1.5.
489        * sh7750/sci/Makefile.am: Disable compilation of console.c.
490        * sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
491        remove SH4_CPU_HZ_Frequency.
492        * sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
493        sh4_regs.h.
494
4952001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.ac: Add sh7750.
498
4992001-10-12      Joel Sherrill <joel@OARcorp.com>
500
501        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
502        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
503        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
504        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
505        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
506        * sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
507        sh7045/include/ispsh7045.h, sh7045/include/sci.h,
508        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
509        sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
510        Fixed typo.
511        * sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
512        avoid dependencies.
513        * sh7750/include/Makefile.am: Reflects above.
514
5152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
518        * configure.in: Remove.
519        * configure.ac: New file, generated from configure.in by autoupdate.
520        * sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
521        * sh7032/configure.in: Remove.
522        * sh7032/configure.ac: New file, generated from configure.in by
523        autoupdate.
524        * sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
525        * sh7045/configure.in: Remove.
526        * sh7045/configure.ac: New file, generated from configure.in by
527        autoupdate.
528
5292001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
530
531        * sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
532        sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
533        sh7750/include/iosh7750.h, sh7750/include/ipl.h,
534        sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
535        sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
536        sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
537        sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
538        sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
539        sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
540        sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
541        sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
542        and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
543
5442001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.
547
5482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
551        * sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
552
5532001-08-10      Radzislaw Galler  <rgaller@et.put.poznan.pl>
554
555        * sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
556        number range check and handling of interrupt priority regs to conform
557        SH2 specs.
558        * sh7045/sci/sci_termios.c: New file.
559        * sh7045/include/sci_termios.h: New file.
560        * sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
561        (include_sh_HEADERS): Added sci_termios.h.
562        * sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
563        casued negative sign extension for vector numbers of 128 and above. This
564        was fixed.
565        * sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
566        necessary setup for new TERMIOS console cooperation.
567
5682001-04-03      Joel Sherrill <joel@OARcorp.com>
569
570        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
571        * sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
572        change.
573        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
574        * sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
575        change.
576        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
577        * sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
578        Account for name change.
579
5802001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
581
582        * sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
583        * sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
584
5852001-01-22      Radzislaw Galler  <rgaller@et.put.poznan.pl>
586
587        * sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
588        initialization to generate an interrupt exactly every 1us.
589
5902001-01-05      Joel Sherrill <joel@OARcorp.com>
591
592        * /dev/null moved to libmisc.
593        * sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
594        * sh7032/include/Makefile.am: Removed null.h.
595        * sh7032/include/null.h, sh7032/null/.cvsignore,
596        sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
597        sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
598        sh7032/null/write.c: Removed.
599        * /dev/null moved to libmisc.
600        * sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
601        * sh7045/include/Makefile.am: Removed null.h.
602        * sh7045/include/null.h, sh7045/null/.cvsignore,
603        sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
604        sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
605        sh7045/null/write.c: Removed.
606
6072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
610        * sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
611        * sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
612
6132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
616        * sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
617        $(RTEMS_TOPdir)/aclocal.
618        * sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
619        $(RTEMS_TOPdir)/aclocal.
620
6212000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
624        canonicalization.
625        * sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
626        to GNU canonicalization.
627        * sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
628        to GNU canonicalization.
629
6302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
633        sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
634        sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
635        * sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
636        sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
637        sh7045/score/Makefile.am: Include compile.am.
638
6392000-08-10      Joel Sherrill <joel@OARcorp.com>
640
641        * ChangeLog: New file.
642        * sh7032/ChangeLog: New file.
643        * sh7045/ChangeLog: New file.
644
Note: See TracBrowser for help on using the repository browser.