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

4.104.114.84.95
Last change on this file since eba52fd3 was eba52fd3, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/06 at 17:16:50

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

  • rtems/score/cpu.h:
  • Property mode set to 100644
File size: 9.6 KB
Line 
12006-08-30      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h:
4
52006-08-29      Joel Sherrill <joel@OARcorp.com>
6
7        * rtems/score/cpu.h: Correct inline assembly constraints.
8
92006-01-16      Joel Sherrill <joel@OARcorp.com>
10
11        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
12        As a side-effect, grammar and spelling errors were corrected, spacing
13        errors were address, and some variable names were improved.
14
152005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
18
192005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * rtems/asm.h: Remove private version of CONCAT macros.
22        Include <rtems/concat.h> instead.
23
242005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * rtems/score/cpu.h: Remove traces from NO_CPU.
27
282005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Split out preinstallation rules.
31        * preinstall.am: New (Split out from Makefile.am).
32
332005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        PR 754/rtems
36        * rtems/asm.h: New (relocated from .).
37        * asm.h: Remove (moved to rtems/asm.h).
38        * Makefile.am: Reflect changes above.
39
402004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
41
42        * asm.h, rtems/score/cpu.h, rtems/score/h8300.h,
43        rtems/score/types.h: New header guards.
44
452005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * rtems/score/types.h: Remove signed8, signed16, signed32,
48        unsigned8, unsigned16, unsigned32.
49
502005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
53
542005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * rtems/score/types.h: #include <rtems/stdint.h>.
57
582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
61
622005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Remove build-variant support.
65
662004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        PR 733/rtems
69        * rtems/score/cpu.h: Remove output arg from inline asm in
70        _CPU_ISR_Disable.
71
722004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
75        guard.
76
772004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * asm.h: Add doxygen preamble.
80
812004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * rtems/score/cpu.h: Add doxygen preamble.
84        * rtems/score/h8300.h: Add doxygen preamble.
85        * rtems/score/types.h: Add doxygen preamble.
86
872004-09-29      Joel Sherrill <joel@OARcorp.com>
88
89        * rtems/score/cpu.h: i960 obsoleted and all references removed.
90
912004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
94        * Makefile.am: Don't include multilib.am.
95        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
96
972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * Makefile.am: Install asm.h to $(includedir)/rtems.
100
1012004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
104
1052004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * configure.ac: RTEMS_TOP([../../../..]).
108
1092004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Move RTEMS_TOP one subdir down.
112
1132004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Add PREINSTALL_DIRS.
116
1172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
120        Add PREINSTALL_FILES to CLEANFILES.
121
1222004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Requires automake >= 1.8.1.
125
1262004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Include compile.am, again.
129
1302004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Convert to using automake compilation rules.
133
1342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
137
1382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
141
1422003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Remove TMPINSTALL_FILES.
145
1462003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Add $(dirstamp) to preinstallation rules.
149
1502003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Don't use gmake rules for preinstallation.
153
1542003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove RTEMS_CANONICAL_HOST.
157
1582003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove RTEMS_CHECK_CPU.
161
1622003-09-26      Joel Sherrill <joel@OARcorp.com>
163
164        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
165        references.
166
1672003-09-04      Joel Sherrill <joel@OARcorp.com>
168
169        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
170        rtems/score/types.h: URL for license changed.
171
1722003-08-14      Joel Sherrill <joel@OARcorp.com>
173
174        PR 455/bsps
175        * rtems/score/cpu.h: Added missing CPU_swap_u16().
176
1772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
180
1812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Remove AC_CONFIG_AUX_DIR.
184
1852002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
188        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
189
1902002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Fix package name.
193
1942002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
197        warning.
198
1992002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
202
2032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * .cvsignore: Reformat.
206        Add autom4te*cache.
207        Remove autom4te.cache.
208
2092002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
212
2132002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Use .$(OBJEXT) instead of .o.
216
2172002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Use . instead of .o.
220
2212002-07-05      Joel Sherrill <joel@OARcorp.com>
222
223        * rtems/score/cpu.h: Filled in something that was marked XXX.
224
2252002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: RTEMS_TOP(../../../..).
228
2292002-07-04      Joel Sherrill <joel@OARcorp.com>
230
231        * Makefile.am: Remove reference to deprecated rtems.c.
232
2332002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * rtems.c: Remove.
236        * Makefile.am: Reflect changes above.
237
2382002-07-01      Joel Sherrill <joel@OARcorp.com>
239
240        * rtems/score/cpu.h: Fixed comments and renamed
241        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
242        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
243
2442002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Remove RTEMS_PROJECT_ROOT.
247
2482002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Add RTEMS_PROG_CCAS
251
2522002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
255        Add AC_PROG_RANLIB.
256
2572002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
260        Use ../../../aclocal.
261
2622001-04-03      Joel Sherrill <joel@OARcorp.com>
263
264        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
265        * rtems/score/h8300types.h: Removed.
266        * rtems/score/types.h: New file via CVS magic.
267        * Makefile.am, rtems/score/cpu.h: Account for name change.
268
2692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac:
272        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
273        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
274        * Makefile.am: Remove AUTOMAKE_OPTIONS.
275
2762002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * rtems/Makefile.am: Removed.
279        * rtems/score/Makefile.am: Removed.
280        * configure.ac: Reflect changes above.
281        * Makefile.am: Reflect changes above.
282
2832002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
286
2872001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Add multilib support.
290
2912001-11-28      Joel Sherrill <joel@OARcorp.com>,
292
293        This was tracked as PR91.
294        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
295        is used to specify if the port uses the standard macro for this (FALSE).
296        A TRUE setting indicates the port provides its own implementation.
297
2982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
301        * configure.in: Remove.
302        * configure.ac: New file, generated from configure.in by autoupdate.
303
3042001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
307        * Makefile.am: Use 'PREINSTALL_FILES ='.
308
3092001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am, rtems/score/Makefile.am:
312        Apply include_*HEADERS instead of H_FILES.
313
3142001-01-03      Joel Sherrill <joel@OARcorp.com>
315
316        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
317        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
318        now that it is dynamically allocated.
319
3202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
323
3242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
327
3282000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
331        Switch to GNU canonicalization.
332
3332000-10-18      Joel Sherrill <joel@OARcorp.com>
334
335        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
336        multilibing.  These changes result in the code being able to
337        compile with the default gcc settings.  It is not functional
338        in this configuration but does compile.
339
3402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Include compile.am.
343
3442000-08-10      Joel Sherrill <joel@OARcorp.com>
345
346        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.