summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/ChangeLog
blob: e9ae65f23092ad109b9e8df305f6ff38daeb738c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
2004-10-19	Ralf Corsepius <ralf_corsepius@rtems.org>

	* configure.ac: Remove RTEMS_ENABLE_BARE.

2004-09-24	Ralf Corsepius <ralf_corsepius@rtems.org>

	* configure.ac: Require automake > 1.9.

2004-04-01	Ralf Corsepius <ralf_corsepius@rtems.org>

	* 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>.

2004-03-31	Ralf Corsepius <ralf_corsepius@rtems.org>

	* sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h,
	sh7750/sci/sh4uart.c: Cosmetics.

2004-03-30	Ralf Corsepius <ralf_corsepius@rtems.org>

	* sh7032/clock/ckinit.c, sh7032/delay/delay.c,
	sh7032/include/ispsh7032.h, sh7032/sci/sci.c,
	sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c,
	sh7045/include/ispsh7045.h, sh7045/sci/sci.c,
	sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
	sh7045/timer/timer.c, sh7750/clock/ckinit.c,
	sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h,
	sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
	sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99
	fixed size types.

2004-03-26	Ralf Corsepius <ralf_corsepius@rtems.org>

	* configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.

2004-03-26	Ralf Corsepius <ralf_corsepius@rtems.org>

	* sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
	sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to
	pass sizeof(Context_Control) to context switch.

2004-02-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Don't 
	include .../lib.am.

2004-01-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* ChangeLog: Merge-in sh7032/ChangeLog, sh7045/ChangeLog,
	sh7750/ChangeLog.
	* sh7032/ChangeLog, sh7045/ChangeLog, sh7750/ChangeLog: Remove.

2004-01-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750.
	* configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac,
	sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750.
	* sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:  Reflect
	changes above. Add PREINSTALL_DIRS.
	* sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove.
	* sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore:  Reflect
	changes above.

2004-01-17	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/configure.ac: Require automake 1.8.2. Add subdir-objects to
	AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
	* sh7032/Makefile.am: Use automake compilation rules.
	* sh7045/configure.ac: Require automake 1.8.2. Add subdir-objects to
	AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
	* sh7045/Makefile.am: Use automake compilation rules.
	* sh7750/configure.ac: Require automake 1.8.2. Add subdir-objects to
	AUTOMAKE_OPTIONS. Add AM_PROG_CC_C_0.
	* sh7750/Makefile.am: Use automake compilation rules.

2004-01-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
	PRE/TMPINSTALL_FILES to CLEANFILES.
	* sh7045/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
	PRE/TMPINSTALL_FILES to CLEANFILES.
	* sh7750/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
	PRE/TMPINSTALL_FILES to CLEANFILES.

2003-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
	* sh7032/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
	* sh7032/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
	* sh7045/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
	* sh7045/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
	* sh7750/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
	* sh7750/configure.ac: Require automake >= 1.8, autoconf >= 2.59.

2003-12-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/Makefile.am: Misc cleanups and fixes.
	* sh7045/Makefile.am: Misc cleanups and fixes.
	* sh7750/Makefile.am: Misc cleanups and fixes.

2003-12-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/Makefile.am: Remove all-local: $(ARCH).
	* sh7045/Makefile.am: Remove all-local: $(ARCH).
	* sh7750/Makefile.am: Remove all-local: $(ARCH).

2003-12-01	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/Makefile.am: Reformat. Use dirstamps for preinstallation.
	* sh7045/Makefile.am: Reformat. Use dirstamps for preinstallation.
	* sh7750/Makefile.am: Reformat. Use dirstamps for preinstallation.

2003-10-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_CANONICAL_HOST.
	* sh7032/configure.ac: Remove RTEMS_CANONICAL_HOST.
	* sh7045/configure.ac: Remove RTEMS_CANONICAL_HOST.
	* sh7750/configure.ac: Remove RTEMS_CANONICAL_HOST.

