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

4.104.114.84.95
Last change on this file since babf575 was babf575, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 15:45:55

2005-02-08 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Split out preinstallation rules.
  • preinstall.am: New (Split out from Makefile.am).
  • Property mode set to 100644
File size: 9.2 KB
Line 
12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Split out preinstallation rules.
4        * preinstall.am: New (Split out from Makefile.am).
5
62005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        PR 754/rtems
9        * rtems/asm.h: New (relocated from .).
10        * asm.h: Remove (moved to rtems/asm.h).
11        * Makefile.am: Reflect changes above.
12
132004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
14
15        * asm.h, rtems/score/cpu.h, rtems/score/sparc.h,
16        rtems/score/types.h: New header guards.
17
182005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * rtems/score/types.h: Remove signed8, signed16, signed32,
21        unsigned8, unsigned16, unsigned32.
22
232005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
26
272005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * rtems/score/types.h: #include <rtems/stdint.h>.
30
312005-01-22      Ralf Corsepius <ralf.corsepius@freenet.de>
32
33        * rtems/score/cpu.h: Fix broken #endif.
34
352005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
36
37        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
38
392005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Remove build-variant support.
42
432004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
46        guard.
47
482004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * asm.h: Add doxygen preamble.
51
522004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * rtems/score/cpu.h: Add doxygen preamble.
55        * rtems/score/sparc.h: Add doxygen preamble.
56        * rtems/score/types.h: Add doxygen preamble.
57
582004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
61        * Makefile.am: Don't include multilib.am.
62        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
63
642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * Makefile.am: Install asm.h to $(includedir)/rtems.
67
682004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
71
722004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * cpu.c, rtems/score/cpu.h, rtems/score/sparc.h: Convert to using
75        c99 fixed size types.
76
772004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * configure.ac: RTEMS_TOP([../../../..]).
80
812004-02-26      Andreas Karlsson <andreas.karlsson@space.se>
82
83        604/bsps
84        * cpu_asm.S: Close window while restoring interrupted task state which
85        resulted in CWP corruption.
86
872004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Move RTEMS_TOP one subdir down.
90
912004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Add PREINSTALL_DIRS.
94
952004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
98        Add PREINSTALL_FILES to CLEANFILES.
99
1002004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Requires automake >= 1.8.1.
103
1042004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Include compile.am, again.
107
1082004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Convert to using automake compilation rules.
111
1122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
115
1162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
119
1202003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Remove TMPINSTALL_FILES.
123
1242003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Add $(dirstamp) to preinstallation rules.
127
1282003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Don't use gmake rules for preinstallation.
131
1322003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Remove RTEMS_CANONICAL_HOST.
135
1362003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Remove RTEMS_CHECK_CPU.
139
1402003-09-04      Joel Sherrill <joel@OARcorp.com>
141
142        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/sparc.h,
143        rtems/score/types.h: URL for license changed.
144
1452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
148
1492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Remove AC_CONFIG_AUX_DIR.
152
1532002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
156        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
157
1582002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Fix package name.
161
1622002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
165
1662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * .cvsignore: Reformat.
169        Add autom4te*cache.
170        Remove autom4te.cache.
171
1722002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
175
1762002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
179
1802002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use .$(OBJEXT) instead of .o.
183
1842002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: RTEMS_TOP(../../../..).
187
1882002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * rtems.S: Remove.
191        * Makefile.am: Reflect changes above.
192
1932002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Remove RTEMS_PROJECT_ROOT.
196
1972002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Add RTEMS_PROG_CCAS
200
2012002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
204        Add AC_PROG_RANLIB.
205
2062002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
209        Use ../../../aclocal.
210
2112002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
214        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
215
216
2172001-04-03      Joel Sherrill <joel@OARcorp.com>
218
219        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
220        * rtems/score/sparctypes.h: Removed.
221        * rtems/score/types.h: New file via CVS magic.
222        * Makefile.am, rtems/score/cpu.h: Account for name change.
223
2242002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * cpu.c: Replace NO_TABLE_MOVE-support by external function
227        (code moved to libcpu/sparc/tbr/tbr.c).
228        * cpu.h: Replace NO_TABLE_MOVE-support by external function
229        (code moved to libcpu/sparc/tbr/tbr.h).
230        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
231
2322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac:
235        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
236        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
237        * Makefile.am: Remove AUTOMAKE_OPTIONS.
238
2392002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Reflect 2002-01-23 changes.
242
2432001-01-30      Joel Sherrill <joel@OARcorp.com>
244
245        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
246
2472002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * rtems/Makefile.am: Removed.
250        * rtems/score/Makefile.am: Removed.
251        * configure.ac: Reflect changes above.
252
2532001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Add multilib support.
256
2572001-11-28      Joel Sherrill <joel@OARcorp.com>,
258
259        This was tracked as PR91.
260        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
261        is used to specify if the port uses the standard macro for this (FALSE).
262        A TRUE setting indicates the port provides its own implementation.
263
2642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
267        * configure.in: Remove.
268        * configure.ac: New file, generated from configure.in by autoupdate.
269
2702001-09-27      Jiri Gaisler <jiri@gaisler.com>
271
272        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
273        bug has been there all the time, but only hits the leon bsp since the
274        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
275
2762001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
279        * Makefile.am: Use 'PREINSTALL_FILES ='.
280
281
2822001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am, rtems/score/Makefile.am:
285        Apply include_*HEADERS instead of H_FILES.
286
2872001-01-03      Joel Sherrill <joel@OARcorp.com>
288
289        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
290        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
291        now that it is dynamically allocated.
292
2932000-12-06      Joel Sherrill <joel@OARcorp.com>
294
295        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
296
2972000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
298
299        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
300
3012000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
302
303        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
304        on gcc arguments.  Do not initialize FP context if there is
305        no FPU.  Flush instruction cache after installing RTEMS trap handler.
306
3072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
310
3112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
314
3152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
318        Switch to GNU canonicalization.
319
3202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Include compile.am.
323
3242000-08-10      Joel Sherrill <joel@OARcorp.com>
325
326        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.