source: rtems/c/src/lib/libcpu/sh/ChangeLog @ 7722eff7

4.104.114.84.95
Last change on this file since 7722eff7 was 7722eff7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 12:46:12

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 22.0 KB
Line 
12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
4        Remove build-variant support.
5
62004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * configure.ac: Remove RTEMS_ENABLE_BARE.
9
102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * configure.ac: Require automake > 1.9.
13
142004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
17        * sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
18        * sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
19
202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h,
23        sh7750/sci/sh4uart.c: Cosmetics.
24
252004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
28        sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
29        sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
30        sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
31        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
32        sh7045/timer/timer.c, sh7750/clock/ckinit.c,
33        sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
34        sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
35        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
36        fixed size types.
37
382004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
41
422004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
45        sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
46        pass sizeof(Context_Control) to context switch.
47
482004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't
51        include .../lib.am.
52
532004-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
56        sh7750/ChangeLog.
57        * sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.
58
592004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
62        * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
63        sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
64        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
65        changes above. Add PREINSTALL_DIRS.
66        * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
67        * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
68        changes above.
69
702004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
73        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
74        * sh7032/Makefile.am: Use automake compilation rules.
75        * sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
76        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
77        * sh7045/Makefile.am: Use automake compilation rules.
78        * sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
79        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
80        * sh7750/Makefile.am: Use automake compilation rules.
81
822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
85        PRE/TMPINSTALL_FILES to CLEANFILES.
86        * sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
87        PRE/TMPINSTALL_FILES to CLEANFILES.
88        * sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
89        PRE/TMPINSTALL_FILES to CLEANFILES.
90
912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
94        * sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
95        * sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
96        * sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
97        * sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
98        * sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
99        * sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
100
1012003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * sh7032/Makefile.am: Misc cleanups and fixes.
104        * sh7045/Makefile.am: Misc cleanups and fixes.
105        * sh7750/Makefile.am: Misc cleanups and fixes.
106
1072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * sh7032/Makefile.am: Remove all-local: $(ARCH).
110        * sh7045/Makefile.am: Remove all-local: $(ARCH).
111        * sh7750/Makefile.am: Remove all-local: $(ARCH).
112
1132003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
116        * sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
117        * sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.
118
1192003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Remove RTEMS_CANONICAL_HOST.
122        * sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
123        * sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
124        * sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.
125
1262003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Remove RTEMS_CHECK_CPU.
129        * sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
130        * sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
131        * sh7750/configure.ac: Remove RTEMS_CHECK_CPU.
132
1332003-09-04      Joel Sherrill <joel@OARcorp.com>
134
135        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
136        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
137        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
138        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
139        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
140        * sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
141        assignment.
142        * sh7045/clock/ckinit.c, sh7045/include/io_types.h,
143        sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
144        sh7045/include/sci.h, sh7045/include/sci_termios.h,
145        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
146        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
147        sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
148        * sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
149        assignment.
150        * sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
151        sh7750/include/rtems/score/ipl.h,
152        sh7750/include/rtems/score/ispsh7750.h,
153        sh7750/include/rtems/score/sh4_regs.h,
154        sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
155        sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
156        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
157        * sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
158        assignment.
159
1602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Reflect having moved aclocal/.
163        * sh7032/Makefile.am: Reflect having moved aclocal/.
164        * sh7045/Makefile.am: Reflect having moved aclocal/.
165        * sh7750/Makefile.am: Reflect having moved aclocal/.
166
1672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Reflect having moved automake/.
170        * sh7032/Makefile.am: Reflect having moved automake/.
171        * sh7045/Makefile.am: Reflect having moved automake/.
172        * sh7750/Makefile.am: Reflect having moved automake/.
173
1742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
177        * sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
178        address.
179        * sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
180        address.
181        * sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
182        address.
183
1842003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
187        * sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
188
1892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove AC_CONFIG_AUX_DIR.
192        * sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
193        * sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
194        * sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.
195
1962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
199        * configure.ac: AC_PREREQ(2.57).
200        * sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
201        * sh7032/configure.ac: AC_PREREQ(2.57).
202        * sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
203        * sh7045/configure.ac: AC_PREREQ(2.57).
204        * sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
205        * sh7750/configure.ac: AC_PREREQ(2.57).
206
2072003-02-11      Joel Sherrill <joel@OARcorp.com>
208
209        * sh7032/score/cpu_asm.c: Rework logic that decides when to call
210        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
211        that _ISR_Signals_to_thread_executing was not being honored and/or
212        cleared properly.
213        * sh7045/score/cpu_asm.c: Rework logic that decides when to call
214        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
215        that _ISR_Signals_to_thread_executing was not being honored and/or
216        cleared properly.
217        * sh7750/score/cpu_asm.c: Rework logic that decides when to call
218        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
219        that _ISR_Signals_to_thread_executing was not being honored and/or
220        cleared properly.
221
2222003-02-03      Joel Sherrill <joel@OARcorp.com>
223
224        PR 338/filesystem
225        * sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with
226        rtems_io_lookup_name() (API change).
227
2282003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * sh7032/Makefile.am: Merge-in subdir Makefile.ams.
231        * sh7032/configure.ac: Reflect changes above.
232        * sh7032/score/Makefile.am: Removed.
233        * sh7032/sci/Makefile.am: Removed.
234        * sh7032/timer/Makefile.am: Removed.
235        * sh7032/clock/Makefile.am: Removed.
236        * sh7032/delay/Makefile.am: Removed.
237        * sh7045/Makefile.am: Merge-in subdir Makefile.ams.
238        * sh7045/configure.ac: Reflect changes above.
239        * sh7045/score/Makefile.am: Removed.
240        * sh7045/sci/Makefile.am: Removed.
241        * sh7045/timer/Makefile.am: Removed.
242        * sh7045/clock/Makefile.am: Removed.
243        * sh7750/Makefile.am: Merge-in subdir Makefile.ams.
244        * sh7750/configure.ac: Reflect changes above.
245        * sh7750/score/Makefile.am: Removed.
246        * sh7750/sci/Makefile.am: Removed.
247        * sh7750/timer/Makefile.am: Removed.
248        * sh7750/clock/Makefile.am: Removed.
249
2502003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
253        CVS).
254        * sh7045/score/Makefile.am: Likewise.
255        * sh7045/timer/Makefile.am: Likewise.
256
2572002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
260        @RTEMS_BSP@.cfg.
261        * sh7032/delay/Makefile.am: Ditto.
262        * sh7032/sci/Makefile.am: Ditto.
263        * sh7032/score/Makefile.am: Ditto.
264        * sh7032/timer/Makefile.am: Ditto.
265        * sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
266        @RTEMS_BSP@.cfg.
267        * sh7045/sci/Makefile.am: Ditto.
268        * sh7045/score/Makefile.am: Ditto.
269        * sh7045/timer/Makefile.am: Ditto.
270        * sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
271        CVS).
272
2732002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
276        * sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
277        * sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
278        * sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
279
2802002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * sh7032/Makefile.am: Merge in include/Makefile.am.
283        * sh7032/include/Makefile.am: Remove.
284        * sh7032/configure.ac: Reflect changes above.
285        * sh7045/Makefile.am: Merge in include/Makefile.am.
286        * sh7045/include/Makefile.am: Remove.
287        * sh7045/configure.ac: Reflect changes above.
288        * sh7750/Makefile.am: Merge in include/Makefile.am.
289        * sh7750/include/Makefile.am: Remove.
290        * sh7750/configure.ac: Reflect changes above.
291
2922002-11-01      Joel Sherrill <joel@OARcorp.com>
293
294        * sh7045/score/ispsh7045.c: Fixed typos.
295        * sh7045/score/cpu_asm.c: Fixed typo.
296        * sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
297        * sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
298        * sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.
299
3002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
303        * sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
304        * sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
305        * sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
306
3072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
311        * sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
312        * sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
322
3232002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
326
3272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
330        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
331        * Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
333        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
334        * sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
342        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
343        * sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
350        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
351        * sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
357
3582002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
361        * sh7750/sci/Makefile.am: Likewise.
362        * sh7750/score/Makefile.am: Likewise.
363        * sh7750/timer/Makefile.am: Likewise.
364
3652002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * sh7032/include/Makefile.am: Remove EXTRA_DIST.
368
3692001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
372        compatibility to make simsh happy.
373
3742001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
375
376        * sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of
377        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
378
3792001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
380
381        * sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
382        merge.
383
3842001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
387        * sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
388        * sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
389        * sh7750/include/sh7750_regs.h: move to
390        include/rtems/score/sh7750_regs.h.
391        * sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
392        * sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
393        Kossovsky's original sources.
394        * sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
395        require automake 1.5.
396        * sh7750/sci/Makefile.am: Disable compilation of console.c.
397        * sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
398        remove SH4_CPU_HZ_Frequency.
399        * sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
400        sh4_regs.h.
401
4022001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Add sh7750.
405
4062001-10-12      Joel Sherrill <joel@OARcorp.com>
407
408        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
409        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
410        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
411        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
412        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
413        * sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
414        sh7045/include/ispsh7045.h, sh7045/include/sci.h,
415        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
416        sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
417        Fixed typo.
418        * sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
419        avoid dependencies.
420        * sh7750/include/Makefile.am: Reflects above.
421
4222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
425        * configure.in: Remove.
426        * configure.ac: New file, generated from configure.in by autoupdate.
427        * sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
428        * sh7032/configure.in: Remove.
429        * sh7032/configure.ac: New file, generated from configure.in by
430        autoupdate.
431        * sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
432        * sh7045/configure.in: Remove.
433        * sh7045/configure.ac: New file, generated from configure.in by
434        autoupdate.
435
4362001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
437
438        * sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
439        sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
440        sh7750/include/iosh7750.h, sh7750/include/ipl.h,
441        sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
442        sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
443        sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
444        sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
445        sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
446        sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
447        sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
448        sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
449        and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
450
4512001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.
454
4552001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
458        * sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
459
4602001-08-10      Radzislaw Galler  <rgaller@et.put.poznan.pl>
461
462        * sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
463        number range check and handling of interrupt priority regs to conform
464        SH2 specs.
465        * sh7045/sci/sci_termios.c: New file.
466        * sh7045/include/sci_termios.h: New file.
467        * sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
468        (include_sh_HEADERS): Added sci_termios.h.
469        * sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
470        casued negative sign extension for vector numbers of 128 and above. This
471        was fixed.
472        * sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
473        necessary setup for new TERMIOS console cooperation.
474
4752001-04-03      Joel Sherrill <joel@OARcorp.com>
476
477        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
478        * sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
479        change.
480        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
481        * sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
482        change.
483        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
484        * sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
485        Account for name change.
486
4872001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
488
489        * sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
490        * sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
491
4922001-01-22      Radzislaw Galler  <rgaller@et.put.poznan.pl>
493
494        * sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
495        initialization to generate an interrupt exactly every 1us.
496
4972001-01-05      Joel Sherrill <joel@OARcorp.com>
498
499        * /dev/null moved to libmisc.
500        * sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
501        * sh7032/include/Makefile.am: Removed null.h.
502        * sh7032/include/null.h, sh7032/null/.cvsignore,
503        sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
504        sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
505        sh7032/null/write.c: Removed.
506        * /dev/null moved to libmisc.
507        * sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
508        * sh7045/include/Makefile.am: Removed null.h.
509        * sh7045/include/null.h, sh7045/null/.cvsignore,
510        sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
511        sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
512        sh7045/null/write.c: Removed.
513
5142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
517        * sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
518        * sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
519
5202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
523        * sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
524        $(RTEMS_TOPdir)/aclocal.
525        * sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
526        $(RTEMS_TOPdir)/aclocal.
527
5282000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
531        canonicalization.
532        * sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
533        to GNU canonicalization.
534        * sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
535        to GNU canonicalization.
536
5372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
540        sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
541        sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
542        * sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
543        sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
544        sh7045/score/Makefile.am: Include compile.am.
545
5462000-08-10      Joel Sherrill <joel@OARcorp.com>
547
548        * ChangeLog: New file.
549        * sh7032/ChangeLog: New file.
550        * sh7045/ChangeLog: New file.
551
Note: See TracBrowser for help on using the repository browser.