source: rtems/cpukit/score/cpu/sparc/ChangeLog @ 7fccd6d6

4.104.114.84.95
Last change on this file since 7fccd6d6 was 7fccd6d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:02:24

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
4
52003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
8
92003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Remove TMPINSTALL_FILES.
12
132003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Add $(dirstamp) to preinstallation rules.
16
172003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Don't use gmake rules for preinstallation.
20
212003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove RTEMS_CANONICAL_HOST.
24
252003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove RTEMS_CHECK_CPU.
28
292003-09-04      Joel Sherrill <joel@OARcorp.com>
30
31        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/sparc.h,
32        rtems/score/types.h: URL for license changed.
33
342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
37
382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove AC_CONFIG_AUX_DIR.
41
422002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
45        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
46
472002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Fix package name.
50
512002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
54
552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Reformat.
58        Add autom4te*cache.
59        Remove autom4te.cache.
60
612002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
64
652002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
68
692002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use .$(OBJEXT) instead of .o.
72
732002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: RTEMS_TOP(../../../..).
76
772002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * rtems.S: Remove.
80        * Makefile.am: Reflect changes above.
81
822002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove RTEMS_PROJECT_ROOT.
85
862002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Add RTEMS_PROG_CCAS
89
902002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
93        Add AC_PROG_RANLIB.
94
952002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
98        Use ../../../aclocal.
99
1002002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
103        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
104
105
1062001-04-03      Joel Sherrill <joel@OARcorp.com>
107
108        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
109        * rtems/score/sparctypes.h: Removed.
110        * rtems/score/types.h: New file via CVS magic.
111        * Makefile.am, rtems/score/cpu.h: Account for name change.
112
1132002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * cpu.c: Replace NO_TABLE_MOVE-support by external function
116        (code moved to libcpu/sparc/tbr/tbr.c).
117        * cpu.h: Replace NO_TABLE_MOVE-support by external function
118        (code moved to libcpu/sparc/tbr/tbr.h).
119        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
120
1212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac:
124        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
125        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
126        * Makefile.am: Remove AUTOMAKE_OPTIONS.
127
1282002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Reflect 2002-01-23 changes.
131
1322001-01-30      Joel Sherrill <joel@OARcorp.com>
133
134        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
135
1362002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * rtems/Makefile.am: Removed.
139        * rtems/score/Makefile.am: Removed.
140        * configure.ac: Reflect changes above.
141
1422001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Add multilib support.
145
1462001-11-28      Joel Sherrill <joel@OARcorp.com>,
147
148        This was tracked as PR91.
149        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
150        is used to specify if the port uses the standard macro for this (FALSE).
151        A TRUE setting indicates the port provides its own implementation.
152
1532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
156        * configure.in: Remove.
157        * configure.ac: New file, generated from configure.in by autoupdate.
158
1592001-09-27      Jiri Gaisler <jiri@gaisler.com>
160
161        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
162        bug has been there all the time, but only hits the leon bsp since the
163        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
164
1652001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
168        * Makefile.am: Use 'PREINSTALL_FILES ='.
169
170
1712001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am, rtems/score/Makefile.am:
174        Apply include_*HEADERS instead of H_FILES.
175
1762001-01-03      Joel Sherrill <joel@OARcorp.com>
177
178        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
179        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
180        now that it is dynamically allocated.
181
1822000-12-06      Joel Sherrill <joel@OARcorp.com>
183
184        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
185
1862000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
187
188        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
189
1902000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
191
192        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
193        on gcc arguments.  Do not initialize FP context if there is
194        no FPU.  Flush instruction cache after installing RTEMS trap handler.
195
1962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
199
2002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
203
2042000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
207        Switch to GNU canonicalization.
208
2092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Include compile.am.
212
2132000-08-10      Joel Sherrill <joel@OARcorp.com>
214
215        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.