2003-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_CHECK_CPU.
	* sh7032/configure.ac: Remove RTEMS_CHECK_CPU.
	* sh7045/configure.ac: Remove RTEMS_CHECK_CPU.
	* sh7750/configure.ac: Remove RTEMS_CHECK_CPU.

2003-09-04	Joel Sherrill <joel@OARcorp.com>

	* sh7032/clock/ckinit.c, sh7032/delay/delay.c,
	sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
	sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
	sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
	sh7032/score/ispsh7032.c, sh7032/timer/timer.c: URL for license changed.
	* sh7032/score/cpu_asm.c: Removed incorrect statement about copyright
	assignment.
	* sh7045/clock/ckinit.c, sh7045/include/io_types.h,
	sh7045/include/iosh7045.h, sh7045/include/ispsh7045.h,
	sh7045/include/sci.h, sh7045/include/sci_termios.h,
	sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
	sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c,
	sh7045/score/ispsh7045.c, sh7045/timer/timer.c: URL for license changed.
	* sh7045/score/cpu_asm.c: Removed incorrect statement about copyright
	assignment.
	* sh7750/clock/ckinit.c, sh7750/include/rtems/score/iosh7750.h,
	sh7750/include/rtems/score/ipl.h,
	sh7750/include/rtems/score/ispsh7750.h,
	sh7750/include/rtems/score/sh4_regs.h,
	sh7750/include/rtems/score/sh7750_regs.h, sh7750/include/sh/sh4uart.h,
	sh7750/sci/console.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c,
	sh7750/score/ispsh7750.c, sh7750/timer/timer.c: URL for license changed.
	* sh7750/score/cpu_asm.c: Removed incorrect statement about copyright
	assignment.

2003-08-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved aclocal/.
	* sh7032/Makefile.am: Reflect having moved aclocal/.
	* sh7045/Makefile.am: Reflect having moved aclocal/.
	* sh7750/Makefile.am: Reflect having moved aclocal/.

2003-08-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved automake/.
	* sh7032/Makefile.am: Reflect having moved automake/.
	* sh7045/Makefile.am: Reflect having moved automake/.
	* sh7750/Makefile.am: Reflect having moved automake/.

2003-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
	* sh7032/configure.ac: Use rtems-bugs@rtems.com as bug report email
	address.
	* sh7045/configure.ac: Use rtems-bugs@rtems.com as bug report email
	address.
	* sh7750/configure.ac: Use rtems-bugs@rtems.com as bug report email
	address.

2003-08-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
	* sh7045/Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.

2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_CONFIG_AUX_DIR.
	* sh7032/configure.ac: Remove AC_CONFIG_AUX_DIR.
	* sh7045/configure.ac: Remove AC_CONFIG_AUX_DIR.
	* sh7750/configure.ac: Remove AC_CONFIG_AUX_DIR.

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
	* configure.ac: AC_PREREQ(2.57).
	* sh7032/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
	* sh7032/configure.ac: AC_PREREQ(2.57).
	* sh7045/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
	* sh7045/configure.ac: AC_PREREQ(2.57).
	* sh7750/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
	* sh7750/configure.ac: AC_PREREQ(2.57).

2003-02-11	Joel Sherrill <joel@OARcorp.com>

	* sh7032/score/cpu_asm.c: Rework logic that decides when to call
	_Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
	that _ISR_Signals_to_thread_executing was not being honored and/or
	cleared properly.
	* sh7045/score/cpu_asm.c: Rework logic that decides when to call
	_Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
	that _ISR_Signals_to_thread_executing was not being honored and/or
	cleared properly.
	* sh7750/score/cpu_asm.c: Rework logic that decides when to call
	_Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru> determined
	that _ISR_Signals_to_thread_executing was not being honored and/or
	cleared properly.

