source: rtems/c/src/exec/score/cpu/sparc/ChangeLog @ af81910

4.104.114.84.95
Last change on this file since af81910 was af81910, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 15:54:50

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

  • configure.ac: RTEMS_TOP(../../../..).
  • Property mode set to 100644
File size: 4.3 KB
Line 
12002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: RTEMS_TOP(../../../..).
4
52002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * rtems.S: Remove.
8        * Makefile.am: Reflect changes above.
9
102002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove RTEMS_PROJECT_ROOT.
13
142002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Add RTEMS_PROG_CCAS
17
182002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
21        Add AC_PROG_RANLIB.
22
232002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
26        Use ../../../aclocal.
27
282002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
31        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
32
33
342001-04-03      Joel Sherrill <joel@OARcorp.com>
35
36        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
37        * rtems/score/sparctypes.h: Removed.
38        * rtems/score/types.h: New file via CVS magic.
39        * Makefile.am, rtems/score/cpu.h: Account for name change.
40
412002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * cpu.c: Replace NO_TABLE_MOVE-support by external function
44        (code moved to libcpu/sparc/tbr/tbr.c).
45        * cpu.h: Replace NO_TABLE_MOVE-support by external function
46        (code moved to libcpu/sparc/tbr/tbr.h).
47        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
48
492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac:
52        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
53        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
54        * Makefile.am: Remove AUTOMAKE_OPTIONS.
55
562002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect 2002-01-23 changes.
59
602001-01-30      Joel Sherrill <joel@OARcorp.com>
61
62        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
63
642002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * rtems/Makefile.am: Removed.
67        * rtems/score/Makefile.am: Removed.
68        * configure.ac: Reflect changes above.
69
702001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Add multilib support.
73
742001-11-28      Joel Sherrill <joel@OARcorp.com>,
75
76        This was tracked as PR91.
77        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
78        is used to specify if the port uses the standard macro for this (FALSE).
79        A TRUE setting indicates the port provides its own implementation.
80
812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
84        * configure.in: Remove.
85        * configure.ac: New file, generated from configure.in by autoupdate.
86
872001-09-27      Jiri Gaisler <jiri@gaisler.com>
88
89        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
90        bug has been there all the time, but only hits the leon bsp since the
91        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
92
932001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
96        * Makefile.am: Use 'PREINSTALL_FILES ='.
97
98
992001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am, rtems/score/Makefile.am:
102        Apply include_*HEADERS instead of H_FILES.
103
1042001-01-03      Joel Sherrill <joel@OARcorp.com>
105
106        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
107        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
108        now that it is dynamically allocated.
109
1102000-12-06      Joel Sherrill <joel@OARcorp.com>
111
112        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
113
1142000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
115
116        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
117
1182000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
119
120        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
121        on gcc arguments.  Do not initialize FP context if there is
122        no FPU.  Flush instruction cache after installing RTEMS trap handler.
123
1242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
127
1282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
131
1322000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
135        Switch to GNU canonicalization.
136
1372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Include compile.am.
140
1412000-08-10      Joel Sherrill <joel@OARcorp.com>
142
143        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.