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

4.104.114.84.95
Last change on this file since 2489663 was 2489663, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/05 at 06:30:56

2005-02-19 Ralf Corsepius <ralf.corsepius@…>

  • rtems/score/cpu.h: Remove traces from NO_CPU.
  • Property mode set to 100644
File size: 8.9 KB
Line 
12005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h: Remove traces from NO_CPU.
4
52005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Split out preinstallation rules.
8        * preinstall.am: New (Split out from Makefile.am).
9
102005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        PR 754/rtems
13        * rtems/asm.h: New (relocated from .).
14        * asm.h: Remove (moved to rtems/asm.h).
15        * Makefile.am: Reflect changes above.
16
172004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
18
19        * asm.h, rtems/score/cpu.h, rtems/score/h8300.h,
20        rtems/score/types.h: New header guards.
21
222005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * rtems/score/types.h: Remove signed8, signed16, signed32,
25        unsigned8, unsigned16, unsigned32.
26
272005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
30
312005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * rtems/score/types.h: #include <rtems/stdint.h>.
34
352005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
38
392005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Remove build-variant support.
42
432004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        PR 733/rtems
46        * rtems/score/cpu.h: Remove output arg from inline asm in
47        _CPU_ISR_Disable.
48
492004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
52        guard.
53
542004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * asm.h: Add doxygen preamble.
57
582004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * rtems/score/cpu.h: Add doxygen preamble.
61        * rtems/score/h8300.h: Add doxygen preamble.
62        * rtems/score/types.h: Add doxygen preamble.
63
642004-09-29      Joel Sherrill <joel@OARcorp.com>
65
66        * rtems/score/cpu.h: i960 obsoleted and all references removed.
67
682004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
71        * Makefile.am: Don't include multilib.am.
72        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
73
742004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * Makefile.am: Install asm.h to $(includedir)/rtems.
77
782004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
81
822004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * configure.ac: RTEMS_TOP([../../../..]).
85
862004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Move RTEMS_TOP one subdir down.
89
902004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Add PREINSTALL_DIRS.
93
942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
97        Add PREINSTALL_FILES to CLEANFILES.
98
992004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Requires automake >= 1.8.1.
102
1032004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Include compile.am, again.
106
1072004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Convert to using automake compilation rules.
110
1112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
114
1152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
118
1192003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Remove TMPINSTALL_FILES.
122
1232003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Add $(dirstamp) to preinstallation rules.
126
1272003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Don't use gmake rules for preinstallation.
130
1312003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Remove RTEMS_CANONICAL_HOST.
134
1352003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Remove RTEMS_CHECK_CPU.
138
1392003-09-26      Joel Sherrill <joel@OARcorp.com>
140
141        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
142        references.
143
1442003-09-04      Joel Sherrill <joel@OARcorp.com>
145
146        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
147        rtems/score/types.h: URL for license changed.
148
1492003-08-14      Joel Sherrill <joel@OARcorp.com>
150
151        PR 455/bsps
152        * rtems/score/cpu.h: Added missing CPU_swap_u16().
153
1542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
157
1582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove AC_CONFIG_AUX_DIR.
161
1622002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
165        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
166
1672002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Fix package name.
170
1712002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
174        warning.
175
1762002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
179
1802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * .cvsignore: Reformat.
183        Add autom4te*cache.
184        Remove autom4te.cache.
185
1862002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
189
1902002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Use .$(OBJEXT) instead of .o.
193
1942002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Use . instead of .o.
197
1982002-07-05      Joel Sherrill <joel@OARcorp.com>
199
200        * rtems/score/cpu.h: Filled in something that was marked XXX.
201
2022002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: RTEMS_TOP(../../../..).
205
2062002-07-04      Joel Sherrill <joel@OARcorp.com>
207
208        * Makefile.am: Remove reference to deprecated rtems.c.
209
2102002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * rtems.c: Remove.
213        * Makefile.am: Reflect changes above.
214
2152002-07-01      Joel Sherrill <joel@OARcorp.com>
216
217        * rtems/score/cpu.h: Fixed comments and renamed
218        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
219        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
220
2212002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Remove RTEMS_PROJECT_ROOT.
224
2252002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Add RTEMS_PROG_CCAS
228
2292002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
232        Add AC_PROG_RANLIB.
233
2342002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
237        Use ../../../aclocal.
238
2392001-04-03      Joel Sherrill <joel@OARcorp.com>
240
241        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
242        * rtems/score/h8300types.h: Removed.
243        * rtems/score/types.h: New file via CVS magic.
244        * Makefile.am, rtems/score/cpu.h: Account for name change.
245
2462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac:
249        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
250        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
251        * Makefile.am: Remove AUTOMAKE_OPTIONS.
252
2532002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * rtems/Makefile.am: Removed.
256        * rtems/score/Makefile.am: Removed.
257        * configure.ac: Reflect changes above.
258        * Makefile.am: Reflect changes above.
259
2602002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
263
2642001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Add multilib support.
267
2682001-11-28      Joel Sherrill <joel@OARcorp.com>,
269
270        This was tracked as PR91.
271        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
272        is used to specify if the port uses the standard macro for this (FALSE).
273        A TRUE setting indicates the port provides its own implementation.
274
2752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
278        * configure.in: Remove.
279        * configure.ac: New file, generated from configure.in by autoupdate.
280
2812001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
284        * Makefile.am: Use 'PREINSTALL_FILES ='.
285
2862001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am, rtems/score/Makefile.am:
289        Apply include_*HEADERS instead of H_FILES.
290
2912001-01-03      Joel Sherrill <joel@OARcorp.com>
292
293        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
294        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
295        now that it is dynamically allocated.
296
2972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
300
3012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
304
3052000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
308        Switch to GNU canonicalization.
309
3102000-10-18      Joel Sherrill <joel@OARcorp.com>
311
312        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
313        multilibing.  These changes result in the code being able to
314        compile with the default gcc settings.  It is not functional
315        in this configuration but does compile.
316
3172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Include compile.am.
320
3212000-08-10      Joel Sherrill <joel@OARcorp.com>
322
323        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.