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

4.104.114.84.95
Last change on this file since a19dd35 was a19dd35, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/08/02 at 11:27:06

2002-08-08 Ralf Corsepius <corsepiu@…>

  • cpu.c: Move pointer into #ifdef to avoid compiler warning.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
4
52002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
8
92002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Use .$(OBJEXT) instead of .o.
12
132002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: RTEMS_TOP(../../../..).
16
172002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * rtems.S: Remove.
20        * Makefile.am: Reflect changes above.
21
222002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove RTEMS_PROJECT_ROOT.
25
262002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Add RTEMS_PROG_CCAS
29
302002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
33        Add AC_PROG_RANLIB.
34
352002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
38        Use ../../../aclocal.
39
402002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
43        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
44
45
462001-04-03      Joel Sherrill <joel@OARcorp.com>
47
48        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
49        * rtems/score/sparctypes.h: Removed.
50        * rtems/score/types.h: New file via CVS magic.
51        * Makefile.am, rtems/score/cpu.h: Account for name change.
52
532002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * cpu.c: Replace NO_TABLE_MOVE-support by external function
56        (code moved to libcpu/sparc/tbr/tbr.c).
57        * cpu.h: Replace NO_TABLE_MOVE-support by external function
58        (code moved to libcpu/sparc/tbr/tbr.h).
59        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
60
612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac:
64        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
65        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67
682002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Reflect 2002-01-23 changes.
71
722001-01-30      Joel Sherrill <joel@OARcorp.com>
73
74        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
75
762002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * rtems/Makefile.am: Removed.
79        * rtems/score/Makefile.am: Removed.
80        * configure.ac: Reflect changes above.
81
822001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Add multilib support.
85
862001-11-28      Joel Sherrill <joel@OARcorp.com>,
87
88        This was tracked as PR91.
89        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
90        is used to specify if the port uses the standard macro for this (FALSE).
91        A TRUE setting indicates the port provides its own implementation.
92
932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
96        * configure.in: Remove.
97        * configure.ac: New file, generated from configure.in by autoupdate.
98
992001-09-27      Jiri Gaisler <jiri@gaisler.com>
100
101        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
102        bug has been there all the time, but only hits the leon bsp since the
103        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
104
1052001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
108        * Makefile.am: Use 'PREINSTALL_FILES ='.
109
110
1112001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am, rtems/score/Makefile.am:
114        Apply include_*HEADERS instead of H_FILES.
115
1162001-01-03      Joel Sherrill <joel@OARcorp.com>
117
118        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
119        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
120        now that it is dynamically allocated.
121
1222000-12-06      Joel Sherrill <joel@OARcorp.com>
123
124        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
125
1262000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
127
128        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
129
1302000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
131
132        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
133        on gcc arguments.  Do not initialize FP context if there is
134        no FPU.  Flush instruction cache after installing RTEMS trap handler.
135
1362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
139
1402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
143
1442000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
147        Switch to GNU canonicalization.
148
1492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Include compile.am.
152
1532000-08-10      Joel Sherrill <joel@OARcorp.com>
154
155        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.