source: rtems/cpukit/score/cpu/h8300/ChangeLog @ b72e847b

4.8
Last change on this file since b72e847b was 8b56aa3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/09/07 at 15:28:52

2007-05-09 Ralf Corsépius <ralf.corsepius@…>

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