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

4.104.114.84.95
Last change on this file since ddee935 was ddee935, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/06 at 01:53:35

2006-08-30 Joel Sherrill <joel@…>

  • rtems/score/cpu.h: Revert change. It did not appear to correct all warnings.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12006-08-30      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: Revert change. It did not appear to correct all
4        warnings.
5
62006-08-30      Joel Sherrill <joel@OARcorp.com>
7
8        * rtems/score/cpu.h:
9
102006-08-29      Joel Sherrill <joel@OARcorp.com>
11
12        * rtems/score/cpu.h: Correct inline assembly constraints.
13
142006-01-16      Joel Sherrill <joel@OARcorp.com>
15
16        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
17        As a side-effect, grammar and spelling errors were corrected, spacing
18        errors were address, and some variable names were improved.
19
202005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
23
242005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * rtems/asm.h: Remove private version of CONCAT macros.
27        Include <rtems/concat.h> instead.
28
292005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * rtems/score/cpu.h: Remove traces from NO_CPU.
32
332005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Split out preinstallation rules.
36        * preinstall.am: New (Split out from Makefile.am).
37
382005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        PR 754/rtems
41        * rtems/asm.h: New (relocated from .).
42        * asm.h: Remove (moved to rtems/asm.h).
43        * Makefile.am: Reflect changes above.
44
452004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
46
47        * asm.h, rtems/score/cpu.h, rtems/score/h8300.h,
48        rtems/score/types.h: New header guards.
49
502005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * rtems/score/types.h: Remove signed8, signed16, signed32,
53        unsigned8, unsigned16, unsigned32.
54
552005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
58
592005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * rtems/score/types.h: #include <rtems/stdint.h>.
62
632005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
66
672005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Remove build-variant support.
70
712004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        PR 733/rtems
74        * rtems/score/cpu.h: Remove output arg from inline asm in
75        _CPU_ISR_Disable.
76
772004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
80        guard.
81
822004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * asm.h: Add doxygen preamble.
85
862004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * rtems/score/cpu.h: Add doxygen preamble.
89        * rtems/score/h8300.h: Add doxygen preamble.
90        * rtems/score/types.h: Add doxygen preamble.
91
922004-09-29      Joel Sherrill <joel@OARcorp.com>
93
94        * rtems/score/cpu.h: i960 obsoleted and all references removed.
95
962004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
99        * Makefile.am: Don't include multilib.am.
100        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
101
1022004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * Makefile.am: Install asm.h to $(includedir)/rtems.
105
1062004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
109
1102004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * configure.ac: RTEMS_TOP([../../../..]).
113
1142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Move RTEMS_TOP one subdir down.
117
1182004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Add PREINSTALL_DIRS.
121
1222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
125        Add PREINSTALL_FILES to CLEANFILES.
126
1272004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Requires automake >= 1.8.1.
130
1312004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Include compile.am, again.
134
1352004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Convert to using automake compilation rules.
138
1392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
142
1432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
146
1472003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Remove TMPINSTALL_FILES.
150
1512003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Add $(dirstamp) to preinstallation rules.
154
1552003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Don't use gmake rules for preinstallation.
158
1592003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove RTEMS_CANONICAL_HOST.
162
1632003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove RTEMS_CHECK_CPU.
166
1672003-09-26      Joel Sherrill <joel@OARcorp.com>
168
169        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
170        references.
171
1722003-09-04      Joel Sherrill <joel@OARcorp.com>
173
174        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
175        rtems/score/types.h: URL for license changed.
176
1772003-08-14      Joel Sherrill <joel@OARcorp.com>
178
179        PR 455/bsps
180        * rtems/score/cpu.h: Added missing CPU_swap_u16().
181
1822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
185
1862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Remove AC_CONFIG_AUX_DIR.
189
1902002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
193        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
194
1952002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Fix package name.
198
1992002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
202        warning.
203
2042002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
207
2082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * .cvsignore: Reformat.
211        Add autom4te*cache.
212        Remove autom4te.cache.
213
2142002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
217
2182002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Use .$(OBJEXT) instead of .o.
221
2222002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Use . instead of .o.
225
2262002-07-05      Joel Sherrill <joel@OARcorp.com>
227
228        * rtems/score/cpu.h: Filled in something that was marked XXX.
229
2302002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: RTEMS_TOP(../../../..).
233
2342002-07-04      Joel Sherrill <joel@OARcorp.com>
235
236        * Makefile.am: Remove reference to deprecated rtems.c.
237
2382002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * rtems.c: Remove.
241        * Makefile.am: Reflect changes above.
242
2432002-07-01      Joel Sherrill <joel@OARcorp.com>
244
245        * rtems/score/cpu.h: Fixed comments and renamed
246        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
247        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
248
2492002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove RTEMS_PROJECT_ROOT.
252
2532002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Add RTEMS_PROG_CCAS
256
2572002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
260        Add AC_PROG_RANLIB.
261
2622002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
265        Use ../../../aclocal.
266
2672001-04-03      Joel Sherrill <joel@OARcorp.com>
268
269        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
270        * rtems/score/h8300types.h: Removed.
271        * rtems/score/types.h: New file via CVS magic.
272        * Makefile.am, rtems/score/cpu.h: Account for name change.
273
2742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac:
277        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
278        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
279        * Makefile.am: Remove AUTOMAKE_OPTIONS.
280
2812002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * rtems/Makefile.am: Removed.
284        * rtems/score/Makefile.am: Removed.
285        * configure.ac: Reflect changes above.
286        * Makefile.am: Reflect changes above.
287
2882002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
291
2922001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Add multilib support.
295
2962001-11-28      Joel Sherrill <joel@OARcorp.com>,
297
298        This was tracked as PR91.
299        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
300        is used to specify if the port uses the standard macro for this (FALSE).
301        A TRUE setting indicates the port provides its own implementation.
302
3032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
306        * configure.in: Remove.
307        * configure.ac: New file, generated from configure.in by autoupdate.
308
3092001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
312        * Makefile.am: Use 'PREINSTALL_FILES ='.
313
3142001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am, rtems/score/Makefile.am:
317        Apply include_*HEADERS instead of H_FILES.
318
3192001-01-03      Joel Sherrill <joel@OARcorp.com>
320
321        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
322        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
323        now that it is dynamically allocated.
324
3252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
328
3292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
332
3332000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
336        Switch to GNU canonicalization.
337
3382000-10-18      Joel Sherrill <joel@OARcorp.com>
339
340        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
341        multilibing.  These changes result in the code being able to
342        compile with the default gcc settings.  It is not functional
343        in this configuration but does compile.
344
3452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Include compile.am.
348
3492000-08-10      Joel Sherrill <joel@OARcorp.com>
350
351        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.