source: rtems/cpukit/score/cpu/sparc/ChangeLog @ 2bc236ba

4.104.114.84.95
Last change on this file since 2bc236ba was 2bc236ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:03:01

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 8.2 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
12        guard.
13
142004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * asm.h: Add doxygen preamble.
17
182004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * rtems/score/cpu.h: Add doxygen preamble.
21        * rtems/score/sparc.h: Add doxygen preamble.
22        * rtems/score/types.h: Add doxygen preamble.
23
242004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
27        * Makefile.am: Don't include multilib.am.
28        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
29
302004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * Makefile.am: Install asm.h to $(includedir)/rtems.
33
342004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
37
382004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * cpu.c, rtems/score/cpu.h, rtems/score/sparc.h: Convert to using
41        c99 fixed size types.
42
432004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * configure.ac: RTEMS_TOP([../../../..]).
46
472004-02-26      Andreas Karlsson <andreas.karlsson@space.se>
48
49        604/bsps
50        * cpu_asm.S: Close window while restoring interrupted task state which
51        resulted in CWP corruption.
52
532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Move RTEMS_TOP one subdir down.
56
572004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Add PREINSTALL_DIRS.
60
612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
64        Add PREINSTALL_FILES to CLEANFILES.
65
662004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Requires automake >= 1.8.1.
69
702004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Include compile.am, again.
73
742004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Convert to using automake compilation rules.
77
782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
81
822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
85
862003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Remove TMPINSTALL_FILES.
89
902003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Add $(dirstamp) to preinstallation rules.
93
942003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Don't use gmake rules for preinstallation.
97
982003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Remove RTEMS_CANONICAL_HOST.
101
1022003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove RTEMS_CHECK_CPU.
105
1062003-09-04      Joel Sherrill <joel@OARcorp.com>
107
108        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/sparc.h,
109        rtems/score/types.h: URL for license changed.
110
1112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
114
1152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove AC_CONFIG_AUX_DIR.
118
1192002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
122        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
123
1242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Fix package name.
127
1282002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
131
1322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Reformat.
135        Add autom4te*cache.
136        Remove autom4te.cache.
137
1382002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
141
1422002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
145
1462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Use .$(OBJEXT) instead of .o.
149
1502002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: RTEMS_TOP(../../../..).
153
1542002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * rtems.S: Remove.
157        * Makefile.am: Reflect changes above.
158
1592002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove RTEMS_PROJECT_ROOT.
162
1632002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Add RTEMS_PROG_CCAS
166
1672002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
170        Add AC_PROG_RANLIB.
171
1722002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
175        Use ../../../aclocal.
176
1772002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
180        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
181
182
1832001-04-03      Joel Sherrill <joel@OARcorp.com>
184
185        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
186        * rtems/score/sparctypes.h: Removed.
187        * rtems/score/types.h: New file via CVS magic.
188        * Makefile.am, rtems/score/cpu.h: Account for name change.
189
1902002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * cpu.c: Replace NO_TABLE_MOVE-support by external function
193        (code moved to libcpu/sparc/tbr/tbr.c).
194        * cpu.h: Replace NO_TABLE_MOVE-support by external function
195        (code moved to libcpu/sparc/tbr/tbr.h).
196        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
197
1982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac:
201        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
202        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
203        * Makefile.am: Remove AUTOMAKE_OPTIONS.
204
2052002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Reflect 2002-01-23 changes.
208
2092001-01-30      Joel Sherrill <joel@OARcorp.com>
210
211        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
212
2132002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * rtems/Makefile.am: Removed.
216        * rtems/score/Makefile.am: Removed.
217        * configure.ac: Reflect changes above.
218
2192001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Add multilib support.
222
2232001-11-28      Joel Sherrill <joel@OARcorp.com>,
224
225        This was tracked as PR91.
226        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
227        is used to specify if the port uses the standard macro for this (FALSE).
228        A TRUE setting indicates the port provides its own implementation.
229
2302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
233        * configure.in: Remove.
234        * configure.ac: New file, generated from configure.in by autoupdate.
235
2362001-09-27      Jiri Gaisler <jiri@gaisler.com>
237
238        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
239        bug has been there all the time, but only hits the leon bsp since the
240        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
241
2422001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
245        * Makefile.am: Use 'PREINSTALL_FILES ='.
246
247
2482001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am, rtems/score/Makefile.am:
251        Apply include_*HEADERS instead of H_FILES.
252
2532001-01-03      Joel Sherrill <joel@OARcorp.com>
254
255        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
256        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
257        now that it is dynamically allocated.
258
2592000-12-06      Joel Sherrill <joel@OARcorp.com>
260
261        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
262
2632000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
264
265        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
266
2672000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
268
269        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
270        on gcc arguments.  Do not initialize FP context if there is
271        no FPU.  Flush instruction cache after installing RTEMS trap handler.
272
2732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
276
2772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
280
2812000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
284        Switch to GNU canonicalization.
285
2862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Include compile.am.
289
2902000-08-10      Joel Sherrill <joel@OARcorp.com>
291
292        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.