source: rtems/cpukit/score/cpu/c4x/ChangeLog @ 8adc214

4.104.114.84.95
Last change on this file since 8adc214 was af413e95, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/21/04 at 11:06:03

2004-11-21 Ralf Corsepius <ralf.corsepius@…>

  • rtems/score/types.h: Use rtems_score_types_h as preprocessor guard.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
4        guard.
5
62004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * asm.h: Add doxygen preamble.
9
102004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * rtems/score/c4x.h: Add doxygen preamble.
13        * rtems/score/cpu.h: Add doxygen preamble.
14        * rtems/score/cpu_asm.h: Add doxygen preamble.
15        * rtems/score/types.h: Add doxygen preamble.
16
172004-09-29      Joel Sherrill <joel@OARcorp.com>
18
19        * rtems/score/cpu.h: i960 obsoleted and all references removed.
20
212004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
24        * Makefile.am: Don't include multilib.am.
25        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
26
272004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x.
30
312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * Makefile.am: Install asm.h to $(includedir)/rtems.
34
352004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
38
392004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99
42        fixed size types.
43
442004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * configure.ac: RTEMS_TOP([../../../..]).
47
482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Move RTEMS_TOP one subdir down.
51
522004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Add PREINSTALL_DIRS.
55
562004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
59        Add PREINSTALL_FILES to CLEANFILES.
60
612004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Requires automake >= 1.8.1.
64
652004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Include compile.am, again.
68
692004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Convert to using automake compilation rules.
72
732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
76
772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
80
812003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Remove TMPINSTALL_FILES.
84
852003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Add $(dirstamp) to preinstallation rules.
88
892003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Don't use gmake rules for preinstallation.
92
932003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove RTEMS_CANONICAL_HOST.
96
972003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Remove RTEMS_CHECK_CPU.
100
1012003-09-26      Joel Sherrill <joel@OARcorp.com>
102
103        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
104        references.
105
1062003-09-04      Joel Sherrill <joel@OARcorp.com>
107
108        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
109        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
110
1112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
114
1152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove AC_CONFIG_AUX_DIR.
118
1192003-02-11      Joel Sherrill <joel@OARcorp.com>
120
121        * irq.c: Rework logic that decides when to call
122        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
123        determined that _ISR_Signals_to_thread_executing was not being
124        honored and/or cleared properly.
125
1262002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
129        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
130
1312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Fix package name.
134
1352002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
138
1392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Reformat.
142        Add autom4te*cache.
143        Remove autom4te.cache.
144
1452002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
148
1492002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Use .$(OBJEXT) instead of .o.
152
1532002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Use . instead of .o.
156
1572002-07-05      Joel Sherrill <joel@OARcorp.com>
158
159        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
160        marked XXX.
161
1622002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: RTEMS_TOP(../../../..).
165
1662002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * rtems.c: Remove.
169        * Makefile.am: Reflect changes above.
170
1712002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Remove RTEMS_PROJECT_ROOT.
174
1752002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Add RTEMS_PROG_CCAS
178
1792002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
182        Add AC_PROG_RANLIB.
183
1842002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
187        Use ../../../aclocal.
188
1892001-04-03      Joel Sherrill <joel@OARcorp.com>
190
191        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
192        * rtems/score/c4xtypes.h: Removed.
193        * rtems/score/types.h: New file via CVS magic.
194        * Makefile.am, rtems/score/cpu.h: Account for name change.
195
1962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac:
199        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
200        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
201        * Makefile.am: Remove AUTOMAKE_OPTIONS.
202
2032002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * rtems/Makefile.am: Removed.
206        * rtems/score/Makefile.am: Removed.
207        * configure.ac: Reflect changes above.
208        * Makefile.am: Reflect changes above.
209
2102002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * asm.h: Remove #include <rtems/score/targopts.h>.
213        Add #include <rtems/score/cpuopts.h>.
214
215
216
2172002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
220
2212001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
224
2252001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Add multilib support.
228
2292001-11-28      Joel Sherrill <joel@OARcorp.com>,
230
231        This was tracked as PR91.
232        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
233        is used to specify if the port uses the standard macro for this (FALSE).
234        A TRUE setting indicates the port provides its own implementation.
235
2362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
239        * configure.in: Remove.
240        * configure.ac: New file, generated from configure.in by autoupdate.
241
2422001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
245        * Makefile.am: Use 'PREINSTALL_FILES ='.
246
2472001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am, rtems/score/Makefile.am:
250        Apply include_*HEADERS instead of H_FILES.
251
2522001-01-03      Joel Sherrill <joel@OARcorp.com>
253
254        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
255
2562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
259
2602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
263
2642000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
267        Switch to GNU canonicalization.
268
2692000-10-18      Joel Sherrill <joel@OARcorp.com>
270
271        * rtems/score/c4x.h: Modified to properly multilib.  This required
272        using only macros predefined by gcc.
273
2742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Include compile.am, formatting.
277        * rtems/Makefile.am: formatting.
278        * rtems/score/Makefile.am: formatting.
279
2802000-08-10      Joel Sherrill <joel@OARcorp.com>
281
282        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.