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

4.104.114.84.95
Last change on this file since f4fe0e9a was f4fe0e9a, checked in by Joel Sherrill <joel.sherrill@…>, on 02/26/04 at 17:23:54

2004-02-26 Andreas Karlsson <andreas.karlsson@…>

  • cpu_asm.S: Close window while restoring interrupted task state which resulted in CWP corruption.
  • Property mode set to 100644
File size: 7.0 KB
Line 
12004-02-26      Andreas Karlsson <andreas.karlsson@space.se>
2
3        * cpu_asm.S: Close window while restoring interrupted task state which
4        resulted in CWP corruption.
5
62004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Move RTEMS_TOP one subdir down.
9
102004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Add PREINSTALL_DIRS.
13
142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
17        Add PREINSTALL_FILES to CLEANFILES.
18
192004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Requires automake >= 1.8.1.
22
232004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Include compile.am, again.
26
272004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Convert to using automake compilation rules.
30
312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
34
352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
38
392003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Remove TMPINSTALL_FILES.
42
432003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Add $(dirstamp) to preinstallation rules.
46
472003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Don't use gmake rules for preinstallation.
50
512003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove RTEMS_CANONICAL_HOST.
54
552003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove RTEMS_CHECK_CPU.
58
592003-09-04      Joel Sherrill <joel@OARcorp.com>
60
61        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/sparc.h,
62        rtems/score/types.h: URL for license changed.
63
642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
67
682003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove AC_CONFIG_AUX_DIR.
71
722002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
75        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
76
772002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Fix package name.
80
812002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
84
852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Reformat.
88        Add autom4te*cache.
89        Remove autom4te.cache.
90
912002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
94
952002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
98
992002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Use .$(OBJEXT) instead of .o.
102
1032002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: RTEMS_TOP(../../../..).
106
1072002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * rtems.S: Remove.
110        * Makefile.am: Reflect changes above.
111
1122002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove RTEMS_PROJECT_ROOT.
115
1162002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Add RTEMS_PROG_CCAS
119
1202002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
123        Add AC_PROG_RANLIB.
124
1252002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
128        Use ../../../aclocal.
129
1302002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
133        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
134
135
1362001-04-03      Joel Sherrill <joel@OARcorp.com>
137
138        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
139        * rtems/score/sparctypes.h: Removed.
140        * rtems/score/types.h: New file via CVS magic.
141        * Makefile.am, rtems/score/cpu.h: Account for name change.
142
1432002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * cpu.c: Replace NO_TABLE_MOVE-support by external function
146        (code moved to libcpu/sparc/tbr/tbr.c).
147        * cpu.h: Replace NO_TABLE_MOVE-support by external function
148        (code moved to libcpu/sparc/tbr/tbr.h).
149        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
150
1512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac:
154        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
155        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
156        * Makefile.am: Remove AUTOMAKE_OPTIONS.
157
1582002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Reflect 2002-01-23 changes.
161
1622001-01-30      Joel Sherrill <joel@OARcorp.com>
163
164        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
165
1662002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * rtems/Makefile.am: Removed.
169        * rtems/score/Makefile.am: Removed.
170        * configure.ac: Reflect changes above.
171
1722001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Add multilib support.
175
1762001-11-28      Joel Sherrill <joel@OARcorp.com>,
177
178        This was tracked as PR91.
179        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
180        is used to specify if the port uses the standard macro for this (FALSE).
181        A TRUE setting indicates the port provides its own implementation.
182
1832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
186        * configure.in: Remove.
187        * configure.ac: New file, generated from configure.in by autoupdate.
188
1892001-09-27      Jiri Gaisler <jiri@gaisler.com>
190
191        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
192        bug has been there all the time, but only hits the leon bsp since the
193        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
194
1952001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
198        * Makefile.am: Use 'PREINSTALL_FILES ='.
199
200
2012001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am, rtems/score/Makefile.am:
204        Apply include_*HEADERS instead of H_FILES.
205
2062001-01-03      Joel Sherrill <joel@OARcorp.com>
207
208        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
209        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
210        now that it is dynamically allocated.
211
2122000-12-06      Joel Sherrill <joel@OARcorp.com>
213
214        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
215
2162000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
217
218        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
219
2202000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
221
222        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
223        on gcc arguments.  Do not initialize FP context if there is
224        no FPU.  Flush instruction cache after installing RTEMS trap handler.
225
2262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
229
2302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
233
2342000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
237        Switch to GNU canonicalization.
238
2392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Include compile.am.
242
2432000-08-10      Joel Sherrill <joel@OARcorp.com>
244
245        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.