source: rtems/cpukit/score/cpu/h8300/ChangeLog @ 3ccb4b0

4.104.114.84.95
Last change on this file since 3ccb4b0 was 476838bf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/17/07 at 05:31:35

2007-04-17 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
  • Property mode set to 100644
File size: 10.0 KB
Line 
12007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h:
4          Use Context_Control_fp* instead of void* for fp_contexts.
5          Eliminate evil casts.
6
72006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * rtems/score/types.h: Remove unsigned64, signed64.
10
112006-08-30      Joel Sherrill <joel@OARcorp.com>
12
13        * rtems/score/cpu.h: Revert change. It did not appear to correct all
14        warnings.
15
162006-08-30      Joel Sherrill <joel@OARcorp.com>
17
18        * rtems/score/cpu.h:
19
202006-08-29      Joel Sherrill <joel@OARcorp.com>
21
22        * rtems/score/cpu.h: Correct inline assembly constraints.
23
242006-01-16      Joel Sherrill <joel@OARcorp.com>
25
26        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
27        As a side-effect, grammar and spelling errors were corrected, spacing
28        errors were address, and some variable names were improved.
29
302005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
33
342005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * rtems/asm.h: Remove private version of CONCAT macros.
37        Include <rtems/concat.h> instead.
38
392005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * rtems/score/cpu.h: Remove traces from NO_CPU.
42
432005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Split out preinstallation rules.
46        * preinstall.am: New (Split out from Makefile.am).
47
482005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        PR 754/rtems
51        * rtems/asm.h: New (relocated from .).
52        * asm.h: Remove (moved to rtems/asm.h).
53        * Makefile.am: Reflect changes above.
54
552004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
56
57        * asm.h, rtems/score/cpu.h, rtems/score/h8300.h,
58        rtems/score/types.h: New header guards.
59
602005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * rtems/score/types.h: Remove signed8, signed16, signed32,
63        unsigned8, unsigned16, unsigned32.
64
652005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
68
692005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * rtems/score/types.h: #include <rtems/stdint.h>.
72
732005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
76
772005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Remove build-variant support.
80
812004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        PR 733/rtems
84        * rtems/score/cpu.h: Remove output arg from inline asm in
85        _CPU_ISR_Disable.
86
872004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
90        guard.
91
922004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * asm.h: Add doxygen preamble.
95
962004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * rtems/score/cpu.h: Add doxygen preamble.
99        * rtems/score/h8300.h: Add doxygen preamble.
100        * rtems/score/types.h: Add doxygen preamble.
101
1022004-09-29      Joel Sherrill <joel@OARcorp.com>
103
104        * rtems/score/cpu.h: i960 obsoleted and all references removed.
105
1062004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
109        * Makefile.am: Don't include multilib.am.
110        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
111
1122004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * Makefile.am: Install asm.h to $(includedir)/rtems.
115
1162004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
119
1202004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * configure.ac: RTEMS_TOP([../../../..]).
123
1242004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Move RTEMS_TOP one subdir down.
127
1282004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add PREINSTALL_DIRS.
131
1322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
135        Add PREINSTALL_FILES to CLEANFILES.
136
1372004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Requires automake >= 1.8.1.
140
1412004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Include compile.am, again.
144
1452004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Convert to using automake compilation rules.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
152
1532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
156
1572003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Remove TMPINSTALL_FILES.
160
1612003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Add $(dirstamp) to preinstallation rules.
164
1652003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Don't use gmake rules for preinstallation.
168
1692003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Remove RTEMS_CANONICAL_HOST.
172
1732003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Remove RTEMS_CHECK_CPU.
176
1772003-09-26      Joel Sherrill <joel@OARcorp.com>
178
179        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
180        references.
181
1822003-09-04      Joel Sherrill <joel@OARcorp.com>
183
184        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
185        rtems/score/types.h: URL for license changed.
186
1872003-08-14      Joel Sherrill <joel@OARcorp.com>
188
189        PR 455/bsps
190        * rtems/score/cpu.h: Added missing CPU_swap_u16().
191
1922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
195
1962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Remove AC_CONFIG_AUX_DIR.
199
2002002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
203        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
204
2052002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Fix package name.
208
2092002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
212        warning.
213
2142002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
217
2182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * .cvsignore: Reformat.
221        Add autom4te*cache.
222        Remove autom4te.cache.
223
2242002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
227
2282002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Use .$(OBJEXT) instead of .o.
231
2322002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Use . instead of .o.
235
2362002-07-05      Joel Sherrill <joel@OARcorp.com>
237
238        * rtems/score/cpu.h: Filled in something that was marked XXX.
239
2402002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: RTEMS_TOP(../../../..).
243
2442002-07-04      Joel Sherrill <joel@OARcorp.com>
245
246        * Makefile.am: Remove reference to deprecated rtems.c.
247
2482002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * rtems.c: Remove.
251        * Makefile.am: Reflect changes above.
252
2532002-07-01      Joel Sherrill <joel@OARcorp.com>
254
255        * rtems/score/cpu.h: Fixed comments and renamed
256        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
257        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
258
2592002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Remove RTEMS_PROJECT_ROOT.
262
2632002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Add RTEMS_PROG_CCAS
266
2672002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
270        Add AC_PROG_RANLIB.
271
2722002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
275        Use ../../../aclocal.
276
2772001-04-03      Joel Sherrill <joel@OARcorp.com>
278
279        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
280        * rtems/score/h8300types.h: Removed.
281        * rtems/score/types.h: New file via CVS magic.
282        * Makefile.am, rtems/score/cpu.h: Account for name change.
283
2842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac:
287        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
288        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
289        * Makefile.am: Remove AUTOMAKE_OPTIONS.
290
2912002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * rtems/Makefile.am: Removed.
294        * rtems/score/Makefile.am: Removed.
295        * configure.ac: Reflect changes above.
296        * Makefile.am: Reflect changes above.
297
2982002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
301
3022001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Add multilib support.
305
3062001-11-28      Joel Sherrill <joel@OARcorp.com>,
307
308        This was tracked as PR91.
309        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
310        is used to specify if the port uses the standard macro for this (FALSE).
311        A TRUE setting indicates the port provides its own implementation.
312
3132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
316        * configure.in: Remove.
317        * configure.ac: New file, generated from configure.in by autoupdate.
318
3192001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
322        * Makefile.am: Use 'PREINSTALL_FILES ='.
323
3242001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am, rtems/score/Makefile.am:
327        Apply include_*HEADERS instead of H_FILES.
328
3292001-01-03      Joel Sherrill <joel@OARcorp.com>
330
331        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
332        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
333        now that it is dynamically allocated.
334
3352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
338
3392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
342
3432000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
346        Switch to GNU canonicalization.
347
3482000-10-18      Joel Sherrill <joel@OARcorp.com>
349
350        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
351        multilibing.  These changes result in the code being able to
352        compile with the default gcc settings.  It is not functional
353        in this configuration but does compile.
354
3552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Include compile.am.
358
3592000-08-10      Joel Sherrill <joel@OARcorp.com>
360
361        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.