source: rtems/cpukit/score/cpu/sparc/ChangeLog @ 53f6727

4.104.114.84.95
Last change on this file since 53f6727 was 53f6727, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 13:51:58

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

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