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

4.104.114.95
Last change on this file since ee29de05 was ee29de05, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/07 at 22:19:10

2007-12-04 Joel Sherrill <joel.sherrill@…>

  • cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
  • Property mode set to 100644
File size: 10.7 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
4        Table to Configuration Table. Eliminate CPU Table from all ports.
5        Delete references to CPU Table in all forms.
6
72007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
10        the Configuration Table. This included pretasking_hook,
11        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
12        extra_mpci_receive_server_stack, stack_allocate_hook, and
13        stack_free_hook. As a side-effect of this effort some multiprocessing
14        code was made conditional and some style clean up occurred.
15
162007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
19
202007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * rtems/score/cpu.h:
23          Use Context_Control_fp* instead of void* for fp_contexts.
24          Eliminate evil casts.
25
262006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * rtems/score/types.h: Remove unsigned64, signed64.
29
302006-08-30      Joel Sherrill <joel@OARcorp.com>
31
32        * rtems/score/cpu.h: Revert change. It did not appear to correct all
33        warnings.
34
352006-08-30      Joel Sherrill <joel@OARcorp.com>
36
37        * rtems/score/cpu.h:
38
392006-08-29      Joel Sherrill <joel@OARcorp.com>
40
41        * rtems/score/cpu.h: Correct inline assembly constraints.
42
432006-01-16      Joel Sherrill <joel@OARcorp.com>
44
45        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
46        As a side-effect, grammar and spelling errors were corrected, spacing
47        errors were address, and some variable names were improved.
48
492005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
52
532005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * rtems/asm.h: Remove private version of CONCAT macros.
56        Include <rtems/concat.h> instead.
57
582005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * rtems/score/cpu.h: Remove traces from NO_CPU.
61
622005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Split out preinstallation rules.
65        * preinstall.am: New (Split out from Makefile.am).
66
672005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        PR 754/rtems
70        * rtems/asm.h: New (relocated from .).
71        * asm.h: Remove (moved to rtems/asm.h).
72        * Makefile.am: Reflect changes above.
73
742004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
75
76        * asm.h, rtems/score/cpu.h, rtems/score/h8300.h,
77        rtems/score/types.h: New header guards.
78
792005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * rtems/score/types.h: Remove signed8, signed16, signed32,
82        unsigned8, unsigned16, unsigned32.
83
842005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
87
882005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * rtems/score/types.h: #include <rtems/stdint.h>.
91
922005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
95
962005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Remove build-variant support.
99
1002004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        PR 733/rtems
103        * rtems/score/cpu.h: Remove output arg from inline asm in
104        _CPU_ISR_Disable.
105
1062004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
109        guard.
110
1112004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * asm.h: Add doxygen preamble.
114
1152004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
116
117        * rtems/score/cpu.h: Add doxygen preamble.
118        * rtems/score/h8300.h: Add doxygen preamble.
119        * rtems/score/types.h: Add doxygen preamble.
120
1212004-09-29      Joel Sherrill <joel@OARcorp.com>
122
123        * rtems/score/cpu.h: i960 obsoleted and all references removed.
124
1252004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
128        * Makefile.am: Don't include multilib.am.
129        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
130
1312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * Makefile.am: Install asm.h to $(includedir)/rtems.
134
1352004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
138
1392004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * configure.ac: RTEMS_TOP([../../../..]).
142
1432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Move RTEMS_TOP one subdir down.
146
1472004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Add PREINSTALL_DIRS.
150
1512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
154        Add PREINSTALL_FILES to CLEANFILES.
155
1562004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Requires automake >= 1.8.1.
159
1602004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Include compile.am, again.
163
1642004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Convert to using automake compilation rules.
167
1682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
171
1722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
175
1762003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Remove TMPINSTALL_FILES.
179
1802003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Add $(dirstamp) to preinstallation rules.
183
1842003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Don't use gmake rules for preinstallation.
187
1882003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove RTEMS_CANONICAL_HOST.
191
1922003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove RTEMS_CHECK_CPU.
195
1962003-09-26      Joel Sherrill <joel@OARcorp.com>
197
198        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
199        references.
200
2012003-09-04      Joel Sherrill <joel@OARcorp.com>
202
203        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
204        rtems/score/types.h: URL for license changed.
205
2062003-08-14      Joel Sherrill <joel@OARcorp.com>
207
208        PR 455/bsps
209        * rtems/score/cpu.h: Added missing CPU_swap_u16().
210
2112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
214
2152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Remove AC_CONFIG_AUX_DIR.
218
2192002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
222        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
223
2242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Fix package name.
227
2282002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
231        warning.
232
2332002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
236
2372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * .cvsignore: Reformat.
240        Add autom4te*cache.
241        Remove autom4te.cache.
242
2432002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
246
2472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Use .$(OBJEXT) instead of .o.
250
2512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Use . instead of .o.
254
2552002-07-05      Joel Sherrill <joel@OARcorp.com>
256
257        * rtems/score/cpu.h: Filled in something that was marked XXX.
258
2592002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: RTEMS_TOP(../../../..).
262
2632002-07-04      Joel Sherrill <joel@OARcorp.com>
264
265        * Makefile.am: Remove reference to deprecated rtems.c.
266
2672002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * rtems.c: Remove.
270        * Makefile.am: Reflect changes above.
271
2722002-07-01      Joel Sherrill <joel@OARcorp.com>
273
274        * rtems/score/cpu.h: Fixed comments and renamed
275        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
276        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
277
2782002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Remove RTEMS_PROJECT_ROOT.
281
2822002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Add RTEMS_PROG_CCAS
285
2862002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
289        Add AC_PROG_RANLIB.
290
2912002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
294        Use ../../../aclocal.
295
2962001-04-03      Joel Sherrill <joel@OARcorp.com>
297
298        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
299        * rtems/score/h8300types.h: Removed.
300        * rtems/score/types.h: New file via CVS magic.
301        * Makefile.am, rtems/score/cpu.h: Account for name change.
302
3032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac:
306        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
307        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
308        * Makefile.am: Remove AUTOMAKE_OPTIONS.
309
3102002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * rtems/Makefile.am: Removed.
313        * rtems/score/Makefile.am: Removed.
314        * configure.ac: Reflect changes above.
315        * Makefile.am: Reflect changes above.
316
3172002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
320
3212001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Add multilib support.
324
3252001-11-28      Joel Sherrill <joel@OARcorp.com>,
326
327        This was tracked as PR91.
328        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
329        is used to specify if the port uses the standard macro for this (FALSE).
330        A TRUE setting indicates the port provides its own implementation.
331
3322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
335        * configure.in: Remove.
336        * configure.ac: New file, generated from configure.in by autoupdate.
337
3382001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
341        * Makefile.am: Use 'PREINSTALL_FILES ='.
342
3432001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am, rtems/score/Makefile.am:
346        Apply include_*HEADERS instead of H_FILES.
347
3482001-01-03      Joel Sherrill <joel@OARcorp.com>
349
350        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
351        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
352        now that it is dynamically allocated.
353
3542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
357
3582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
361
3622000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
365        Switch to GNU canonicalization.
366
3672000-10-18      Joel Sherrill <joel@OARcorp.com>
368
369        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
370        multilibing.  These changes result in the code being able to
371        compile with the default gcc settings.  It is not functional
372        in this configuration but does compile.
373
3742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Include compile.am.
377
3782000-08-10      Joel Sherrill <joel@OARcorp.com>
379
380        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.