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

4.104.114.84.95
Last change on this file since 7d0eba02 was 7d0eba02, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 07:35:52

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to preinstallation rules.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to preinstallation rules.
4
52003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Don't use gmake rules for preinstallation.
8
92003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove RTEMS_CANONICAL_HOST.
12
132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove RTEMS_CHECK_CPU.
16
172003-09-04      Joel Sherrill <joel@OARcorp.com>
18
19        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/sparc.h,
20        rtems/score/types.h: URL for license changed.
21
222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
25
262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove AC_CONFIG_AUX_DIR.
29
302002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
33        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
34
352002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Fix package name.
38
392002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
42
432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * .cvsignore: Reformat.
46        Add autom4te*cache.
47        Remove autom4te.cache.
48
492002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
52
532002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
56
572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Use .$(OBJEXT) instead of .o.
60
612002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: RTEMS_TOP(../../../..).
64
652002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * rtems.S: Remove.
68        * Makefile.am: Reflect changes above.
69
702002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Remove RTEMS_PROJECT_ROOT.
73
742002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add RTEMS_PROG_CCAS
77
782002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
81        Add AC_PROG_RANLIB.
82
832002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
86        Use ../../../aclocal.
87
882002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
91        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
92
93
942001-04-03      Joel Sherrill <joel@OARcorp.com>
95
96        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
97        * rtems/score/sparctypes.h: Removed.
98        * rtems/score/types.h: New file via CVS magic.
99        * Makefile.am, rtems/score/cpu.h: Account for name change.
100
1012002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * cpu.c: Replace NO_TABLE_MOVE-support by external function
104        (code moved to libcpu/sparc/tbr/tbr.c).
105        * cpu.h: Replace NO_TABLE_MOVE-support by external function
106        (code moved to libcpu/sparc/tbr/tbr.h).
107        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
108
1092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac:
112        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
113        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
114        * Makefile.am: Remove AUTOMAKE_OPTIONS.
115
1162002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Reflect 2002-01-23 changes.
119
1202001-01-30      Joel Sherrill <joel@OARcorp.com>
121
122        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
123
1242002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * rtems/Makefile.am: Removed.
127        * rtems/score/Makefile.am: Removed.
128        * configure.ac: Reflect changes above.
129
1302001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Add multilib support.
133
1342001-11-28      Joel Sherrill <joel@OARcorp.com>,
135
136        This was tracked as PR91.
137        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
138        is used to specify if the port uses the standard macro for this (FALSE).
139        A TRUE setting indicates the port provides its own implementation.
140
1412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
144        * configure.in: Remove.
145        * configure.ac: New file, generated from configure.in by autoupdate.
146
1472001-09-27      Jiri Gaisler <jiri@gaisler.com>
148
149        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
150        bug has been there all the time, but only hits the leon bsp since the
151        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
152
1532001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
156        * Makefile.am: Use 'PREINSTALL_FILES ='.
157
158
1592001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am, rtems/score/Makefile.am:
162        Apply include_*HEADERS instead of H_FILES.
163
1642001-01-03      Joel Sherrill <joel@OARcorp.com>
165
166        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
167        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
168        now that it is dynamically allocated.
169
1702000-12-06      Joel Sherrill <joel@OARcorp.com>
171
172        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
173
1742000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
175
176        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
177
1782000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
179
180        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
181        on gcc arguments.  Do not initialize FP context if there is
182        no FPU.  Flush instruction cache after installing RTEMS trap handler.
183
1842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
187
1882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
191
1922000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
195        Switch to GNU canonicalization.
196
1972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Include compile.am.
200
2012000-08-10      Joel Sherrill <joel@OARcorp.com>
202
203        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.