source: rtems/cpukit/score/cpu/sparc/ChangeLog @ 8c746fe

4.104.114.84.95
Last change on this file since 8c746fe was 8c746fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/01/02 at 09:59:55

2002-07-01 Ralf Corsepius <corsepiu@…>

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