source: rtems/cpukit/score/cpu/sh/ChangeLog @ 0ca6d0d9

4.104.114.95
Last change on this file since 0ca6d0d9 was 0ca6d0d9, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 22:35:25

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

  • rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
  • Property mode set to 100644
File size: 10.8 KB
Line 
12007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
4
52007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
8        Table to Configuration Table. Eliminate CPU Table from all ports.
9        Delete references to CPU Table in all forms.
10
112007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
14        the Configuration Table. This included pretasking_hook,
15        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
16        extra_mpci_receive_server_stack, stack_allocate_hook, and
17        stack_free_hook. As a side-effect of this effort some multiprocessing
18        code was made conditional and some style clean up occurred.
19
202007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * rtems/score/cpu.h: Eliminate the clicks_per_microsecond field in the
23        SuperH CPU Table and define another mechanism for drivers to obtain
24        this information.
25
262007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
29
302007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * rtems/score/cpu.h:
33          Use Context_Control_fp* instead of void* for fp_contexts.
34          Eliminate evil casts.
35
362006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * rtems/score/types.h: Remove unsigned64, signed64.
39
402006-08-10      Joel Sherrill <joel@OARcorp.com>
41
42        * cpu.c, rtems/score/sh.h: Recognize sh2e variant so multilibs will all
43        compile.
44
452006-01-16      Joel Sherrill <joel@OARcorp.com>
46
47        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
48        As a side-effect, grammar and spelling errors were corrected, spacing
49        errors were address, and some variable names were improved.
50
512006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * rtems/score/types.h: Eliminate unsigned16.
54
552005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * rtems/asm.h: Remove private version of CONCAT macros.
58        Include <rtems/concat.h> instead.
59
602005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * rtems/score/cpu.h: Remove traces from NO_CPU.
63
642005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Split out preinstallation rules.
67        * preinstall.am: New (Split out from Makefile.am).
68
692005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        PR 754/rtems
72        * rtems/asm.h: New (relocated from .).
73        * asm.h: Remove (moved to rtems/asm.h).
74        * Makefile.am: Reflect changes above.
75
762004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
77
78        * asm.h, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h,
79        rtems/score/types.h: New header guards.
80
812005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * rtems/score/types.h: Remove signed8, signed16, signed32,
84        unsigned8, unsigned16, unsigned32.
85
862005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * rtems/score/sh.h: *_swap_u32( uint32_t ).
89
902005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * rtems/score/sh.h: *_swap_u16( uint16_t ).
93
942005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * rtems/score/types.h: #include <rtems/stdint.h>.
97
982005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
101
1022005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * Makefile.am: Remove build-variant support.
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/sh.h: Add doxygen preamble.
119        * rtems/score/sh_io.h: Add doxygen preamble.
120        * rtems/score/types.h: Add doxygen preamble.
121
1222004-09-29      Joel Sherrill <joel@OARcorp.com>
123
124        * rtems/score/cpu.h: i960 obsoleted and all references removed.
125
1262004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
129        * Makefile.am: Don't include multilib.am.
130        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
131
1322004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        * Makefile.am: Install asm.h to $(includedir)/rtems.
135
1362004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h:
139        Convert to using c99 fixed size types.
140
1412004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * configure.ac: RTEMS_TOP([../../../..]).
144
1452004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Move RTEMS_TOP one subdir down.
148
1492004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Add PREINSTALL_DIRS.
152
1532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
156        Add PREINSTALL_FILES to CLEANFILES.
157
1582004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Requires automake >= 1.8.1.
161
1622004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Include compile.am, again.
165
1662004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Convert to using automake compilation rules.
169
1702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
177
1782003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Remove TMPINSTALL_FILES.
181
1822003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Add $(dirstamp) to preinstallation rules.
185
1862003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Don't use gmake rules for preinstallation.
189
1902003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove RTEMS_CANONICAL_HOST.
193
1942003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove RTEMS_CHECK_CPU.
197
1982003-09-26      Joel Sherrill <joel@OARcorp.com>
199
200        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
201        references.
202
2032003-09-04      Joel Sherrill <joel@OARcorp.com>
204
205        * asm.h, cpu.c, rtems/score/cpu.h, rtems/score/sh.h,
206        rtems/score/sh_io.h, rtems/score/types.h: URL for license changed.
207
2082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
211
2122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Remove AC_CONFIG_AUX_DIR.
215
2162002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
219        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
220
2212002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Fix package name.
224
2252002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
228
2292002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * rtems/score/sh.h: Fix typo in comment (Starus->Status).
232
2332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * .cvsignore: Reformat.
236        Add autom4te*cache.
237        Remove autom4te.cache.
238
2392002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
242
2432002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Use .$(OBJEXT) instead of .o.
246
2472002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: RTEMS_TOP(../../../..).
250
2512002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * rtems.c: Remove.
254        * Makefile.am: Reflect changes above.
255
2562002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Remove RTEMS_PROJECT_ROOT.
259
2602002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Add RTEMS_PROG_CCAS
263
2642002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
267        Add AC_PROG_RANLIB.
268
2692002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
272        Use ../../../aclocal.
273
2742002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * rtems.c: Adaptation to gcc-3.0.x.
277
2782001-04-03      Joel Sherrill <joel@OARcorp.com>
279
280        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
281        * rtems/score/shtypes.h: Removed.
282        * rtems/score/types.h: New file via CVS magic.
283        * Makefile.am, rtems/score/cpu.h: Account for name change.
284
2852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac:
288        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
289        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
290        * Makefile.am: Remove AUTOMAKE_OPTIONS.
291
2922002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Reflect 2002-01-23 changes.
295
2962002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Reflect 2002-01-23 changes.
299
3002002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * rtems/Makefile.am: Removed.
303        * rtems/score/Makefile.am: Removed.
304        * configure.ac: Reflect changes above.
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-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * cpu.c: Fix #ifdefs, add missing #endif.
320
3212001-10-12      Joel Sherrill <joel@OARcorp.com>
322
323        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
324        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
325        and made sure there were no includes from the libcpu tree.
326
3272001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
328
329        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
330        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331        who did the original SH port.
332
3332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
336        * configure.in: Remove.
337        * configure.ac: New file, generated from configure.in by autoupdate.
338
3392001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
342        * Makefile.am: Use 'PREINSTALL_FILES ='.
343
3442001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
345
346        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
347        checking which was SH1 specific. It didn't work for SH2 (has more
348        interrupt sources).
349
3502001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am, rtems/score/Makefile.am:
353        Apply include_*HEADERS instead of H_FILES.
354
3552001-01-03      Joel Sherrill <joel@OARcorp.com>
356
357        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
358
3592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
362
3632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
366
3672000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
370        Switch to GNU canonicalization.
371
3722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Include compile.am.
375
3762000-08-10      Joel Sherrill <joel@OARcorp.com>
377
378        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.