2003-02-03	Joel Sherrill <joel@OARcorp.com>

	PR 338/filesystem
	* sh7045/sci/sci.c: Side-effect of fixing reentrancy problem with 
	rtems_io_lookup_name() (API change).

2003-01-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/Makefile.am: Merge-in subdir Makefile.ams.
	* sh7032/configure.ac: Reflect changes above.
	* sh7032/score/Makefile.am: Removed.
	* sh7032/sci/Makefile.am: Removed.
	* sh7032/timer/Makefile.am: Removed.
	* sh7032/clock/Makefile.am: Removed.
	* sh7032/delay/Makefile.am: Removed.
	* sh7045/Makefile.am: Merge-in subdir Makefile.ams.
	* sh7045/configure.ac: Reflect changes above.
	* sh7045/score/Makefile.am: Removed.
	* sh7045/sci/Makefile.am: Removed.
	* sh7045/timer/Makefile.am: Removed.
	* sh7045/clock/Makefile.am: Removed.
	* sh7750/Makefile.am: Merge-in subdir Makefile.ams.
	* sh7750/configure.ac: Reflect changes above.
	* sh7750/score/Makefile.am: Removed.
	* sh7750/sci/Makefile.am: Removed.
	* sh7750/timer/Makefile.am: Removed.
	* sh7750/clock/Makefile.am: Removed.

2003-01-15	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7045/sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by
	CVS).
	* sh7045/score/Makefile.am: Likewise.
	* sh7045/timer/Makefile.am: Likewise.

2002-12-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/clock/Makefile.am: Eliminate *_O_FILES. Don't include
	@RTEMS_BSP@.cfg.
	* sh7032/delay/Makefile.am: Ditto.
	* sh7032/sci/Makefile.am: Ditto.
	* sh7032/score/Makefile.am: Ditto.
	* sh7032/timer/Makefile.am: Ditto.
	* sh7045/clock/Makefile.am: Eliminate *_O_FILES. Don't include
	@RTEMS_BSP@.cfg.
	* sh7045/sci/Makefile.am: Ditto.
	* sh7045/score/Makefile.am: Ditto.
	* sh7045/timer/Makefile.am: Ditto.
	* sh7045/configure.ac: Apply 2002-11-07 patch (Apparently dropped by
	CVS).

2002-12-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
	* sh7032/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
	* sh7045/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
	* sh7750/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.

2002-11-07	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/Makefile.am: Merge in include/Makefile.am.
	* sh7032/include/Makefile.am: Remove.
	* sh7032/configure.ac: Reflect changes above.
	* sh7045/Makefile.am: Merge in include/Makefile.am.
	* sh7045/include/Makefile.am: Remove.
	* sh7045/configure.ac: Reflect changes above.
	* sh7750/Makefile.am: Merge in include/Makefile.am.
	* sh7750/include/Makefile.am: Remove.
	* sh7750/configure.ac: Reflect changes above.

2002-11-01	Joel Sherrill <joel@OARcorp.com>

	* sh7045/score/ispsh7045.c: Fixed typos.
	* sh7045/score/cpu_asm.c: Fixed typo.
	* sh7032/delay/delay.c, sh7032/score/ispsh7032.c: Removed warnings.
	* sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c: Removed warnings.
	* sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c: Removed warnings.

2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
	* sh7032/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
	* sh7045/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
	* sh7750/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.

2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7032/delay/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7032/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7032/score/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7032/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7045/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7045/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7045/score/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7045/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7750/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7750/sci/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7750/score/Makefile.am: Use .$(OBJEXT) instead of .o.
	* sh7750/timer/Makefile.am: Use .$(OBJEXT) instead of .o.

2002-04-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7032/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* sh7032/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7032/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7032/delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7032/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7032/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7032/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7032/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7045/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* sh7045/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7045/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7045/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7045/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7045/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7045/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7750/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* sh7750/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7750/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7750/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7750/sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7750/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sh7750/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.

