source: rtems/cpukit/score/cpu/h8300/ChangeLog @ 3a648a06

4.104.114.84.95
Last change on this file since 3a648a06 was 3a648a06, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/05 at 15:53:25

2004-01-28 Ralf Corsepius <ralf.corsepiu@…>

  • asm.h, rtems/score/cpu.h, rtems/score/h8300.h, rtems/score/types.h: New header guards.
  • Property mode set to 100644
File size: 8.5 KB
Line 
12004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
2
3        * asm.h, rtems/score/cpu.h, rtems/score/h8300.h,
4        rtems/score/types.h: New header guards.
5
62005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * rtems/score/types.h: Remove signed8, signed16, signed32,
9        unsigned8, unsigned16, unsigned32.
10
112005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
14
152005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * rtems/score/types.h: #include <rtems/stdint.h>.
18
192005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
20
21        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
22
232005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Remove build-variant support.
26
272004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        PR 733/rtems
30        * rtems/score/cpu.h: Remove output arg from inline asm in
31        _CPU_ISR_Disable.
32
332004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
36        guard.
37
382004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * asm.h: Add doxygen preamble.
41
422004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * rtems/score/cpu.h: Add doxygen preamble.
45        * rtems/score/h8300.h: Add doxygen preamble.
46        * rtems/score/types.h: Add doxygen preamble.
47
482004-09-29      Joel Sherrill <joel@OARcorp.com>
49
50        * rtems/score/cpu.h: i960 obsoleted and all references removed.
51
522004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
55        * Makefile.am: Don't include multilib.am.
56        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
57
582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * Makefile.am: Install asm.h to $(includedir)/rtems.
61
622004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
65
662004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * configure.ac: RTEMS_TOP([../../../..]).
69
702004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Move RTEMS_TOP one subdir down.
73
742004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Add PREINSTALL_DIRS.
77
782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
81        Add PREINSTALL_FILES to CLEANFILES.
82
832004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Requires automake >= 1.8.1.
86
872004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Include compile.am, again.
90
912004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Convert to using automake compilation rules.
94
952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
98
992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
102
1032003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Remove TMPINSTALL_FILES.
106
1072003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Add $(dirstamp) to preinstallation rules.
110
1112003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Don't use gmake rules for preinstallation.
114
1152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove RTEMS_CANONICAL_HOST.
118
1192003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Remove RTEMS_CHECK_CPU.
122
1232003-09-26      Joel Sherrill <joel@OARcorp.com>
124
125        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
126        references.
127
1282003-09-04      Joel Sherrill <joel@OARcorp.com>
129
130        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
131        rtems/score/types.h: URL for license changed.
132
1332003-08-14      Joel Sherrill <joel@OARcorp.com>
134
135        PR 455/bsps
136        * rtems/score/cpu.h: Added missing CPU_swap_u16().
137
1382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
141
1422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Remove AC_CONFIG_AUX_DIR.
145
1462002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
149        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
150
1512002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Fix package name.
154
1552002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
158        warning.
159
1602002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
163
1642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * .cvsignore: Reformat.
167        Add autom4te*cache.
168        Remove autom4te.cache.
169
1702002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
173
1742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use .$(OBJEXT) instead of .o.
177
1782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Use . instead of .o.
181
1822002-07-05      Joel Sherrill <joel@OARcorp.com>
183
184        * rtems/score/cpu.h: Filled in something that was marked XXX.
185
1862002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: RTEMS_TOP(../../../..).
189
1902002-07-04      Joel Sherrill <joel@OARcorp.com>
191
192        * Makefile.am: Remove reference to deprecated rtems.c.
193
1942002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * rtems.c: Remove.
197        * Makefile.am: Reflect changes above.
198
1992002-07-01      Joel Sherrill <joel@OARcorp.com>
200
201        * rtems/score/cpu.h: Fixed comments and renamed
202        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
203        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
204
2052002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Remove RTEMS_PROJECT_ROOT.
208
2092002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Add RTEMS_PROG_CCAS
212
2132002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
216        Add AC_PROG_RANLIB.
217
2182002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
221        Use ../../../aclocal.
222
2232001-04-03      Joel Sherrill <joel@OARcorp.com>
224
225        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
226        * rtems/score/h8300types.h: Removed.
227        * rtems/score/types.h: New file via CVS magic.
228        * Makefile.am, rtems/score/cpu.h: Account for name change.
229
2302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac:
233        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
234        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
235        * Makefile.am: Remove AUTOMAKE_OPTIONS.
236
2372002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * rtems/Makefile.am: Removed.
240        * rtems/score/Makefile.am: Removed.
241        * configure.ac: Reflect changes above.
242        * Makefile.am: Reflect changes above.
243
2442002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
247
2482001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Add multilib support.
251
2522001-11-28      Joel Sherrill <joel@OARcorp.com>,
253
254        This was tracked as PR91.
255        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
256        is used to specify if the port uses the standard macro for this (FALSE).
257        A TRUE setting indicates the port provides its own implementation.
258
2592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
262        * configure.in: Remove.
263        * configure.ac: New file, generated from configure.in by autoupdate.
264
2652001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
268        * Makefile.am: Use 'PREINSTALL_FILES ='.
269
2702001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am, rtems/score/Makefile.am:
273        Apply include_*HEADERS instead of H_FILES.
274
2752001-01-03      Joel Sherrill <joel@OARcorp.com>
276
277        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
278        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
279        now that it is dynamically allocated.
280
2812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
284
2852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
288
2892000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
292        Switch to GNU canonicalization.
293
2942000-10-18      Joel Sherrill <joel@OARcorp.com>
295
296        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
297        multilibing.  These changes result in the code being able to
298        compile with the default gcc settings.  It is not functional
299        in this configuration but does compile.
300
3012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Include compile.am.
304
3052000-08-10      Joel Sherrill <joel@OARcorp.com>
306
307        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.