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

4.104.114.84.95
Last change on this file since e6aeabd was 2a0a6851, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/30/04 at 11:47:19

2004-03-30 Ralf Corsepius <ralf_corsepius@…>

  • cpu.c, rtems/score/cpu.h, rtems/score/sparc.h: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 7.2 KB
Line 
12004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * cpu.c, rtems/score/cpu.h, rtems/score/sparc.h: Convert to using
4        c99 fixed size types.
5
62004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * configure.ac: RTEMS_TOP([../../../..]).
9
102004-02-26      Andreas Karlsson <andreas.karlsson@space.se>
11
12        * cpu_asm.S: Close window while restoring interrupted task state which
13        resulted in CWP corruption.
14
152004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Move RTEMS_TOP one subdir down.
18
192004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Add PREINSTALL_DIRS.
22
232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
26        Add PREINSTALL_FILES to CLEANFILES.
27
282004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Requires automake >= 1.8.1.
31
322004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Include compile.am, again.
35
362004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Convert to using automake compilation rules.
39
402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
43
442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
47
482003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Remove TMPINSTALL_FILES.
51
522003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Add $(dirstamp) to preinstallation rules.
55
562003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Don't use gmake rules for preinstallation.
59
602003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove RTEMS_CANONICAL_HOST.
63
642003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove RTEMS_CHECK_CPU.
67
682003-09-04      Joel Sherrill <joel@OARcorp.com>
69
70        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/sparc.h,
71        rtems/score/types.h: URL for license changed.
72
732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
76
772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Remove AC_CONFIG_AUX_DIR.
80
812002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
84        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
85
862002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Fix package name.
89
902002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
93
942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * .cvsignore: Reformat.
97        Add autom4te*cache.
98        Remove autom4te.cache.
99
1002002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
103
1042002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
107
1082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Use .$(OBJEXT) instead of .o.
111
1122002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: RTEMS_TOP(../../../..).
115
1162002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * rtems.S: Remove.
119        * Makefile.am: Reflect changes above.
120
1212002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Remove RTEMS_PROJECT_ROOT.
124
1252002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Add RTEMS_PROG_CCAS
128
1292002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
132        Add AC_PROG_RANLIB.
133
1342002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
137        Use ../../../aclocal.
138
1392002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
142        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
143
144
1452001-04-03      Joel Sherrill <joel@OARcorp.com>
146
147        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
148        * rtems/score/sparctypes.h: Removed.
149        * rtems/score/types.h: New file via CVS magic.
150        * Makefile.am, rtems/score/cpu.h: Account for name change.
151
1522002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * cpu.c: Replace NO_TABLE_MOVE-support by external function
155        (code moved to libcpu/sparc/tbr/tbr.c).
156        * cpu.h: Replace NO_TABLE_MOVE-support by external function
157        (code moved to libcpu/sparc/tbr/tbr.h).
158        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
159
1602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac:
163        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
164        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
165        * Makefile.am: Remove AUTOMAKE_OPTIONS.
166
1672002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Reflect 2002-01-23 changes.
170
1712001-01-30      Joel Sherrill <joel@OARcorp.com>
172
173        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
174
1752002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * rtems/Makefile.am: Removed.
178        * rtems/score/Makefile.am: Removed.
179        * configure.ac: Reflect changes above.
180
1812001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Add multilib support.
184
1852001-11-28      Joel Sherrill <joel@OARcorp.com>,
186
187        This was tracked as PR91.
188        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
189        is used to specify if the port uses the standard macro for this (FALSE).
190        A TRUE setting indicates the port provides its own implementation.
191
1922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
195        * configure.in: Remove.
196        * configure.ac: New file, generated from configure.in by autoupdate.
197
1982001-09-27      Jiri Gaisler <jiri@gaisler.com>
199
200        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
201        bug has been there all the time, but only hits the leon bsp since the
202        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
203
2042001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
207        * Makefile.am: Use 'PREINSTALL_FILES ='.
208
209
2102001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am, rtems/score/Makefile.am:
213        Apply include_*HEADERS instead of H_FILES.
214
2152001-01-03      Joel Sherrill <joel@OARcorp.com>
216
217        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
218        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
219        now that it is dynamically allocated.
220
2212000-12-06      Joel Sherrill <joel@OARcorp.com>
222
223        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
224
2252000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
226
227        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
228
2292000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
230
231        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
232        on gcc arguments.  Do not initialize FP context if there is
233        no FPU.  Flush instruction cache after installing RTEMS trap handler.
234
2352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
238
2392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
242
2432000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
246        Switch to GNU canonicalization.
247
2482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Include compile.am.
251
2522000-08-10      Joel Sherrill <joel@OARcorp.com>
253
254        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.