1 | 2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
2 | |
---|
3 | * include/sh4uart.h: move to include/sh/sh4uart.h. |
---|
4 | * include/ispsh7750.h: move to include/rtems/score/ispsh7750.h. |
---|
5 | * include/iosh7750.h: move include/rtems/score/iosh7750.h. |
---|
6 | * include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h. |
---|
7 | * include/rtems/score/ipl.h: move to include/rtems/score/ipl.h. |
---|
8 | * include/rtems/score/sh4_regs.h: Reintroduce from Alexandra |
---|
9 | Kossovsky's original sources. |
---|
10 | * include/Makefile.am: reflect changes above, remove EXTRA_DIST, |
---|
11 | require automake 1.5. |
---|
12 | * sci/Makefile.am: Disable compilation of console.c. |
---|
13 | * sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S, |
---|
14 | remove SH4_CPU_HZ_Frequency; |
---|
15 | * score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h. |
---|
16 | |
---|
17 | 2001-10-12 Joel Sherrill <joel@OARcorp.com> |
---|
18 | |
---|
19 | * include/sh4_regs.h: Deleted and contents merged in score/cpu |
---|
20 | to avoid dependencies. |
---|
21 | * include/Makefile.am: Reflects above. |
---|
22 | |
---|
23 | 2001-10-11 Alexandra Kossovsky <sasha@oktet.ru> |
---|
24 | |
---|
25 | * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am, |
---|
26 | include/Makefile.am, include/iosh7750.h, include/ipl.h, |
---|
27 | include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h, |
---|
28 | include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am, |
---|
29 | sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am, |
---|
30 | score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore, |
---|
31 | timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac, |
---|
32 | .cvsignore, ChangeLog: New files. |
---|
33 | Reviewed and updated to latest automake and autoconf standards |
---|
34 | by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. |
---|
35 | |
---|