2002-01-15	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7750/clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
	* sh7750/sci/Makefile.am: Likewise.
	* sh7750/score/Makefile.am: Likewise.
	* sh7750/timer/Makefile.am: Likewise.

2002-01-07	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/include/Makefile.am: Remove EXTRA_DIST.

2001-11-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7045/include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
	compatibility to make simsh happy.

2001-10-28	Alexandra Kossovsky <sasha@oktet.ru>

	* sh7750/include/rtems/score/sh7750_regs.h: Fix definitions of 
	SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.

2001-10-26	Alexandra Kossovsky <sasha@oktet.ru>

	* sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Minor fixes post
	merge.

2001-10-15	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7750/include/sh4uart.h: move to include/sh/sh4uart.h.
	* sh7750/include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
	* sh7750/include/iosh7750.h: move include/rtems/score/iosh7750.h.
	* sh7750/include/sh7750_regs.h: move to
	include/rtems/score/sh7750_regs.h.
	* sh7750/include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
	* sh7750/include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
	Kossovsky's original sources.
	* sh7750/include/Makefile.am: reflect changes above, remove EXTRA_DIST,
	require automake 1.5.
	* sh7750/sci/Makefile.am: Disable compilation of console.c.
	* sh7750/sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
	remove SH4_CPU_HZ_Frequency.
	* sh7750/score/isph7750.c: Remove #if !defined(sh7750), include
	sh4_regs.h.

2001-10-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add sh7750.

2001-10-12	Joel Sherrill <joel@OARcorp.com>

	* sh7032/clock/ckinit.c, sh7032/delay/delay.c,
	sh7032/include/iosh7032.h, sh7032/include/ispsh7032.h,
	sh7032/include/sci.h, sh7032/include/sh7_pfc.h,
	sh7032/include/sh7_sci.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c,
	sh7032/score/ispsh7032.c, sh7032/timer/timer.c: Fixed typo.
	* sh7045/clock/ckinit.c, sh7045/include/iosh7045.h,
	sh7045/include/ispsh7045.h, sh7045/include/sci.h,
	sh7045/include/sh7_pfc.h, sh7045/include/sh7_sci.h, sh7045/sci/sci.c,
	sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7045/timer/timer.c:
	Fixed typo.
	* sh7750/include/sh4_regs.h: Deleted and contents merged in score/cpu to
	avoid dependencies.
	* sh7750/include/Makefile.am: Reflects above.

2001-10-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add autom4te.cache for autoconf > 2.52.
	* configure.in: Remove.
	* configure.ac: New file, generated from configure.in by autoupdate.
	* sh7032/.cvsignore: Add autom4te.cache for autoconf > 2.52.
	* sh7032/configure.in: Remove.
	* sh7032/configure.ac: New file, generated from configure.in by
	autoupdate.
	* sh7045/.cvsignore: Add autom4te.cache for autoconf > 2.52.
	* sh7045/configure.in: Remove.
	* sh7045/configure.ac: New file, generated from configure.in by
	autoupdate.

2001-10-11	Alexandra Kossovsky <sasha@oktet.ru>

	* sh7750/clock/Makefile.am, sh7750/clock/ckinit.c,
	sh7750/clock/.cvsignore, sh7750/Makefile.am, sh7750/include/Makefile.am,
	sh7750/include/iosh7750.h, sh7750/include/ipl.h,
	sh7750/include/ispsh7750.h, sh7750/include/sh4_regs.h,
	sh7750/include/sh4uart.h, sh7750/include/sh7750_regs.h,
	sh7750/include/.cvsignore, sh7750/sci/Makefile.am, sh7750/sci/console.c,
	sh7750/sci/sh4uart.c, sh7750/sci/.cvsignore, sh7750/score/Makefile.am,
	sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c,
	sh7750/score/.cvsignore, sh7750/timer/Makefile.am, sh7750/timer/timer.c,
	sh7750/timer/.cvsignore, sh7750/configure.ac, sh7750/.cvsignore,
	sh7750/ChangeLog:  New files.   Reviewed and updated to latest automake
	and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.

