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

4.104.114.84.95
Last change on this file since b8ed8a9f was b8ed8a9f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/21/04 at 08:25:23

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

  • asm.h: Add doxygen preamble.
  • Property mode set to 100644
File size: 7.9 KB
Line 
12004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * asm.h: Add doxygen preamble.
4
52004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * rtems/score/cpu.h: Add doxygen preamble.
8        * rtems/score/sparc.h: Add doxygen preamble.
9        * rtems/score/types.h: Add doxygen preamble.
10
112004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
14        * Makefile.am: Don't include multilib.am.
15        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
16
172004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * Makefile.am: Install asm.h to $(includedir)/rtems.
20
212004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
24
252004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * cpu.c, rtems/score/cpu.h, rtems/score/sparc.h: Convert to using
28        c99 fixed size types.
29
302004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * configure.ac: RTEMS_TOP([../../../..]).
33
342004-02-26      Andreas Karlsson <andreas.karlsson@space.se>
35
36        604/bsps
37        * cpu_asm.S: Close window while restoring interrupted task state which
38        resulted in CWP corruption.
39
402004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Move RTEMS_TOP one subdir down.
43
442004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Add PREINSTALL_DIRS.
47
482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
51        Add PREINSTALL_FILES to CLEANFILES.
52
532004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Requires automake >= 1.8.1.
56
572004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Include compile.am, again.
60
612004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Convert to using automake compilation rules.
64
652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
68
692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
72
732003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Remove TMPINSTALL_FILES.
76
772003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Add $(dirstamp) to preinstallation rules.
80
812003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Don't use gmake rules for preinstallation.
84
852003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Remove RTEMS_CANONICAL_HOST.
88
892003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove RTEMS_CHECK_CPU.
92
932003-09-04      Joel Sherrill <joel@OARcorp.com>
94
95        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/sparc.h,
96        rtems/score/types.h: URL for license changed.
97
982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
101
1022003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove AC_CONFIG_AUX_DIR.
105
1062002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
109        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
110
1112002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Fix package name.
114
1152002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
118
1192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * .cvsignore: Reformat.
122        Add autom4te*cache.
123        Remove autom4te.cache.
124
1252002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
128
1292002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
132
1332002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Use .$(OBJEXT) instead of .o.
136
1372002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: RTEMS_TOP(../../../..).
140
1412002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * rtems.S: Remove.
144        * Makefile.am: Reflect changes above.
145
1462002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove RTEMS_PROJECT_ROOT.
149
1502002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Add RTEMS_PROG_CCAS
153
1542002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
157        Add AC_PROG_RANLIB.
158
1592002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
162        Use ../../../aclocal.
163
1642002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
167        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
168
169
1702001-04-03      Joel Sherrill <joel@OARcorp.com>
171
172        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
173        * rtems/score/sparctypes.h: Removed.
174        * rtems/score/types.h: New file via CVS magic.
175        * Makefile.am, rtems/score/cpu.h: Account for name change.
176
1772002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * cpu.c: Replace NO_TABLE_MOVE-support by external function
180        (code moved to libcpu/sparc/tbr/tbr.c).
181        * cpu.h: Replace NO_TABLE_MOVE-support by external function
182        (code moved to libcpu/sparc/tbr/tbr.h).
183        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
184
1852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac:
188        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
189        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
190        * Makefile.am: Remove AUTOMAKE_OPTIONS.
191
1922002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect 2002-01-23 changes.
195
1962001-01-30      Joel Sherrill <joel@OARcorp.com>
197
198        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
199
2002002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * rtems/Makefile.am: Removed.
203        * rtems/score/Makefile.am: Removed.
204        * configure.ac: Reflect changes above.
205
2062001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Add multilib support.
209
2102001-11-28      Joel Sherrill <joel@OARcorp.com>,
211
212        This was tracked as PR91.
213        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
214        is used to specify if the port uses the standard macro for this (FALSE).
215        A TRUE setting indicates the port provides its own implementation.
216
2172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
220        * configure.in: Remove.
221        * configure.ac: New file, generated from configure.in by autoupdate.
222
2232001-09-27      Jiri Gaisler <jiri@gaisler.com>
224
225        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
226        bug has been there all the time, but only hits the leon bsp since the
227        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
228
2292001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
232        * Makefile.am: Use 'PREINSTALL_FILES ='.
233
234
2352001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am, rtems/score/Makefile.am:
238        Apply include_*HEADERS instead of H_FILES.
239
2402001-01-03      Joel Sherrill <joel@OARcorp.com>
241
242        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
243        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
244        now that it is dynamically allocated.
245
2462000-12-06      Joel Sherrill <joel@OARcorp.com>
247
248        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
249
2502000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
251
252        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
253
2542000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
255
256        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
257        on gcc arguments.  Do not initialize FP context if there is
258        no FPU.  Flush instruction cache after installing RTEMS trap handler.
259
2602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
263
2642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
267
2682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
271        Switch to GNU canonicalization.
272
2732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Include compile.am.
276
2772000-08-10      Joel Sherrill <joel@OARcorp.com>
278
279        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.