source: rtems/cpukit/score/cpu/sparc/ChangeLog @ af413e95

4.104.114.84.95
Last change on this file since af413e95 was af413e95, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/21/04 at 11:06:03

2004-11-21 Ralf Corsepius <ralf.corsepius@…>

  • rtems/score/types.h: Use rtems_score_types_h as preprocessor guard.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
4        guard.
5
62004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * asm.h: Add doxygen preamble.
9
102004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * rtems/score/cpu.h: Add doxygen preamble.
13        * rtems/score/sparc.h: Add doxygen preamble.
14        * rtems/score/types.h: Add doxygen preamble.
15
162004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
19        * Makefile.am: Don't include multilib.am.
20        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
21
222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * Makefile.am: Install asm.h to $(includedir)/rtems.
25
262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
29
302004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * cpu.c, rtems/score/cpu.h, rtems/score/sparc.h: Convert to using
33        c99 fixed size types.
34
352004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * configure.ac: RTEMS_TOP([../../../..]).
38
392004-02-26      Andreas Karlsson <andreas.karlsson@space.se>
40
41        604/bsps
42        * cpu_asm.S: Close window while restoring interrupted task state which
43        resulted in CWP corruption.
44
452004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Move RTEMS_TOP one subdir down.
48
492004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Add PREINSTALL_DIRS.
52
532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
56        Add PREINSTALL_FILES to CLEANFILES.
57
582004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Requires automake >= 1.8.1.
61
622004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Include compile.am, again.
65
662004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Convert to using automake compilation rules.
69
702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
73
742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
77
782003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Remove TMPINSTALL_FILES.
81
822003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Add $(dirstamp) to preinstallation rules.
85
862003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Don't use gmake rules for preinstallation.
89
902003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove RTEMS_CANONICAL_HOST.
93
942003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove RTEMS_CHECK_CPU.
97
982003-09-04      Joel Sherrill <joel@OARcorp.com>
99
100        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/sparc.h,
101        rtems/score/types.h: URL for license changed.
102
1032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
106
1072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Remove AC_CONFIG_AUX_DIR.
110
1112002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
114        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
115
1162002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Fix package name.
119
1202002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
123
1242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Reformat.
127        Add autom4te*cache.
128        Remove autom4te.cache.
129
1302002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
133
1342002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
137
1382002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Use .$(OBJEXT) instead of .o.
141
1422002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: RTEMS_TOP(../../../..).
145
1462002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * rtems.S: Remove.
149        * Makefile.am: Reflect changes above.
150
1512002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove RTEMS_PROJECT_ROOT.
154
1552002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Add RTEMS_PROG_CCAS
158
1592002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
162        Add AC_PROG_RANLIB.
163
1642002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
167        Use ../../../aclocal.
168
1692002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
172        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
173
174
1752001-04-03      Joel Sherrill <joel@OARcorp.com>
176
177        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
178        * rtems/score/sparctypes.h: Removed.
179        * rtems/score/types.h: New file via CVS magic.
180        * Makefile.am, rtems/score/cpu.h: Account for name change.
181
1822002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * cpu.c: Replace NO_TABLE_MOVE-support by external function
185        (code moved to libcpu/sparc/tbr/tbr.c).
186        * cpu.h: Replace NO_TABLE_MOVE-support by external function
187        (code moved to libcpu/sparc/tbr/tbr.h).
188        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
189
1902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac:
193        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
194        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
195        * Makefile.am: Remove AUTOMAKE_OPTIONS.
196
1972002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Reflect 2002-01-23 changes.
200
2012001-01-30      Joel Sherrill <joel@OARcorp.com>
202
203        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
204
2052002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * rtems/Makefile.am: Removed.
208        * rtems/score/Makefile.am: Removed.
209        * configure.ac: Reflect changes above.
210
2112001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Add multilib support.
214
2152001-11-28      Joel Sherrill <joel@OARcorp.com>,
216
217        This was tracked as PR91.
218        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
219        is used to specify if the port uses the standard macro for this (FALSE).
220        A TRUE setting indicates the port provides its own implementation.
221
2222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
225        * configure.in: Remove.
226        * configure.ac: New file, generated from configure.in by autoupdate.
227
2282001-09-27      Jiri Gaisler <jiri@gaisler.com>
229
230        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
231        bug has been there all the time, but only hits the leon bsp since the
232        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
233
2342001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
237        * Makefile.am: Use 'PREINSTALL_FILES ='.
238
239
2402001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am, rtems/score/Makefile.am:
243        Apply include_*HEADERS instead of H_FILES.
244
2452001-01-03      Joel Sherrill <joel@OARcorp.com>
246
247        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
248        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
249        now that it is dynamically allocated.
250
2512000-12-06      Joel Sherrill <joel@OARcorp.com>
252
253        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
254
2552000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
256
257        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
258
2592000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
260
261        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
262        on gcc arguments.  Do not initialize FP context if there is
263        no FPU.  Flush instruction cache after installing RTEMS trap handler.
264
2652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
268
2692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
272
2732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
276        Switch to GNU canonicalization.
277
2782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Include compile.am.
281
2822000-08-10      Joel Sherrill <joel@OARcorp.com>
283
284        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.