source: rtems/c/src/lib/libcpu/sh/sh7750/ChangeLog @ 6ca07328

4.104.114.84.95
Last change on this file since 6ca07328 was bd7b5897, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/16/03 at 11:44:47

2003-01-16 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in subdir Makefile.ams
  • configure.ac: Reflect changes above.
  • score/Makefile.am: Removed.
  • sci/Makefile.am: Removed.
  • timer/Makefile.am: Removed.
  • clock/Makefile.am: Removed.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in subdir Makefile.ams
4        * configure.ac: Reflect changes above.
5        * score/Makefile.am: Removed.
6        * sci/Makefile.am: Removed.
7        * timer/Makefile.am: Removed.
8        * clock/Makefile.am: Removed.
9
102002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
13        * sci/Makefile.am: Likewise.
14        * score/Makefile.am: Likewise.
15        * timer/Makefile.am: Likewise.
16
172002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
20
212002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Merge in include/Makefile.am.
24        * include/Makefile.am: Remove.
25        * configure.ac: Reflect changes above.
26
272002-11-01      Joel Sherrill <joel@OARcorp.com>
28
29        * score/cpu_asm.c, score/ispsh7750.c: Removed warnings.
30
312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * .cvsignore: Reformat.
34        Add autom4te*cache.
35        Remove autom4te.cache.
36
372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
43
442001-04-03      Joel Sherrill <joel@OARcorp.com>
45
46        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
47        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
48        name change.
49
502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac:
53        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
54        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
55        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
61
622001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
63
64        * include/rtems/score/sh7750_regs.h: Fix definitions of
65        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
66
672001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
68
69        * include/sh/sh4uart.h, sci/sh4uart.c: Minor fixes post merge.
70
712001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * include/sh4uart.h: move to include/sh/sh4uart.h.
74        * include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
75        * include/iosh7750.h: move include/rtems/score/iosh7750.h.
76        * include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h.
77        * include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
78        * include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
79        Kossovsky's original sources.
80        * include/Makefile.am: reflect changes above, remove EXTRA_DIST,
81        require automake 1.5.
82        * sci/Makefile.am: Disable compilation of console.c.
83        * sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
84        remove SH4_CPU_HZ_Frequency;
85        * score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h.
86
872001-10-12      Joel Sherrill <joel@OARcorp.com>
88
89        * include/sh4_regs.h: Deleted and contents merged in score/cpu
90        to avoid dependencies.
91        * include/Makefile.am: Reflects above.
92
932001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
94
95        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
96        include/Makefile.am, include/iosh7750.h, include/ipl.h,
97        include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h,
98        include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am,
99        sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am,
100        score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore,
101        timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac,
102        .cvsignore, ChangeLog:  New files. 
103        Reviewed and updated to latest automake and autoconf standards
104        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
105
Note: See TracBrowser for help on using the repository browser.