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

4.104.114.84.95
Last change on this file since a5225d78 was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 21.7 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
8        * sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
9        * sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
10
112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h,
14        sh7750/sci/sh4uart.c: Cosmetics.
15
162004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
19        sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
20        sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
21        sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
22        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
23        sh7045/timer/timer.c, sh7750/clock/ckinit.c,
24        sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
25        sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
26        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
27        fixed size types.
28
292004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
32
332004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
36        sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
37        pass sizeof(Context_Control) to context switch.
38
392004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't
42        include .../lib.am.
43
442004-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
47        sh7750/ChangeLog.
48        * sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.
49
502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
53        * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
54        sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
55        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
56        changes above. Add PREINSTALL_DIRS.
57        * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
58        * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
59        changes above.
60
612004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
64        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
65        * sh7032/Makefile.am: Use automake compilation rules.
66        * sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
67        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
68        * sh7045/Makefile.am: Use automake compilation rules.
69        * sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
70        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
71        * sh7750/Makefile.am: Use automake compilation rules.
72
732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
76        PRE/TMPINSTALL_FILES to CLEANFILES.
77        * sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
78        PRE/TMPINSTALL_FILES to CLEANFILES.
79        * sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
80        PRE/TMPINSTALL_FILES to CLEANFILES.
81
822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
85        * sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
86        * sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
87        * sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
88        * sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
89        * sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
90        * sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
91
922003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * sh7032/Makefile.am: Misc cleanups and fixes.
95        * sh7045/Makefile.am: Misc cleanups and fixes.
96        * sh7750/Makefile.am: Misc cleanups and fixes.
97
982003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * sh7032/Makefile.am: Remove all-local: $(ARCH).
101        * sh7045/Makefile.am: Remove all-local: $(ARCH).
102        * sh7750/Makefile.am: Remove all-local: $(ARCH).
103
1042003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
107        * sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
108        * sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.
109
1102003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Remove RTEMS_CANONICAL_HOST.
113        * sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
114        * sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
115        * sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.
116
1172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Remove RTEMS_CHECK_CPU.
120        * sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
121        * sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
122        * sh7750/configure.ac: Remove RTEMS_CHECK_CPU.
123
1242003-09-04      Joel Sherrill <joel@OARcorp.com>
125
126        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
127        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
128        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
129        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
130        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
131        * sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
132        assignment.
133        * sh7045/clock/ckinit.c, sh7045/include/io_types.h,
134        sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
135        sh7045/include/sci.h, sh7045/include/sci_termios.h,
136        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
137        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
138        sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
139        * sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
140        assignment.
141        * sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
142        sh7750/include/rtems/score/ipl.h,
143        sh7750/include/rtems/score/ispsh7750.h,
144        sh7750/include/rtems/score/sh4_regs.h,
145        sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
146        sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
147        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
148        * sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
149        assignment.
150
1512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect having moved aclocal/.
154        * sh7032/Makefile.am: Reflect having moved aclocal/.
155        * sh7045/Makefile.am: Reflect having moved aclocal/.
156        * sh7750/Makefile.am: Reflect having moved aclocal/.
157
1582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Reflect having moved automake/.
161        * sh7032/Makefile.am: Reflect having moved automake/.
162        * sh7045/Makefile.am: Reflect having moved automake/.
163        * sh7750/Makefile.am: Reflect having moved automake/.
164
1652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
168        * sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
169        address.
170        * sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
171        address.
172        * sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
173        address.
174
1752003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
178        * sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
179
1802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Remove AC_CONFIG_AUX_DIR.
183        * sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
184        * sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
185        * sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.
186
1872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
190        * configure.ac: AC_PREREQ(2.57).
191        * sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
192        * sh7032/configure.ac: AC_PREREQ(2.57).
193        * sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
194        * sh7045/configure.ac: AC_PREREQ(2.57).
195        * sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
196        * sh7750/configure.ac: AC_PREREQ(2.57).
197
1982003-02-11      Joel Sherrill <joel@OARcorp.com>
199
200        * sh7032/score/cpu_asm.c: Rework logic that decides when to call
201        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
202        that _ISR_Signals_to_thread_executing was not being honored and/or
203        cleared properly.
204        * sh7045/score/cpu_asm.c: Rework logic that decides when to call
205        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
206        that _ISR_Signals_to_thread_executing was not being honored and/or
207        cleared properly.
208        * sh7750/score/cpu_asm.c: Rework logic that decides when to call
209        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
210        that _ISR_Signals_to_thread_executing was not being honored and/or
211        cleared properly.
212
2132003-02-03      Joel Sherrill <joel@OARcorp.com>
214
215        PR 338/filesystem
216        * sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with
217        rtems_io_lookup_name() (API change).
218
2192003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * sh7032/Makefile.am: Merge-in subdir Makefile.ams.
222        * sh7032/configure.ac: Reflect changes above.
223        * sh7032/score/Makefile.am: Removed.
224        * sh7032/sci/Makefile.am: Removed.
225        * sh7032/timer/Makefile.am: Removed.
226        * sh7032/clock/Makefile.am: Removed.
227        * sh7032/delay/Makefile.am: Removed.
228        * sh7045/Makefile.am: Merge-in subdir Makefile.ams.
229        * sh7045/configure.ac: Reflect changes above.
230        * sh7045/score/Makefile.am: Removed.
231        * sh7045/sci/Makefile.am: Removed.
232        * sh7045/timer/Makefile.am: Removed.
233        * sh7045/clock/Makefile.am: Removed.
234        * sh7750/Makefile.am: Merge-in subdir Makefile.ams.
235        * sh7750/configure.ac: Reflect changes above.
236        * sh7750/score/Makefile.am: Removed.
237        * sh7750/sci/Makefile.am: Removed.
238        * sh7750/timer/Makefile.am: Removed.
239        * sh7750/clock/Makefile.am: Removed.
240
2412003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
244        CVS).
245        * sh7045/score/Makefile.am: Likewise.
246        * sh7045/timer/Makefile.am: Likewise.
247
2482002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
251        @RTEMS_BSP@.cfg.
252        * sh7032/delay/Makefile.am: Ditto.
253        * sh7032/sci/Makefile.am: Ditto.
254        * sh7032/score/Makefile.am: Ditto.
255        * sh7032/timer/Makefile.am: Ditto.
256        * sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
257        @RTEMS_BSP@.cfg.
258        * sh7045/sci/Makefile.am: Ditto.
259        * sh7045/score/Makefile.am: Ditto.
260        * sh7045/timer/Makefile.am: Ditto.
261        * sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
262        CVS).
263
2642002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
267        * sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
268        * sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
269        * sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
270
2712002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * sh7032/Makefile.am: Merge in include/Makefile.am.
274        * sh7032/include/Makefile.am: Remove.
275        * sh7032/configure.ac: Reflect changes above.
276        * sh7045/Makefile.am: Merge in include/Makefile.am.
277        * sh7045/include/Makefile.am: Remove.
278        * sh7045/configure.ac: Reflect changes above.
279        * sh7750/Makefile.am: Merge in include/Makefile.am.
280        * sh7750/include/Makefile.am: Remove.
281        * sh7750/configure.ac: Reflect changes above.
282
2832002-11-01      Joel Sherrill <joel@OARcorp.com>
284
285        * sh7045/score/ispsh7045.c: Fixed typos.
286        * sh7045/score/cpu_asm.c: Fixed typo.
287        * sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
288        * sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
289        * sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.
290
2912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
294        * sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
295        * sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
296        * sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
297
2982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
311        * sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
312        * sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
313
3142002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
317
3182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
321        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
322        * Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
324        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
325        * sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
333        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
334        * sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
341        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
342        * sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
348
3492002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
352        * sh7750/sci/Makefile.am: Likewise.
353        * sh7750/score/Makefile.am: Likewise.
354        * sh7750/timer/Makefile.am: Likewise.
355
3562002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * sh7032/include/Makefile.am: Remove EXTRA_DIST.
359
3602001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
363        compatibility to make simsh happy.
364
3652001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
366
367        * sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of
368        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
369
3702001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
371
372        * sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
373        merge.
374
3752001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
378        * sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
379        * sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
380        * sh7750/include/sh7750_regs.h: move to
381        include/rtems/score/sh7750_regs.h.
382        * sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
383        * sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
384        Kossovsky's original sources.
385        * sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
386        require automake 1.5.
387        * sh7750/sci/Makefile.am: Disable compilation of console.c.
388        * sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
389        remove SH4_CPU_HZ_Frequency.
390        * sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
391        sh4_regs.h.
392
3932001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Add sh7750.
396
3972001-10-12      Joel Sherrill <joel@OARcorp.com>
398
399        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
400        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
401        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
402        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
403        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
404        * sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
405        sh7045/include/ispsh7045.h, sh7045/include/sci.h,
406        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
407        sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
408        Fixed typo.
409        * sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
410        avoid dependencies.
411        * sh7750/include/Makefile.am: Reflects above.
412
4132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
416        * configure.in: Remove.
417        * configure.ac: New file, generated from configure.in by autoupdate.
418        * sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
419        * sh7032/configure.in: Remove.
420        * sh7032/configure.ac: New file, generated from configure.in by
421        autoupdate.
422        * sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
423        * sh7045/configure.in: Remove.
424        * sh7045/configure.ac: New file, generated from configure.in by
425        autoupdate.
426
4272001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
428
429        * sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
430        sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
431        sh7750/include/iosh7750.h, sh7750/include/ipl.h,
432        sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
433        sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
434        sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
435        sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
436        sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
437        sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
438        sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
439        sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
440        and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
441
4422001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.
445
4462001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
449        * sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
450
4512001-08-10      Radzislaw Galler  <rgaller@et.put.poznan.pl>
452
453        * sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
454        number range check and handling of interrupt priority regs to conform
455        SH2 specs.
456        * sh7045/sci/sci_termios.c: New file.
457        * sh7045/include/sci_termios.h: New file.
458        * sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
459        (include_sh_HEADERS): Added sci_termios.h.
460        * sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
461        casued negative sign extension for vector numbers of 128 and above. This
462        was fixed.
463        * sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
464        necessary setup for new TERMIOS console cooperation.
465
4662001-04-03      Joel Sherrill <joel@OARcorp.com>
467
468        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
469        * sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
470        change.
471        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
472        * sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
473        change.
474        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
475        * sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
476        Account for name change.
477
4782001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
479
480        * sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
481        * sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
482
4832001-01-22      Radzislaw Galler  <rgaller@et.put.poznan.pl>
484
485        * sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
486        initialization to generate an interrupt exactly every 1us.
487
4882001-01-05      Joel Sherrill <joel@OARcorp.com>
489
490        * /dev/null moved to libmisc.
491        * sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
492        * sh7032/include/Makefile.am: Removed null.h.
493        * sh7032/include/null.h, sh7032/null/.cvsignore,
494        sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
495        sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
496        sh7032/null/write.c: Removed.
497        * /dev/null moved to libmisc.
498        * sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
499        * sh7045/include/Makefile.am: Removed null.h.
500        * sh7045/include/null.h, sh7045/null/.cvsignore,
501        sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
502        sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
503        sh7045/null/write.c: Removed.
504
5052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
508        * sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
509        * sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
510
5112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
514        * sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
515        $(RTEMS_TOPdir)/aclocal.
516        * sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
517        $(RTEMS_TOPdir)/aclocal.
518
5192000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
522        canonicalization.
523        * sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
524        to GNU canonicalization.
525        * sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
526        to GNU canonicalization.
527
5282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
531        sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
532        sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
533        * sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
534        sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
535        sh7045/score/Makefile.am: Include compile.am.
536
5372000-08-10      Joel Sherrill <joel@OARcorp.com>
538
539        * ChangeLog: New file.
540        * sh7032/ChangeLog: New file.
541        * sh7045/ChangeLog: New file.
542
Note: See TracBrowser for help on using the repository browser.