source: rtems/cpukit/score/cpu/sparc/ChangeLog @ 0edbe88

4.104.114.84.95
Last change on this file since 0edbe88 was 0edbe88, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/22/05 at 11:03:37

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

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