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

4.104.114.84.95
Last change on this file since c8e1751 was c8e1751, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/03 at 11:18:07

2003-10-21 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_CHECK_CPU.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_CHECK_CPU.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/ckinit.c, include/rtems/score/iosh7750.h,
8        include/rtems/score/ipl.h, include/rtems/score/ispsh7750.h,
9        include/rtems/score/sh4_regs.h, include/rtems/score/sh7750_regs.h,
10        include/sh/sh4uart.h, sci/console.c, sci/sh4uart.c, score/cpu_asm.c,
11        score/ispsh7750.c, timer/timer.c: URL for license changed.
12
132003-09-04      Joel Sherrill <joel@OARcorp.com>
14
15        * score/cpu_asm.c: Removed incorrect statement about copyright
16        assignment.
17
182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having moved aclocal/.
21
222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having moved automake/.
25
262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
29
302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Remove AC_CONFIG_AUX_DIR.
33
342003-02-11      Joel Sherrill <joel@OARcorp.com>
35
36        * score/cpu_asm.c: Rework logic that decides when to call
37        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
38        determined that _ISR_Signals_to_thread_executing was not being
39        honored and/or cleared properly.
40
412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
44
452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: AC_PREREQ(2.57).
48
492003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Merge-in subdir Makefile.ams
52        * configure.ac: Reflect changes above.
53        * score/Makefile.am: Removed.
54        * sci/Makefile.am: Removed.
55        * timer/Makefile.am: Removed.
56        * clock/Makefile.am: Removed.
57
582002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
61        * sci/Makefile.am: Likewise.
62        * score/Makefile.am: Likewise.
63        * timer/Makefile.am: Likewise.
64
652002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
68
692002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Merge in include/Makefile.am.
72        * include/Makefile.am: Remove.
73        * configure.ac: Reflect changes above.
74
752002-11-01      Joel Sherrill <joel@OARcorp.com>
76
77        * score/cpu_asm.c, score/ispsh7750.c: Removed warnings.
78
792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Reformat.
82        Add autom4te*cache.
83        Remove autom4te.cache.
84
852002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
91
922001-04-03      Joel Sherrill <joel@OARcorp.com>
93
94        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
95        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
96        name change.
97
982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac:
101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
103        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
109
1102001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
111
112        * include/rtems/score/sh7750_regs.h: Fix definitions of
113        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
114
1152001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
116
117        * include/sh/sh4uart.h, sci/sh4uart.c: Minor fixes post merge.
118
1192001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * include/sh4uart.h: move to include/sh/sh4uart.h.
122        * include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
123        * include/iosh7750.h: move include/rtems/score/iosh7750.h.
124        * include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h.
125        * include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
126        * include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
127        Kossovsky's original sources.
128        * include/Makefile.am: reflect changes above, remove EXTRA_DIST,
129        require automake 1.5.
130        * sci/Makefile.am: Disable compilation of console.c.
131        * sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
132        remove SH4_CPU_HZ_Frequency;
133        * score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h.
134
1352001-10-12      Joel Sherrill <joel@OARcorp.com>
136
137        * include/sh4_regs.h: Deleted and contents merged in score/cpu
138        to avoid dependencies.
139        * include/Makefile.am: Reflects above.
140
1412001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
142
143        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
144        include/Makefile.am, include/iosh7750.h, include/ipl.h,
145        include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h,
146        include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am,
147        sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am,
148        score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore,
149        timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac,
150        .cvsignore, ChangeLog:  New files. 
151        Reviewed and updated to latest automake and autoconf standards
152        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
153
Note: See TracBrowser for help on using the repository browser.