2001-10-10	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to autoconf-2.52.

2001-09-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
	* sh7045/include/Makefile.am: Use 'TMPINSTALL_FILES ='.

2001-08-10	Radzislaw Galler  <rgaller@et.put.poznan.pl>

	* sh7045/score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
	number range check and handling of interrupt priority regs to conform
	SH2 specs.
	* sh7045/sci/sci_termios.c: New file.
	* sh7045/include/sci_termios.h: New file.
	* sh7045/include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
	(include_sh_HEADERS): Added sci_termios.h.
	* sh7045/score/ispsh7045.c (isp): Calling an ISR with immediate argument
	casued negative sign extension for vector numbers of 128 and above. This
	was fixed.
	* sh7045/sci/sci.c: Cleaned initialization of SCI registers; added
	necessary setup for new TERMIOS console cooperation.

2001-04-03	Joel Sherrill <joel@OARcorp.com>

	* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
	* sh7032/include/ispsh7032.h, sh7032/score/ispsh7032.c: Account for name
	change.
	* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
	* sh7045/include/ispsh7045.h, sh7045/score/ispsh7045.c: Account for name
	change.
	* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
	* sh7750/include/rtems/score/ispsh7750.h, sh7750/score/ispsh7750.c:
	Account for name change.

2001-02-18	Ralf Corsepiu <corsepius@faw.uni-ulm.de>

	* sh7032/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
	* sh7045/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.

2001-01-22	Radzislaw Galler  <rgaller@et.put.poznan.pl>

	* sh7045/clock/ckinit.c (Install_clock): Modified MTU timer 0
	initialization to generate an interrupt exactly every 1us.

2001-01-05	Joel Sherrill <joel@OARcorp.com>

	* /dev/null moved to libmisc.
	* sh7032/Makefile.am, sh7032/configure.in: Removed null directory.
	* sh7032/include/Makefile.am: Removed null.h.
	* sh7032/include/null.h, sh7032/null/.cvsignore,
	sh7032/null/Makefile.am, sh7032/null/close.c, sh7032/null/cntrl.c,
	sh7032/null/init.c, sh7032/null/open.c, sh7032/null/read.c,
	sh7032/null/write.c: Removed.
	* /dev/null moved to libmisc.
	* sh7045/Makefile.am, sh7045/configure.in: Removed null directory.
	* sh7045/include/Makefile.am: Removed null.h.
	* sh7045/include/null.h, sh7045/null/.cvsignore,
	sh7045/null/Makefile.am, sh7045/null/close.c, sh7045/null/cntrl.c,
	sh7045/null/init.c, sh7045/null/open.c, sh7045/null/read.c,
	sh7045/null/write.c: Removed.

2000-11-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
	* sh7032/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
	* sh7045/Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

2000-11-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
	* sh7032/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
	$(RTEMS_TOPdir)/aclocal.
	* sh7045/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
	$(RTEMS_TOPdir)/aclocal.

2000-10-26	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
	canonicalization.
	* sh7032/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
	to GNU canonicalization.
	* sh7045/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch
	to GNU canonicalization.

2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sh7032/clock/Makefile.am, sh7032/delay/Makefile.am,
	sh7032/null/Makefile.am, sh7032/sci/Makefile.am,
	sh7032/timer/Makefile.am, sh7032/score/Makefile.am: Include compile.am.
	* sh7045/clock/Makefile.am, sh7045/null/Makefile.am,
	sh7045/sci/Makefile.am, sh7045/timer/Makefile.am,
	sh7045/score/Makefile.am: Include compile.am.

2000-08-10	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.
	* sh7032/ChangeLog: New file.
	* sh7045/ChangeLog: New file.