source: rtems/cpukit/score/cpu/h8300/ChangeLog @ 6162bc2

4.104.115
Last change on this file since 6162bc2 was 6162bc2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/11/08 at 14:10:16

2008-09-11 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/types.h: Do not define boolean, single_precision, double_precision unless RTEMS_DEPRECATED_TYPES is given.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Do not define boolean, single_precision,
4        double_precision unless RTEMS_DEPRECATED_TYPES is given.
5
62008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * rtems/score/cpu.h: Remove extraneous spaces.
9
102008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * rtems/score/types.h: Include stdbool.h.
13        Use bool as base-type for boolean.
14
152008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
18
192008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
22        parameter to indicate that the port uses the Simple Vectored
23        Interrupt model or the Programmable Interrupt Controller Model. The
24        PIC model is implemented primarily in the BSP and it is responsible
25        for all memory allocation.
26
272007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
30
312007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
34        Table to Configuration Table. Eliminate CPU Table from all ports.
35        Delete references to CPU Table in all forms.
36
372007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
40        the Configuration Table. This included pretasking_hook,
41        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
42        extra_mpci_receive_server_stack, stack_allocate_hook, and
43        stack_free_hook. As a side-effect of this effort some multiprocessing
44        code was made conditional and some style clean up occurred.
45
462007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
49
502007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * rtems/score/cpu.h:
53          Use Context_Control_fp* instead of void* for fp_contexts.
54          Eliminate evil casts.
55
562006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * rtems/score/types.h: Remove unsigned64, signed64.
59
602006-08-30      Joel Sherrill <joel@OARcorp.com>
61
62        * rtems/score/cpu.h: Revert change. It did not appear to correct all
63        warnings.
64
652006-08-30      Joel Sherrill <joel@OARcorp.com>
66
67        * rtems/score/cpu.h:
68
692006-08-29      Joel Sherrill <joel@OARcorp.com>
70
71        * rtems/score/cpu.h: Correct inline assembly constraints.
72
732006-01-16      Joel Sherrill <joel@OARcorp.com>
74
75        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
76        As a side-effect, grammar and spelling errors were corrected, spacing
77        errors were address, and some variable names were improved.
78
792005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
82
832005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * rtems/asm.h: Remove private version of CONCAT macros.
86        Include <rtems/concat.h> instead.
87
882005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * rtems/score/cpu.h: Remove traces from NO_CPU.
91
922005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Split out preinstallation rules.
95        * preinstall.am: New (Split out from Makefile.am).
96
972005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        PR 754/rtems
100        * rtems/asm.h: New (relocated from .).
101        * asm.h: Remove (moved to rtems/asm.h).
102        * Makefile.am: Reflect changes above.
103
1042004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
105
106        * asm.h, rtems/score/cpu.h, rtems/score/h8300.h,
107        rtems/score/types.h: New header guards.
108
1092005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * rtems/score/types.h: Remove signed8, signed16, signed32,
112        unsigned8, unsigned16, unsigned32.
113
1142005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
117
1182005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * rtems/score/types.h: #include <rtems/stdint.h>.
121
1222005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
125
1262005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Remove build-variant support.
129
1302004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        PR 733/rtems
133        * rtems/score/cpu.h: Remove output arg from inline asm in
134        _CPU_ISR_Disable.
135
1362004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
139        guard.
140
1412004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * asm.h: Add doxygen preamble.
144
1452004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * rtems/score/cpu.h: Add doxygen preamble.
148        * rtems/score/h8300.h: Add doxygen preamble.
149        * rtems/score/types.h: Add doxygen preamble.
150
1512004-09-29      Joel Sherrill <joel@OARcorp.com>
152
153        * rtems/score/cpu.h: i960 obsoleted and all references removed.
154
1552004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
158        * Makefile.am: Don't include multilib.am.
159        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
160
1612004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * Makefile.am: Install asm.h to $(includedir)/rtems.
164
1652004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
168
1692004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        * configure.ac: RTEMS_TOP([../../../..]).
172
1732004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Move RTEMS_TOP one subdir down.
176
1772004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Add PREINSTALL_DIRS.
180
1812004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
184        Add PREINSTALL_FILES to CLEANFILES.
185
1862004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Requires automake >= 1.8.1.
189
1902004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Include compile.am, again.
193
1942004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Convert to using automake compilation rules.
197
1982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
201
2022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
205
2062003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Remove TMPINSTALL_FILES.
209
2102003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Add $(dirstamp) to preinstallation rules.
213
2142003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Don't use gmake rules for preinstallation.
217
2182003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Remove RTEMS_CANONICAL_HOST.
221
2222003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Remove RTEMS_CHECK_CPU.
225
2262003-09-26      Joel Sherrill <joel@OARcorp.com>
227
228        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
229        references.
230
2312003-09-04      Joel Sherrill <joel@OARcorp.com>
232
233        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
234        rtems/score/types.h: URL for license changed.
235
2362003-08-14      Joel Sherrill <joel@OARcorp.com>
237
238        PR 455/bsps
239        * rtems/score/cpu.h: Added missing CPU_swap_u16().
240
2412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
244
2452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Remove AC_CONFIG_AUX_DIR.
248
2492002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
252        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
253
2542002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Fix package name.
257
2582002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
261        warning.
262
2632002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
266
2672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * .cvsignore: Reformat.
270        Add autom4te*cache.
271        Remove autom4te.cache.
272
2732002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
276
2772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Use .$(OBJEXT) instead of .o.
280
2812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Use . instead of .o.
284
2852002-07-05      Joel Sherrill <joel@OARcorp.com>
286
287        * rtems/score/cpu.h: Filled in something that was marked XXX.
288
2892002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: RTEMS_TOP(../../../..).
292
2932002-07-04      Joel Sherrill <joel@OARcorp.com>
294
295        * Makefile.am: Remove reference to deprecated rtems.c.
296
2972002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * rtems.c: Remove.
300        * Makefile.am: Reflect changes above.
301
3022002-07-01      Joel Sherrill <joel@OARcorp.com>
303
304        * rtems/score/cpu.h: Fixed comments and renamed
305        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
306        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
307
3082002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Remove RTEMS_PROJECT_ROOT.
311
3122002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Add RTEMS_PROG_CCAS
315
3162002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
319        Add AC_PROG_RANLIB.
320
3212002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
324        Use ../../../aclocal.
325
3262001-04-03      Joel Sherrill <joel@OARcorp.com>
327
328        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
329        * rtems/score/h8300types.h: Removed.
330        * rtems/score/types.h: New file via CVS magic.
331        * Makefile.am, rtems/score/cpu.h: Account for name change.
332
3332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac:
336        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
337        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
338        * Makefile.am: Remove AUTOMAKE_OPTIONS.
339
3402002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * rtems/Makefile.am: Removed.
343        * rtems/score/Makefile.am: Removed.
344        * configure.ac: Reflect changes above.
345        * Makefile.am: Reflect changes above.
346
3472002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
350
3512001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Add multilib support.
354
3552001-11-28      Joel Sherrill <joel@OARcorp.com>,
356
357        This was tracked as PR91.
358        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
359        is used to specify if the port uses the standard macro for this (FALSE).
360        A TRUE setting indicates the port provides its own implementation.
361
3622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
365        * configure.in: Remove.
366        * configure.ac: New file, generated from configure.in by autoupdate.
367
3682001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
371        * Makefile.am: Use 'PREINSTALL_FILES ='.
372
3732001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am, rtems/score/Makefile.am:
376        Apply include_*HEADERS instead of H_FILES.
377
3782001-01-03      Joel Sherrill <joel@OARcorp.com>
379
380        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
381        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
382        now that it is dynamically allocated.
383
3842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
387
3882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
391
3922000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
395        Switch to GNU canonicalization.
396
3972000-10-18      Joel Sherrill <joel@OARcorp.com>
398
399        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
400        multilibing.  These changes result in the code being able to
401        compile with the default gcc settings.  It is not functional
402        in this configuration but does compile.
403
4042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Include compile.am.
407
4082000-08-10      Joel Sherrill <joel@OARcorp.com>
409
410        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.