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

4.104.114.84.95
Last change on this file since babf575 was babf575, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 15:45:55

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

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