source: rtems/cpukit/score/cpu/h8300/ChangeLog @ 795da078

4.104.114.84.95
Last change on this file since 795da078 was 795da078, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/17/06 at 05:58:06

2006-11-17 Ralf Corsépius <ralf.corsepius@…>

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