source: rtems/cpukit/score/cpu/sparc/ChangeLog @ 2bc49cf7

4.104.114.84.95
Last change on this file since 2bc49cf7 was f8cb04a5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:04:36

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
10
112002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
14
152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Use .$(OBJEXT) instead of .o.
18
192002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: RTEMS_TOP(../../../..).
22
232002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * rtems.S: Remove.
26        * Makefile.am: Reflect changes above.
27
282002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove RTEMS_PROJECT_ROOT.
31
322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Add RTEMS_PROG_CCAS
35
362002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
39        Add AC_PROG_RANLIB.
40
412002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
44        Use ../../../aclocal.
45
462002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
49        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
50
51
522001-04-03      Joel Sherrill <joel@OARcorp.com>
53
54        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
55        * rtems/score/sparctypes.h: Removed.
56        * rtems/score/types.h: New file via CVS magic.
57        * Makefile.am, rtems/score/cpu.h: Account for name change.
58
592002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * cpu.c: Replace NO_TABLE_MOVE-support by external function
62        (code moved to libcpu/sparc/tbr/tbr.c).
63        * cpu.h: Replace NO_TABLE_MOVE-support by external function
64        (code moved to libcpu/sparc/tbr/tbr.h).
65        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
66
672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac:
70        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
71        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
72        * Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect 2002-01-23 changes.
77
782001-01-30      Joel Sherrill <joel@OARcorp.com>
79
80        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
81
822002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * rtems/Makefile.am: Removed.
85        * rtems/score/Makefile.am: Removed.
86        * configure.ac: Reflect changes above.
87
882001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Add multilib support.
91
922001-11-28      Joel Sherrill <joel@OARcorp.com>,
93
94        This was tracked as PR91.
95        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
96        is used to specify if the port uses the standard macro for this (FALSE).
97        A TRUE setting indicates the port provides its own implementation.
98
992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
102        * configure.in: Remove.
103        * configure.ac: New file, generated from configure.in by autoupdate.
104
1052001-09-27      Jiri Gaisler <jiri@gaisler.com>
106
107        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
108        bug has been there all the time, but only hits the leon bsp since the
109        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
110
1112001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
114        * Makefile.am: Use 'PREINSTALL_FILES ='.
115
116
1172001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am, rtems/score/Makefile.am:
120        Apply include_*HEADERS instead of H_FILES.
121
1222001-01-03      Joel Sherrill <joel@OARcorp.com>
123
124        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
125        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
126        now that it is dynamically allocated.
127
1282000-12-06      Joel Sherrill <joel@OARcorp.com>
129
130        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
131
1322000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
133
134        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
135
1362000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
137
138        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
139        on gcc arguments.  Do not initialize FP context if there is
140        no FPU.  Flush instruction cache after installing RTEMS trap handler.
141
1422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
145
1462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
149
1502000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
153        Switch to GNU canonicalization.
154
1552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Include compile.am.
158
1592000-08-10      Joel Sherrill <joel@OARcorp.com>
160
161        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.