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

4.104.114.84.95
Last change on this file since a25b63b was a25b63b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/02 at 12:21:55

2002-06-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add RTEMS_PROG_CCAS
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add RTEMS_PROG_CCAS
4
52002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
8        Add AC_PROG_RANLIB.
9
102002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
13        Use ../../../aclocal.
14
152002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
18        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
19
20
212001-04-03      Joel Sherrill <joel@OARcorp.com>
22
23        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
24        * rtems/score/sparctypes.h: Removed.
25        * rtems/score/types.h: New file via CVS magic.
26        * Makefile.am, rtems/score/cpu.h: Account for name change.
27
282002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * cpu.c: Replace NO_TABLE_MOVE-support by external function
31        (code moved to libcpu/sparc/tbr/tbr.c).
32        * cpu.h: Replace NO_TABLE_MOVE-support by external function
33        (code moved to libcpu/sparc/tbr/tbr.h).
34        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
35
362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac:
39        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
40        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
41        * Makefile.am: Remove AUTOMAKE_OPTIONS.
42
432002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Reflect 2002-01-23 changes.
46
472001-01-30      Joel Sherrill <joel@OARcorp.com>
48
49        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
50
512002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * rtems/Makefile.am: Removed.
54        * rtems/score/Makefile.am: Removed.
55        * configure.ac: Reflect changes above.
56
572001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Add multilib support.
60
612001-11-28      Joel Sherrill <joel@OARcorp.com>,
62
63        This was tracked as PR91.
64        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
65        is used to specify if the port uses the standard macro for this (FALSE).
66        A TRUE setting indicates the port provides its own implementation.
67
682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
71        * configure.in: Remove.
72        * configure.ac: New file, generated from configure.in by autoupdate.
73
742001-09-27      Jiri Gaisler <jiri@gaisler.com>
75
76        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
77        bug has been there all the time, but only hits the leon bsp since the
78        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
79
802001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
83        * Makefile.am: Use 'PREINSTALL_FILES ='.
84
85
862001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am, rtems/score/Makefile.am:
89        Apply include_*HEADERS instead of H_FILES.
90
912001-01-03      Joel Sherrill <joel@OARcorp.com>
92
93        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
94        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
95        now that it is dynamically allocated.
96
972000-12-06      Joel Sherrill <joel@OARcorp.com>
98
99        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
100
1012000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
102
103        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
104
1052000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
106
107        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
108        on gcc arguments.  Do not initialize FP context if there is
109        no FPU.  Flush instruction cache after installing RTEMS trap handler.
110
1112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
114
1152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
118
1192000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
122        Switch to GNU canonicalization.
123
1242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Include compile.am.
127
1282000-08-10      Joel Sherrill <joel@OARcorp.com>
129
130        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.