source: rtems/c/src/lib/libcpu/sh/ChangeLog @ 99f6793

4.104.114.95
Last change on this file since 99f6793 was 99f6793, checked in by Joel Sherrill <joel.sherrill@…>, on 11/26/07 at 23:02:03

2007-11-26 Joel Sherrill <joel.sherrill@…>

  • sh7032/clock/ckinit.c, sh7032/delay/delay.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c, sh7045/timer/timer.c, sh7750/clock/ckinit.c, sh7750/timer/timer.c: Eliminate the clicks_per_microsecond field in the SuperH CPU Table and define another mechanism for drivers to obtain this information.
  • Property mode set to 100644
File size: 24.6 KB
Line 
12007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * sh7032/clock/ckinit.c, sh7032/delay/delay.c, sh7032/timer/timer.c,
4        sh7045/clock/ckinit.c, sh7045/timer/timer.c, sh7750/clock/ckinit.c,
5        sh7750/timer/timer.c: Eliminate the clicks_per_microsecond field in
6        the SuperH CPU Table and define another mechanism for drivers to
7        obtain this information.
8
92007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        PR 1257/bsps
12        * sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/score/cpu_asm.c,
13        sh7045/timer/timer.c, sh7750/score/cpu_asm.c, sh7750/timer/timer.c:
14        Code outside of cpukit should use the public API for
15        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
16        public API and directly accessing _CPU_ISR_Disable and
17        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
18        directive which could lead to problems. This patch also changes the
19        type of the variable passed into these routines and addresses minor
20        style issues.
21
222007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
25        sh7750/score/cpu_asm.c:
26        Use Context_Control_fp* instead of void* for fp_contexts.
27
282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: New BUG-REPORT address.
31
322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Require autoconf-2.60. Require automake-1.10.
35
362006-09-13      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * sh7750/include/rtems/score/sh7750_regs.h: Fix spelling of IPRC
39        (Probably a cyrillic 'C' instead of an ASCI 'C').
40
412006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * configure.ac: Use RTEMS_AMPOLISH3.
44
452005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
48
492005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Merge-in sh7750/Makefile.am.
52        * preinstall.am: Regenerate.
53        * sh7750/Makefile.am: Remove.
54        * configure.ac: Remove sh7750/Makefile.
55
562005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Merge-in sh7045/Makefile.am.
59        * preinstall.am: Regenerate.
60        * sh7045/Makefile.am: Remove.
61        * configure.ac: Remove sh7045/Makefile.
62
632005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Merge-in sh7032/Makefile.am.
66        * preinstall.am: New.
67        * sh7032/Makefile.am: Remove.
68        * configure.ac: Remove sh7032/Makefile.
69        Add AMPOLISH3.
70
712005-05-03      Joel Sherrill <joel@OARcorp.com>
72
73        * sh7045/sci/sci.c, sh7045/sci/sci_termios.c: Remove warnings.
74
752005-03-14      Joel Sherrill <joel@OARcorp.com>
76
77        * sh7750/sci/sh4uart.c: Now compiles under gcc 4.x and reformatted.
78
792005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
82        Eliminate CFLAGS_OPTIMIZE_V.
83
842005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
87        Remove build-variant support.
88
892004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * configure.ac: Remove RTEMS_ENABLE_BARE.
92
932004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * configure.ac: Require automake > 1.9.
96
972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
100        * sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
101        * sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
102
1032004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h,
106        sh7750/sci/sh4uart.c: Cosmetics.
107
1082004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
111        sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
112        sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
113        sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
114        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
115        sh7045/timer/timer.c, sh7750/clock/ckinit.c,
116        sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
117        sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
118        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
119        fixed size types.
120
1212004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
124
1252004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
128        sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
129        pass sizeof(Context_Control) to context switch.
130
1312004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't
134        include .../lib.am.
135
1362004-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
139        sh7750/ChangeLog.
140        * sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.
141
1422004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
145        * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
146        sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
147        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
148        changes above. Add PREINSTALL_DIRS.
149        * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
150        * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
151        changes above.
152
1532004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
156        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
157        * sh7032/Makefile.am: Use automake compilation rules.
158        * sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
159        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
160        * sh7045/Makefile.am: Use automake compilation rules.
161        * sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
162        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
163        * sh7750/Makefile.am: Use automake compilation rules.
164
1652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
168        PRE/TMPINSTALL_FILES to CLEANFILES.
169        * sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
170        PRE/TMPINSTALL_FILES to CLEANFILES.
171        * sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
172        PRE/TMPINSTALL_FILES to CLEANFILES.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
177        * sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
178        * sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
179        * sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
180        * sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
181        * sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
182        * sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
183
1842003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * sh7032/Makefile.am: Misc cleanups and fixes.
187        * sh7045/Makefile.am: Misc cleanups and fixes.
188        * sh7750/Makefile.am: Misc cleanups and fixes.
189
1902003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * sh7032/Makefile.am: Remove all-local: $(ARCH).
193        * sh7045/Makefile.am: Remove all-local: $(ARCH).
194        * sh7750/Makefile.am: Remove all-local: $(ARCH).
195
1962003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
199        * sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
200        * sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.
201
2022003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Remove RTEMS_CANONICAL_HOST.
205        * sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
206        * sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
207        * sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.
208
2092003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Remove RTEMS_CHECK_CPU.
212        * sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
213        * sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
214        * sh7750/configure.ac: Remove RTEMS_CHECK_CPU.
215
2162003-09-04      Joel Sherrill <joel@OARcorp.com>
217
218        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
219        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
220        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
221        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
222        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
223        * sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
224        assignment.
225        * sh7045/clock/ckinit.c, sh7045/include/io_types.h,
226        sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
227        sh7045/include/sci.h, sh7045/include/sci_termios.h,
228        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
229        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
230        sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
231        * sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
232        assignment.
233        * sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
234        sh7750/include/rtems/score/ipl.h,
235        sh7750/include/rtems/score/ispsh7750.h,
236        sh7750/include/rtems/score/sh4_regs.h,
237        sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
238        sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
239        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
240        * sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
241        assignment.
242
2432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Reflect having moved aclocal/.
246        * sh7032/Makefile.am: Reflect having moved aclocal/.
247        * sh7045/Makefile.am: Reflect having moved aclocal/.
248        * sh7750/Makefile.am: Reflect having moved aclocal/.
249
2502003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Reflect having moved automake/.
253        * sh7032/Makefile.am: Reflect having moved automake/.
254        * sh7045/Makefile.am: Reflect having moved automake/.
255        * sh7750/Makefile.am: Reflect having moved automake/.
256
2572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
260        * sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
261        address.
262        * sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
263        address.
264        * sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
265        address.
266
2672003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
270        * sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
271
2722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Remove AC_CONFIG_AUX_DIR.
275        * sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
276        * sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
277        * sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.
278
2792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
282        * configure.ac: AC_PREREQ(2.57).
283        * sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
284        * sh7032/configure.ac: AC_PREREQ(2.57).
285        * sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
286        * sh7045/configure.ac: AC_PREREQ(2.57).
287        * sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
288        * sh7750/configure.ac: AC_PREREQ(2.57).
289
2902003-02-11      Joel Sherrill <joel@OARcorp.com>
291
292        * sh7032/score/cpu_asm.c: Rework logic that decides when to call
293        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
294        that _ISR_Signals_to_thread_executing was not being honored and/or
295        cleared properly.
296        * sh7045/score/cpu_asm.c: Rework logic that decides when to call
297        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
298        that _ISR_Signals_to_thread_executing was not being honored and/or
299        cleared properly.
300        * sh7750/score/cpu_asm.c: Rework logic that decides when to call
301        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
302        that _ISR_Signals_to_thread_executing was not being honored and/or
303        cleared properly.
304
3052003-02-03      Joel Sherrill <joel@OARcorp.com>
306
307        PR 338/filesystem
308        * sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with
309        rtems_io_lookup_name() (API change).
310
3112003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * sh7032/Makefile.am: Merge-in subdir Makefile.ams.
314        * sh7032/configure.ac: Reflect changes above.
315        * sh7032/score/Makefile.am: Removed.
316        * sh7032/sci/Makefile.am: Removed.
317        * sh7032/timer/Makefile.am: Removed.
318        * sh7032/clock/Makefile.am: Removed.
319        * sh7032/delay/Makefile.am: Removed.
320        * sh7045/Makefile.am: Merge-in subdir Makefile.ams.
321        * sh7045/configure.ac: Reflect changes above.
322        * sh7045/score/Makefile.am: Removed.
323        * sh7045/sci/Makefile.am: Removed.
324        * sh7045/timer/Makefile.am: Removed.
325        * sh7045/clock/Makefile.am: Removed.
326        * sh7750/Makefile.am: Merge-in subdir Makefile.ams.
327        * sh7750/configure.ac: Reflect changes above.
328        * sh7750/score/Makefile.am: Removed.
329        * sh7750/sci/Makefile.am: Removed.
330        * sh7750/timer/Makefile.am: Removed.
331        * sh7750/clock/Makefile.am: Removed.
332
3332003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
336        CVS).
337        * sh7045/score/Makefile.am: Likewise.
338        * sh7045/timer/Makefile.am: Likewise.
339
3402002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
343        @RTEMS_BSP@.cfg.
344        * sh7032/delay/Makefile.am: Ditto.
345        * sh7032/sci/Makefile.am: Ditto.
346        * sh7032/score/Makefile.am: Ditto.
347        * sh7032/timer/Makefile.am: Ditto.
348        * sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
349        @RTEMS_BSP@.cfg.
350        * sh7045/sci/Makefile.am: Ditto.
351        * sh7045/score/Makefile.am: Ditto.
352        * sh7045/timer/Makefile.am: Ditto.
353        * sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
354        CVS).
355
3562002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
359        * sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
360        * sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
361        * sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
362
3632002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * sh7032/Makefile.am: Merge in include/Makefile.am.
366        * sh7032/include/Makefile.am: Remove.
367        * sh7032/configure.ac: Reflect changes above.
368        * sh7045/Makefile.am: Merge in include/Makefile.am.
369        * sh7045/include/Makefile.am: Remove.
370        * sh7045/configure.ac: Reflect changes above.
371        * sh7750/Makefile.am: Merge in include/Makefile.am.
372        * sh7750/include/Makefile.am: Remove.
373        * sh7750/configure.ac: Reflect changes above.
374
3752002-11-01      Joel Sherrill <joel@OARcorp.com>
376
377        * sh7045/score/ispsh7045.c: Fixed typos.
378        * sh7045/score/cpu_asm.c: Fixed typo.
379        * sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
380        * sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
381        * sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.
382
3832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
386        * sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
387        * sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
388        * sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
389
3902002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
393        * sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
394        * sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
395        * sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
398        * sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
399        * sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
400        * sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
401        * sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
402        * sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
403        * sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
404        * sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
405
4062002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
409
4102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
413        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
414        * Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
416        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
417        * sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
425        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
426        * sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
427        * sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
432        * sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
433        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
434        * sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
435        * sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
440
4412002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
444        * sh7750/sci/Makefile.am: Likewise.
445        * sh7750/score/Makefile.am: Likewise.
446        * sh7750/timer/Makefile.am: Likewise.
447
4482002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * sh7032/include/Makefile.am: Remove EXTRA_DIST.
451
4522001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
455        compatibility to make simsh happy.
456
4572001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
458
459        * sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of
460        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
461
4622001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
463
464        * sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
465        merge.
466
4672001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
470        * sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
471        * sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
472        * sh7750/include/sh7750_regs.h: move to
473        include/rtems/score/sh7750_regs.h.
474        * sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
475        * sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
476        Kossovsky's original sources.
477        * sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
478        require automake 1.5.
479        * sh7750/sci/Makefile.am: Disable compilation of console.c.
480        * sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
481        remove SH4_CPU_HZ_Frequency.
482        * sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
483        sh4_regs.h.
484
4852001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac: Add sh7750.
488
4892001-10-12      Joel Sherrill <joel@OARcorp.com>
490
491        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
492        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
493        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
494        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
495        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
496        * sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
497        sh7045/include/ispsh7045.h, sh7045/include/sci.h,
498        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
499        sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
500        Fixed typo.
501        * sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
502        avoid dependencies.
503        * sh7750/include/Makefile.am: Reflects above.
504
5052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
508        * configure.in: Remove.
509        * configure.ac: New file, generated from configure.in by autoupdate.
510        * sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
511        * sh7032/configure.in: Remove.
512        * sh7032/configure.ac: New file, generated from configure.in by
513        autoupdate.
514        * sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
515        * sh7045/configure.in: Remove.
516        * sh7045/configure.ac: New file, generated from configure.in by
517        autoupdate.
518
5192001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
520
521        * sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
522        sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
523        sh7750/include/iosh7750.h, sh7750/include/ipl.h,
524        sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
525        sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
526        sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
527        sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
528        sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
529        sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
530        sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
531        sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
532        and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
533
5342001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.
537
5382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
541        * sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
542
5432001-08-10      Radzislaw Galler  <rgaller@et.put.poznan.pl>
544
545        * sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
546        number range check and handling of interrupt priority regs to conform
547        SH2 specs.
548        * sh7045/sci/sci_termios.c: New file.
549        * sh7045/include/sci_termios.h: New file.
550        * sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
551        (include_sh_HEADERS): Added sci_termios.h.
552        * sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
553        casued negative sign extension for vector numbers of 128 and above. This
554        was fixed.
555        * sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
556        necessary setup for new TERMIOS console cooperation.
557
5582001-04-03      Joel Sherrill <joel@OARcorp.com>
559
560        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
561        * sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
562        change.
563        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
564        * sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
565        change.
566        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
567        * sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
568        Account for name change.
569
5702001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
571
572        * sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
573        * sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
574
5752001-01-22      Radzislaw Galler  <rgaller@et.put.poznan.pl>
576
577        * sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
578        initialization to generate an interrupt exactly every 1us.
579
5802001-01-05      Joel Sherrill <joel@OARcorp.com>
581
582        * /dev/null moved to libmisc.
583        * sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
584        * sh7032/include/Makefile.am: Removed null.h.
585        * sh7032/include/null.h, sh7032/null/.cvsignore,
586        sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
587        sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
588        sh7032/null/write.c: Removed.
589        * /dev/null moved to libmisc.
590        * sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
591        * sh7045/include/Makefile.am: Removed null.h.
592        * sh7045/include/null.h, sh7045/null/.cvsignore,
593        sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
594        sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
595        sh7045/null/write.c: Removed.
596
5972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
600        * sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
601        * sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
602
6032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
606        * sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
607        $(RTEMS_TOPdir)/aclocal.
608        * sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
609        $(RTEMS_TOPdir)/aclocal.
610
6112000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
614        canonicalization.
615        * sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
616        to GNU canonicalization.
617        * sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
618        to GNU canonicalization.
619
6202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
623        sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
624        sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
625        * sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
626        sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
627        sh7045/score/Makefile.am: Include compile.am.
628
6292000-08-10      Joel Sherrill <joel@OARcorp.com>
630
631        * ChangeLog: New file.
632        * sh7032/ChangeLog: New file.
633        * sh7045/ChangeLog: New file.
634
Note: See TracBrowser for help on using the repository browser.