source: rtems/cpukit/score/cpu/sparc/ChangeLog @ 47c0220

4.104.114.84.95
Last change on this file since 47c0220 was 47c0220, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/19/02 at 22:23:50

2002-11-19 Ralf Corsepius <corsepiu@…>

  • configure.ac: Fix package name.
  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[47c0220]12002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Fix package name.
4
[5c8b6b6]52002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
8
[f8cb04a5]92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
[a19dd35]152002-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * cpu.c: Move pointer into #ifdef to avoid compiler warning.
18
[a85d8ec]192002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
22
[53f6727]232002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Use .$(OBJEXT) instead of .o.
26
[af81910]272002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: RTEMS_TOP(../../../..).
30
[3cf5a99]312002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * rtems.S: Remove.
34        * Makefile.am: Reflect changes above.
35
[8c746fe]362002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove RTEMS_PROJECT_ROOT.
39
[a25b63b]402002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Add RTEMS_PROG_CCAS
43
[6f79a970]442002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
47        Add AC_PROG_RANLIB.
48
[2f6261d]492002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
52        Use ../../../aclocal.
53
[8e87c6e9]542002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
57        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
58
59
[22ed9d0f]602001-04-03      Joel Sherrill <joel@OARcorp.com>
61
62        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
63        * rtems/score/sparctypes.h: Removed.
64        * rtems/score/types.h: New file via CVS magic.
65        * Makefile.am, rtems/score/cpu.h: Account for name change.
66
[21c468b]672002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * cpu.c: Replace NO_TABLE_MOVE-support by external function
70        (code moved to libcpu/sparc/tbr/tbr.c).
71        * cpu.h: Replace NO_TABLE_MOVE-support by external function
72        (code moved to libcpu/sparc/tbr/tbr.h).
73        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
74
[7273b6e]752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac:
78        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
79        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
80        * Makefile.am: Remove AUTOMAKE_OPTIONS.
81
[d8a78f4f]822002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect 2002-01-23 changes.
85
[1dba8de0]862001-01-30      Joel Sherrill <joel@OARcorp.com>
87
88        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
89
[c3a79fa]902002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * rtems/Makefile.am: Removed.
93        * rtems/score/Makefile.am: Removed.
94        * configure.ac: Reflect changes above.
95
[e9718415]962001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Add multilib support.
99
[4db30283]1002001-11-28      Joel Sherrill <joel@OARcorp.com>,
101
102        This was tracked as PR91.
103        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
104        is used to specify if the port uses the standard macro for this (FALSE).
105        A TRUE setting indicates the port provides its own implementation.
106
[df25c998]1072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
110        * configure.in: Remove.
111        * configure.ac: New file, generated from configure.in by autoupdate.
112
[0387547]1132001-09-27      Jiri Gaisler <jiri@gaisler.com>
114
115        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
116        bug has been there all the time, but only hits the leon bsp since the
117        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
118
[684eebc8]1192001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
122        * Makefile.am: Use 'PREINSTALL_FILES ='.
123
[0387547]124
[329509fb]1252001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am, rtems/score/Makefile.am:
128        Apply include_*HEADERS instead of H_FILES.
129
[fe7acdcf]1302001-01-03      Joel Sherrill <joel@OARcorp.com>
131
132        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
133        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
134        now that it is dynamically allocated.
135
[5996c48]1362000-12-06      Joel Sherrill <joel@OARcorp.com>
137
138        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
139
[669a6dc3]1402000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
141
142        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
143
[477e2d19]1442000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
145
146        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
147        on gcc arguments.  Do not initialize FP context if there is
148        no FPU.  Flush instruction cache after installing RTEMS trap handler.
149
[feead226]1502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
153
[a314d3b4]1542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
157
[5582de1]1582000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
161        Switch to GNU canonicalization.
162
[d7118fd]1632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Include compile.am.
166
[e94ad1fe]1672000-08-10      Joel Sherrill <joel@OARcorp.com>
168
169        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.