source: rtems/cpukit/score/cpu/c4x/ChangeLog @ b49bcfc

4.104.114.84.95
Last change on this file since b49bcfc was b49bcfc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:12:49

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99
8        fixed size types.
9
102004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * configure.ac: RTEMS_TOP([../../../..]).
13
142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Move RTEMS_TOP one subdir down.
17
182004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Add PREINSTALL_DIRS.
21
222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
25        Add PREINSTALL_FILES to CLEANFILES.
26
272004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Requires automake >= 1.8.1.
30
312004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Include compile.am, again.
34
352004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Convert to using automake compilation rules.
38
392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
42
432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
46
472003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Remove TMPINSTALL_FILES.
50
512003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Add $(dirstamp) to preinstallation rules.
54
552003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Don't use gmake rules for preinstallation.
58
592003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove RTEMS_CANONICAL_HOST.
62
632003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove RTEMS_CHECK_CPU.
66
672003-09-26      Joel Sherrill <joel@OARcorp.com>
68
69        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
70        references.
71
722003-09-04      Joel Sherrill <joel@OARcorp.com>
73
74        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
75        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
76
772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
80
812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove AC_CONFIG_AUX_DIR.
84
852003-02-11      Joel Sherrill <joel@OARcorp.com>
86
87        * irq.c: Rework logic that decides when to call
88        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
89        determined that _ISR_Signals_to_thread_executing was not being
90        honored and/or cleared properly.
91
922002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
95        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
96
972002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Fix package name.
100
1012002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
104
1052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Reformat.
108        Add autom4te*cache.
109        Remove autom4te.cache.
110
1112002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
114
1152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Use .$(OBJEXT) instead of .o.
118
1192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Use . instead of .o.
122
1232002-07-05      Joel Sherrill <joel@OARcorp.com>
124
125        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
126        marked XXX.
127
1282002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: RTEMS_TOP(../../../..).
131
1322002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * rtems.c: Remove.
135        * Makefile.am: Reflect changes above.
136
1372002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Remove RTEMS_PROJECT_ROOT.
140
1412002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Add RTEMS_PROG_CCAS
144
1452002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
148        Add AC_PROG_RANLIB.
149
1502002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
153        Use ../../../aclocal.
154
1552001-04-03      Joel Sherrill <joel@OARcorp.com>
156
157        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
158        * rtems/score/c4xtypes.h: Removed.
159        * rtems/score/types.h: New file via CVS magic.
160        * Makefile.am, rtems/score/cpu.h: Account for name change.
161
1622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac:
165        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
166        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
167        * Makefile.am: Remove AUTOMAKE_OPTIONS.
168
1692002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * rtems/Makefile.am: Removed.
172        * rtems/score/Makefile.am: Removed.
173        * configure.ac: Reflect changes above.
174        * Makefile.am: Reflect changes above.
175
1762002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * asm.h: Remove #include <rtems/score/targopts.h>.
179        Add #include <rtems/score/cpuopts.h>.
180
181
182
1832002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
186
1872001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
190
1912001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Add multilib support.
194
1952001-11-28      Joel Sherrill <joel@OARcorp.com>,
196
197        This was tracked as PR91.
198        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
199        is used to specify if the port uses the standard macro for this (FALSE).
200        A TRUE setting indicates the port provides its own implementation.
201
2022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
205        * configure.in: Remove.
206        * configure.ac: New file, generated from configure.in by autoupdate.
207
2082001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
211        * Makefile.am: Use 'PREINSTALL_FILES ='.
212
2132001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am, rtems/score/Makefile.am:
216        Apply include_*HEADERS instead of H_FILES.
217
2182001-01-03      Joel Sherrill <joel@OARcorp.com>
219
220        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
221
2222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
225
2262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
229
2302000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
233        Switch to GNU canonicalization.
234
2352000-10-18      Joel Sherrill <joel@OARcorp.com>
236
237        * rtems/score/c4x.h: Modified to properly multilib.  This required
238        using only macros predefined by gcc.
239
2402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Include compile.am, formatting.
243        * rtems/Makefile.am: formatting.
244        * rtems/score/Makefile.am: formatting.
245
2462000-08-10      Joel Sherrill <joel@OARcorp.com>
247
248        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.