source: rtems/cpukit/score/cpu/h8300/ChangeLog @ 1d486eff

4.104.114.84.95
Last change on this file since 1d486eff was be2ed3e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/06/04 at 02:21:50

2004-04-06 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
  • Makefile.am: Don't include multilib.am. Reflect merging configure.ac into $(top_srcdir)/configure.ac.
  • Property mode set to 100644
File size: 7.1 KB
Line 
12004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
4        * Makefile.am: Don't include multilib.am.
5        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
6
72004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * Makefile.am: Install asm.h to $(includedir)/rtems.
10
112004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
14
152004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * configure.ac: RTEMS_TOP([../../../..]).
18
192004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Move RTEMS_TOP one subdir down.
22
232004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Add PREINSTALL_DIRS.
26
272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
30        Add PREINSTALL_FILES to CLEANFILES.
31
322004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Requires automake >= 1.8.1.
35
362004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Include compile.am, again.
39
402004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Convert to using automake compilation rules.
43
442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
47
482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
51
522003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Remove TMPINSTALL_FILES.
55
562003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Add $(dirstamp) to preinstallation rules.
59
602003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Don't use gmake rules for preinstallation.
63
642003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove RTEMS_CANONICAL_HOST.
67
682003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove RTEMS_CHECK_CPU.
71
722003-09-26      Joel Sherrill <joel@OARcorp.com>
73
74        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
75        references.
76
772003-09-04      Joel Sherrill <joel@OARcorp.com>
78
79        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
80        rtems/score/types.h: URL for license changed.
81
822003-08-14      Joel Sherrill <joel@OARcorp.com>
83
84        PR 455/bsps
85        * rtems/score/cpu.h: Added missing CPU_swap_u16().
86
872003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
90
912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove AC_CONFIG_AUX_DIR.
94
952002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
98        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
99
1002002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Fix package name.
103
1042002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
107        warning.
108
1092002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
112
1132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Reformat.
116        Add autom4te*cache.
117        Remove autom4te.cache.
118
1192002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
122
1232002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use .$(OBJEXT) instead of .o.
126
1272002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use . instead of .o.
130
1312002-07-05      Joel Sherrill <joel@OARcorp.com>
132
133        * rtems/score/cpu.h: Filled in something that was marked XXX.
134
1352002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: RTEMS_TOP(../../../..).
138
1392002-07-04      Joel Sherrill <joel@OARcorp.com>
140
141        * Makefile.am: Remove reference to deprecated rtems.c.
142
1432002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * rtems.c: Remove.
146        * Makefile.am: Reflect changes above.
147
1482002-07-01      Joel Sherrill <joel@OARcorp.com>
149
150        * rtems/score/cpu.h: Fixed comments and renamed
151        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
152        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
153
1542002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove RTEMS_PROJECT_ROOT.
157
1582002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Add RTEMS_PROG_CCAS
161
1622002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
165        Add AC_PROG_RANLIB.
166
1672002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
170        Use ../../../aclocal.
171
1722001-04-03      Joel Sherrill <joel@OARcorp.com>
173
174        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
175        * rtems/score/h8300types.h: Removed.
176        * rtems/score/types.h: New file via CVS magic.
177        * Makefile.am, rtems/score/cpu.h: Account for name change.
178
1792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac:
182        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
183        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
184        * Makefile.am: Remove AUTOMAKE_OPTIONS.
185
1862002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * rtems/Makefile.am: Removed.
189        * rtems/score/Makefile.am: Removed.
190        * configure.ac: Reflect changes above.
191        * Makefile.am: Reflect changes above.
192
1932002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
196
1972001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Add multilib support.
200
2012001-11-28      Joel Sherrill <joel@OARcorp.com>,
202
203        This was tracked as PR91.
204        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
205        is used to specify if the port uses the standard macro for this (FALSE).
206        A TRUE setting indicates the port provides its own implementation.
207
2082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
211        * configure.in: Remove.
212        * configure.ac: New file, generated from configure.in by autoupdate.
213
2142001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
217        * Makefile.am: Use 'PREINSTALL_FILES ='.
218
2192001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am, rtems/score/Makefile.am:
222        Apply include_*HEADERS instead of H_FILES.
223
2242001-01-03      Joel Sherrill <joel@OARcorp.com>
225
226        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
227        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
228        now that it is dynamically allocated.
229
2302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
233
2342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
237
2382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
241        Switch to GNU canonicalization.
242
2432000-10-18      Joel Sherrill <joel@OARcorp.com>
244
245        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
246        multilibing.  These changes result in the code being able to
247        compile with the default gcc settings.  It is not functional
248        in this configuration but does compile.
249
2502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Include compile.am.
253
2542000-08-10      Joel Sherrill <joel@OARcorp.com>
255
256        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.