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

4.104.114.84.95
Last change on this file since cd12590b was cd12590b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/29/06 at 21:53:25

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

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