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

4.104.114.84.95
Last change on this file since f614c2e4 was c0a200e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:08:03

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • Property mode set to 100644
File size: 21.6 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
4        * sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
5        * sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
6
72004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h,
10        sh7750/sci/sh4uart.c: Cosmetics.
11
122004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
15        sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
16        sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
17        sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
18        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
19        sh7045/timer/timer.c, sh7750/clock/ckinit.c,
20        sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
21        sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
22        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
23        fixed size types.
24
252004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
28
292004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
32        sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
33        pass sizeof(Context_Control) to context switch.
34
352004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't
38        include .../lib.am.
39
402004-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
43        sh7750/ChangeLog.
44        * sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.
45
462004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
49        * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
50        sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
51        * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
52        changes above. Add PREINSTALL_DIRS.
53        * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
54        * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
55        changes above.
56
572004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
60        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
61        * sh7032/Makefile.am: Use automake compilation rules.
62        * sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
63        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
64        * sh7045/Makefile.am: Use automake compilation rules.
65        * sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
66        AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
67        * sh7750/Makefile.am: Use automake compilation rules.
68
692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
72        PRE/TMPINSTALL_FILES to CLEANFILES.
73        * sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
74        PRE/TMPINSTALL_FILES to CLEANFILES.
75        * sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
76        PRE/TMPINSTALL_FILES to CLEANFILES.
77
782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
81        * sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
82        * sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
83        * sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
84        * sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
85        * sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
86        * sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
87
882003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * sh7032/Makefile.am: Misc cleanups and fixes.
91        * sh7045/Makefile.am: Misc cleanups and fixes.
92        * sh7750/Makefile.am: Misc cleanups and fixes.
93
942003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * sh7032/Makefile.am: Remove all-local: $(ARCH).
97        * sh7045/Makefile.am: Remove all-local: $(ARCH).
98        * sh7750/Makefile.am: Remove all-local: $(ARCH).
99
1002003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
103        * sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
104        * sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.
105
1062003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove RTEMS_CANONICAL_HOST.
109        * sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
110        * sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
111        * sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.
112
1132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove RTEMS_CHECK_CPU.
116        * sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
117        * sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
118        * sh7750/configure.ac: Remove RTEMS_CHECK_CPU.
119
1202003-09-04      Joel Sherrill <joel@OARcorp.com>
121
122        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
123        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
124        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
125        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
126        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
127        * sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
128        assignment.
129        * sh7045/clock/ckinit.c, sh7045/include/io_types.h,
130        sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
131        sh7045/include/sci.h, sh7045/include/sci_termios.h,
132        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
133        sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
134        sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
135        * sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
136        assignment.
137        * sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
138        sh7750/include/rtems/score/ipl.h,
139        sh7750/include/rtems/score/ispsh7750.h,
140        sh7750/include/rtems/score/sh4_regs.h,
141        sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
142        sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
143        sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
144        * sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
145        assignment.
146
1472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Reflect having moved aclocal/.
150        * sh7032/Makefile.am: Reflect having moved aclocal/.
151        * sh7045/Makefile.am: Reflect having moved aclocal/.
152        * sh7750/Makefile.am: Reflect having moved aclocal/.
153
1542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Reflect having moved automake/.
157        * sh7032/Makefile.am: Reflect having moved automake/.
158        * sh7045/Makefile.am: Reflect having moved automake/.
159        * sh7750/Makefile.am: Reflect having moved automake/.
160
1612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
164        * sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
165        address.
166        * sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
167        address.
168        * sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
169        address.
170
1712003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
174        * sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
175
1762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Remove AC_CONFIG_AUX_DIR.
179        * sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
180        * sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
181        * sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.
182
1832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
186        * configure.ac: AC_PREREQ(2.57).
187        * sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
188        * sh7032/configure.ac: AC_PREREQ(2.57).
189        * sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
190        * sh7045/configure.ac: AC_PREREQ(2.57).
191        * sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
192        * sh7750/configure.ac: AC_PREREQ(2.57).
193
1942003-02-11      Joel Sherrill <joel@OARcorp.com>
195
196        * sh7032/score/cpu_asm.c: Rework logic that decides when to call
197        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
198        that _ISR_Signals_to_thread_executing was not being honored and/or
199        cleared properly.
200        * sh7045/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        * sh7750/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
2092003-02-03      Joel Sherrill <joel@OARcorp.com>
210
211        PR 338/filesystem
212        * sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with
213        rtems_io_lookup_name() (API change).
214
2152003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * sh7032/Makefile.am: Merge-in subdir Makefile.ams.
218        * sh7032/configure.ac: Reflect changes above.
219        * sh7032/score/Makefile.am: Removed.
220        * sh7032/sci/Makefile.am: Removed.
221        * sh7032/timer/Makefile.am: Removed.
222        * sh7032/clock/Makefile.am: Removed.
223        * sh7032/delay/Makefile.am: Removed.
224        * sh7045/Makefile.am: Merge-in subdir Makefile.ams.
225        * sh7045/configure.ac: Reflect changes above.
226        * sh7045/score/Makefile.am: Removed.
227        * sh7045/sci/Makefile.am: Removed.
228        * sh7045/timer/Makefile.am: Removed.
229        * sh7045/clock/Makefile.am: Removed.
230        * sh7750/Makefile.am: Merge-in subdir Makefile.ams.
231        * sh7750/configure.ac: Reflect changes above.
232        * sh7750/score/Makefile.am: Removed.
233        * sh7750/sci/Makefile.am: Removed.
234        * sh7750/timer/Makefile.am: Removed.
235        * sh7750/clock/Makefile.am: Removed.
236
2372003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
240        CVS).
241        * sh7045/score/Makefile.am: Likewise.
242        * sh7045/timer/Makefile.am: Likewise.
243
2442002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
247        @RTEMS_BSP@.cfg.
248        * sh7032/delay/Makefile.am: Ditto.
249        * sh7032/sci/Makefile.am: Ditto.
250        * sh7032/score/Makefile.am: Ditto.
251        * sh7032/timer/Makefile.am: Ditto.
252        * sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
253        @RTEMS_BSP@.cfg.
254        * sh7045/sci/Makefile.am: Ditto.
255        * sh7045/score/Makefile.am: Ditto.
256        * sh7045/timer/Makefile.am: Ditto.
257        * sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
258        CVS).
259
2602002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
263        * sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
264        * sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
265        * sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
266
2672002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * sh7032/Makefile.am: Merge in include/Makefile.am.
270        * sh7032/include/Makefile.am: Remove.
271        * sh7032/configure.ac: Reflect changes above.
272        * sh7045/Makefile.am: Merge in include/Makefile.am.
273        * sh7045/include/Makefile.am: Remove.
274        * sh7045/configure.ac: Reflect changes above.
275        * sh7750/Makefile.am: Merge in include/Makefile.am.
276        * sh7750/include/Makefile.am: Remove.
277        * sh7750/configure.ac: Reflect changes above.
278
2792002-11-01      Joel Sherrill <joel@OARcorp.com>
280
281        * sh7045/score/ispsh7045.c: Fixed typos.
282        * sh7045/score/cpu_asm.c: Fixed typo.
283        * sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
284        * sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
285        * sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.
286
2872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
290        * sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
291        * sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
292        * sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
293
2942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
300        * sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
309
3102002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
313
3142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
317        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
318        * Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
320        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
321        * sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
329        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
330        * sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
337        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
338        * sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
344
3452002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
348        * sh7750/sci/Makefile.am: Likewise.
349        * sh7750/score/Makefile.am: Likewise.
350        * sh7750/timer/Makefile.am: Likewise.
351
3522002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * sh7032/include/Makefile.am: Remove EXTRA_DIST.
355
3562001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
359        compatibility to make simsh happy.
360
3612001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
362
363        * sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of
364        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
365
3662001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
367
368        * sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
369        merge.
370
3712001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
374        * sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
375        * sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
376        * sh7750/include/sh7750_regs.h: move to
377        include/rtems/score/sh7750_regs.h.
378        * sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
379        * sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
380        Kossovsky's original sources.
381        * sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
382        require automake 1.5.
383        * sh7750/sci/Makefile.am: Disable compilation of console.c.
384        * sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
385        remove SH4_CPU_HZ_Frequency.
386        * sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
387        sh4_regs.h.
388
3892001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: Add sh7750.
392
3932001-10-12      Joel Sherrill <joel@OARcorp.com>
394
395        * sh7032/clock/ckinit.c, sh7032/delay/delay.c,
396        sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
397        sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
398        sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
399        sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
400        * sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
401        sh7045/include/ispsh7045.h, sh7045/include/sci.h,
402        sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
403        sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
404        Fixed typo.
405        * sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
406        avoid dependencies.
407        * sh7750/include/Makefile.am: Reflects above.
408
4092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
412        * configure.in: Remove.
413        * configure.ac: New file, generated from configure.in by autoupdate.
414        * sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
415        * sh7032/configure.in: Remove.
416        * sh7032/configure.ac: New file, generated from configure.in by
417        autoupdate.
418        * sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
419        * sh7045/configure.in: Remove.
420        * sh7045/configure.ac: New file, generated from configure.in by
421        autoupdate.
422
4232001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
424
425        * sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
426        sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
427        sh7750/include/iosh7750.h, sh7750/include/ipl.h,
428        sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
429        sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
430        sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
431        sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
432        sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
433        sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
434        sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
435        sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
436        and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
437
4382001-10-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.
441
4422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
445        * sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
446
4472001-08-10      Radzislaw Galler  <rgaller@et.put.poznan.pl>
448
449        * sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
450        number range check and handling of interrupt priority regs to conform
451        SH2 specs.
452        * sh7045/sci/sci_termios.c: New file.
453        * sh7045/include/sci_termios.h: New file.
454        * sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
455        (include_sh_HEADERS): Added sci_termios.h.
456        * sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
457        casued negative sign extension for vector numbers of 128 and above. This
458        was fixed.
459        * sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
460        necessary setup for new TERMIOS console cooperation.
461
4622001-04-03      Joel Sherrill <joel@OARcorp.com>
463
464        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
465        * sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
466        change.
467        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
468        * sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
469        change.
470        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
471        * sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
472        Account for name change.
473
4742001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
475
476        * sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
477        * sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
478
4792001-01-22      Radzislaw Galler  <rgaller@et.put.poznan.pl>
480
481        * sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
482        initialization to generate an interrupt exactly every 1us.
483
4842001-01-05      Joel Sherrill <joel@OARcorp.com>
485
486        * /dev/null moved to libmisc.
487        * sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
488        * sh7032/include/Makefile.am: Removed null.h.
489        * sh7032/include/null.h, sh7032/null/.cvsignore,
490        sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
491        sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
492        sh7032/null/write.c: Removed.
493        * /dev/null moved to libmisc.
494        * sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
495        * sh7045/include/Makefile.am: Removed null.h.
496        * sh7045/include/null.h, sh7045/null/.cvsignore,
497        sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
498        sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
499        sh7045/null/write.c: Removed.
500
5012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
504        * sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
505        * sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
506
5072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
510        * sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
511        $(RTEMS_TOPdir)/aclocal.
512        * sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
513        $(RTEMS_TOPdir)/aclocal.
514
5152000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
518        canonicalization.
519        * sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
520        to GNU canonicalization.
521        * sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
522        to GNU canonicalization.
523
5242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
527        sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
528        sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
529        * sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
530        sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
531        sh7045/score/Makefile.am: Include compile.am.
532
5332000-08-10      Joel Sherrill <joel@OARcorp.com>
534
535        * ChangeLog: New file.
536        * sh7032/ChangeLog: New file.
537        * sh7045/ChangeLog: New file.
538
Note: See TracBrowser for help on using the repository browser.