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

4.104.114.84.95
Last change on this file since eca06939 was 4c676d89, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/05 at 15:53:23

2004-01-28 Ralf Corsepius <ralf.corsepiu@…>

  • asm.h, rtems/score/c4x.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
2
3        * asm.h, rtems/score/c4x.h, rtems/score/cpu.h,
4        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
5
62005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * rtems/score/types.h: Remove signed8, signed16, signed32,
9        unsigned8, unsigned16, unsigned32.
10
112005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
14
152005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * rtems/score/types.h: #include <rtems/stdint.h>.
18
192005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
20
21        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
22
232005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Remove build-variant support.
26
272004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
30        guard.
31
322004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * asm.h: Add doxygen preamble.
35
362004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * rtems/score/c4x.h: Add doxygen preamble.
39        * rtems/score/cpu.h: Add doxygen preamble.
40        * rtems/score/cpu_asm.h: Add doxygen preamble.
41        * rtems/score/types.h: Add doxygen preamble.
42
432004-09-29      Joel Sherrill <joel@OARcorp.com>
44
45        * rtems/score/cpu.h: i960 obsoleted and all references removed.
46
472004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
50        * Makefile.am: Don't include multilib.am.
51        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
52
532004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x.
56
572004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * Makefile.am: Install asm.h to $(includedir)/rtems.
60
612004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
64
652004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99
68        fixed size types.
69
702004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * configure.ac: RTEMS_TOP([../../../..]).
73
742004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Move RTEMS_TOP one subdir down.
77
782004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Add PREINSTALL_DIRS.
81
822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
85        Add PREINSTALL_FILES to CLEANFILES.
86
872004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Requires automake >= 1.8.1.
90
912004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Include compile.am, again.
94
952004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Convert to using automake compilation rules.
98
992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
102
1032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
106
1072003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Remove TMPINSTALL_FILES.
110
1112003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Add $(dirstamp) to preinstallation rules.
114
1152003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Don't use gmake rules for preinstallation.
118
1192003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Remove RTEMS_CANONICAL_HOST.
122
1232003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Remove RTEMS_CHECK_CPU.
126
1272003-09-26      Joel Sherrill <joel@OARcorp.com>
128
129        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
130        references.
131
1322003-09-04      Joel Sherrill <joel@OARcorp.com>
133
134        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
135        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
136
1372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
140
1412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Remove AC_CONFIG_AUX_DIR.
144
1452003-02-11      Joel Sherrill <joel@OARcorp.com>
146
147        * irq.c: Rework logic that decides when to call
148        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
149        determined that _ISR_Signals_to_thread_executing was not being
150        honored and/or cleared properly.
151
1522002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
155        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
156
1572002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Fix package name.
160
1612002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
164
1652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * .cvsignore: Reformat.
168        Add autom4te*cache.
169        Remove autom4te.cache.
170
1712002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
174
1752002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Use .$(OBJEXT) instead of .o.
178
1792002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Use . instead of .o.
182
1832002-07-05      Joel Sherrill <joel@OARcorp.com>
184
185        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
186        marked XXX.
187
1882002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: RTEMS_TOP(../../../..).
191
1922002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * rtems.c: Remove.
195        * Makefile.am: Reflect changes above.
196
1972002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Remove RTEMS_PROJECT_ROOT.
200
2012002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Add RTEMS_PROG_CCAS
204
2052002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
208        Add AC_PROG_RANLIB.
209
2102002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
213        Use ../../../aclocal.
214
2152001-04-03      Joel Sherrill <joel@OARcorp.com>
216
217        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
218        * rtems/score/c4xtypes.h: Removed.
219        * rtems/score/types.h: New file via CVS magic.
220        * Makefile.am, rtems/score/cpu.h: Account for name change.
221
2222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac:
225        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
226        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
227        * Makefile.am: Remove AUTOMAKE_OPTIONS.
228
2292002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * rtems/Makefile.am: Removed.
232        * rtems/score/Makefile.am: Removed.
233        * configure.ac: Reflect changes above.
234        * Makefile.am: Reflect changes above.
235
2362002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * asm.h: Remove #include <rtems/score/targopts.h>.
239        Add #include <rtems/score/cpuopts.h>.
240
241
242
2432002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
246
2472001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
250
2512001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Add multilib support.
254
2552001-11-28      Joel Sherrill <joel@OARcorp.com>,
256
257        This was tracked as PR91.
258        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
259        is used to specify if the port uses the standard macro for this (FALSE).
260        A TRUE setting indicates the port provides its own implementation.
261
2622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
265        * configure.in: Remove.
266        * configure.ac: New file, generated from configure.in by autoupdate.
267
2682001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
271        * Makefile.am: Use 'PREINSTALL_FILES ='.
272
2732001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am, rtems/score/Makefile.am:
276        Apply include_*HEADERS instead of H_FILES.
277
2782001-01-03      Joel Sherrill <joel@OARcorp.com>
279
280        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
281
2822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
285
2862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
289
2902000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
293        Switch to GNU canonicalization.
294
2952000-10-18      Joel Sherrill <joel@OARcorp.com>
296
297        * rtems/score/c4x.h: Modified to properly multilib.  This required
298        using only macros predefined by gcc.
299
3002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Include compile.am, formatting.
303        * rtems/Makefile.am: formatting.
304        * rtems/score/Makefile.am: formatting.
305
3062000-08-10      Joel Sherrill <joel@OARcorp.com>
307
308        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.