source: rtems/cpukit/score/cpu/h8300/ChangeLog @ 7fa919fc

4.104.114.95
Last change on this file since 7fa919fc was 7fa919fc, checked in by Joel Sherrill <joel.sherrill@…>, on 09/08/08 at 15:19:16

2008-09-08 Joel Sherrill <joel.sherrill@…>

  • rtems/score/cpu.h: Remove extraneous spaces.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems/score/cpu.h: Remove extraneous spaces.
4
52008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * rtems/score/types.h: Include stdbool.h.
8        Use bool as base-type for boolean.
9
102008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
13
142008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
17        parameter to indicate that the port uses the Simple Vectored
18        Interrupt model or the Programmable Interrupt Controller Model. The
19        PIC model is implemented primarily in the BSP and it is responsible
20        for all memory allocation.
21
222007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
25
262007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
29        Table to Configuration Table. Eliminate CPU Table from all ports.
30        Delete references to CPU Table in all forms.
31
322007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
35        the Configuration Table. This included pretasking_hook,
36        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
37        extra_mpci_receive_server_stack, stack_allocate_hook, and
38        stack_free_hook. As a side-effect of this effort some multiprocessing
39        code was made conditional and some style clean up occurred.
40
412007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
44
452007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * rtems/score/cpu.h:
48          Use Context_Control_fp* instead of void* for fp_contexts.
49          Eliminate evil casts.
50
512006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * rtems/score/types.h: Remove unsigned64, signed64.
54
552006-08-30      Joel Sherrill <joel@OARcorp.com>
56
57        * rtems/score/cpu.h: Revert change. It did not appear to correct all
58        warnings.
59
602006-08-30      Joel Sherrill <joel@OARcorp.com>
61
62        * rtems/score/cpu.h:
63
642006-08-29      Joel Sherrill <joel@OARcorp.com>
65
66        * rtems/score/cpu.h: Correct inline assembly constraints.
67
682006-01-16      Joel Sherrill <joel@OARcorp.com>
69
70        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
71        As a side-effect, grammar and spelling errors were corrected, spacing
72        errors were address, and some variable names were improved.
73
742005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
77
782005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * rtems/asm.h: Remove private version of CONCAT macros.
81        Include <rtems/concat.h> instead.
82
832005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * rtems/score/cpu.h: Remove traces from NO_CPU.
86
872005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Split out preinstallation rules.
90        * preinstall.am: New (Split out from Makefile.am).
91
922005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        PR 754/rtems
95        * rtems/asm.h: New (relocated from .).
96        * asm.h: Remove (moved to rtems/asm.h).
97        * Makefile.am: Reflect changes above.
98
992004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
100
101        * asm.h, rtems/score/cpu.h, rtems/score/h8300.h,
102        rtems/score/types.h: New header guards.
103
1042005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * rtems/score/types.h: Remove signed8, signed16, signed32,
107        unsigned8, unsigned16, unsigned32.
108
1092005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
112
1132005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * rtems/score/types.h: #include <rtems/stdint.h>.
116
1172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
120
1212005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Remove build-variant support.
124
1252004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        PR 733/rtems
128        * rtems/score/cpu.h: Remove output arg from inline asm in
129        _CPU_ISR_Disable.
130
1312004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
134        guard.
135
1362004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * asm.h: Add doxygen preamble.
139
1402004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        * rtems/score/cpu.h: Add doxygen preamble.
143        * rtems/score/h8300.h: Add doxygen preamble.
144        * rtems/score/types.h: Add doxygen preamble.
145
1462004-09-29      Joel Sherrill <joel@OARcorp.com>
147
148        * rtems/score/cpu.h: i960 obsoleted and all references removed.
149
1502004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
153        * Makefile.am: Don't include multilib.am.
154        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
155
1562004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
157
158        * Makefile.am: Install asm.h to $(includedir)/rtems.
159
1602004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
163
1642004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * configure.ac: RTEMS_TOP([../../../..]).
167
1682004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Move RTEMS_TOP one subdir down.
171
1722004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Add PREINSTALL_DIRS.
175
1762004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
179        Add PREINSTALL_FILES to CLEANFILES.
180
1812004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Requires automake >= 1.8.1.
184
1852004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Include compile.am, again.
188
1892004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Convert to using automake compilation rules.
192
1932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
196
1972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
200
2012003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Remove TMPINSTALL_FILES.
204
2052003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Add $(dirstamp) to preinstallation rules.
208
2092003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Don't use gmake rules for preinstallation.
212
2132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove RTEMS_CANONICAL_HOST.
216
2172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Remove RTEMS_CHECK_CPU.
220
2212003-09-26      Joel Sherrill <joel@OARcorp.com>
222
223        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
224        references.
225
2262003-09-04      Joel Sherrill <joel@OARcorp.com>
227
228        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
229        rtems/score/types.h: URL for license changed.
230
2312003-08-14      Joel Sherrill <joel@OARcorp.com>
232
233        PR 455/bsps
234        * rtems/score/cpu.h: Added missing CPU_swap_u16().
235
2362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
239
2402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Remove AC_CONFIG_AUX_DIR.
243
2442002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
247        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
248
2492002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Fix package name.
252
2532002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
256        warning.
257
2582002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
261
2622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * .cvsignore: Reformat.
265        Add autom4te*cache.
266        Remove autom4te.cache.
267
2682002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
271
2722002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Use .$(OBJEXT) instead of .o.
275
2762002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Use . instead of .o.
279
2802002-07-05      Joel Sherrill <joel@OARcorp.com>
281
282        * rtems/score/cpu.h: Filled in something that was marked XXX.
283
2842002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: RTEMS_TOP(../../../..).
287
2882002-07-04      Joel Sherrill <joel@OARcorp.com>
289
290        * Makefile.am: Remove reference to deprecated rtems.c.
291
2922002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * rtems.c: Remove.
295        * Makefile.am: Reflect changes above.
296
2972002-07-01      Joel Sherrill <joel@OARcorp.com>
298
299        * rtems/score/cpu.h: Fixed comments and renamed
300        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
301        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
302
3032002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Remove RTEMS_PROJECT_ROOT.
306
3072002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Add RTEMS_PROG_CCAS
310
3112002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
314        Add AC_PROG_RANLIB.
315
3162002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
319        Use ../../../aclocal.
320
3212001-04-03      Joel Sherrill <joel@OARcorp.com>
322
323        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
324        * rtems/score/h8300types.h: Removed.
325        * rtems/score/types.h: New file via CVS magic.
326        * Makefile.am, rtems/score/cpu.h: Account for name change.
327
3282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac:
331        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
332        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
333        * Makefile.am: Remove AUTOMAKE_OPTIONS.
334
3352002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * rtems/Makefile.am: Removed.
338        * rtems/score/Makefile.am: Removed.
339        * configure.ac: Reflect changes above.
340        * Makefile.am: Reflect changes above.
341
3422002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
345
3462001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Add multilib support.
349
3502001-11-28      Joel Sherrill <joel@OARcorp.com>,
351
352        This was tracked as PR91.
353        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
354        is used to specify if the port uses the standard macro for this (FALSE).
355        A TRUE setting indicates the port provides its own implementation.
356
3572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
360        * configure.in: Remove.
361        * configure.ac: New file, generated from configure.in by autoupdate.
362
3632001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
366        * Makefile.am: Use 'PREINSTALL_FILES ='.
367
3682001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am, rtems/score/Makefile.am:
371        Apply include_*HEADERS instead of H_FILES.
372
3732001-01-03      Joel Sherrill <joel@OARcorp.com>
374
375        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
376        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
377        now that it is dynamically allocated.
378
3792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
382
3832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
386
3872000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
390        Switch to GNU canonicalization.
391
3922000-10-18      Joel Sherrill <joel@OARcorp.com>
393
394        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
395        multilibing.  These changes result in the code being able to
396        compile with the default gcc settings.  It is not functional
397        in this configuration but does compile.
398
3992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Include compile.am.
402
4032000-08-10      Joel Sherrill <joel@OARcorp.com>
404
405        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.