source: rtems/cpukit/score/cpu/h8300/ChangeLog @ 8956e27

4.104.114.84.95
Last change on this file since 8956e27 was 8956e27, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 05:31:43

2004-01-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
4        Add PREINSTALL_FILES to CLEANFILES.
5
62004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Requires automake >= 1.8.1.
9
102004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Include compile.am, again.
13
142004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Convert to using automake compilation rules.
17
182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
25
262003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Remove TMPINSTALL_FILES.
29
302003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add $(dirstamp) to preinstallation rules.
33
342003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Don't use gmake rules for preinstallation.
37
382003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove RTEMS_CANONICAL_HOST.
41
422003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove RTEMS_CHECK_CPU.
45
462003-09-26      Joel Sherrill <joel@OARcorp.com>
47
48        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
49        references.
50
512003-09-04      Joel Sherrill <joel@OARcorp.com>
52
53        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
54        rtems/score/types.h: URL for license changed.
55
562003-08-14      Joel Sherrill <joel@OARcorp.com>
57
58        PR 455/bsps
59        * rtems/score/cpu.h: Added missing CPU_swap_u16().
60
612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
64
652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove AC_CONFIG_AUX_DIR.
68
692002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
72        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
73
742002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Fix package name.
77
782002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
81        warning.
82
832002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
86
872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * .cvsignore: Reformat.
90        Add autom4te*cache.
91        Remove autom4te.cache.
92
932002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
96
972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Use .$(OBJEXT) instead of .o.
100
1012002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use . instead of .o.
104
1052002-07-05      Joel Sherrill <joel@OARcorp.com>
106
107        * rtems/score/cpu.h: Filled in something that was marked XXX.
108
1092002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: RTEMS_TOP(../../../..).
112
1132002-07-04      Joel Sherrill <joel@OARcorp.com>
114
115        * Makefile.am: Remove reference to deprecated rtems.c.
116
1172002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * rtems.c: Remove.
120        * Makefile.am: Reflect changes above.
121
1222002-07-01      Joel Sherrill <joel@OARcorp.com>
123
124        * rtems/score/cpu.h: Fixed comments and renamed
125        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
126        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
127
1282002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Remove RTEMS_PROJECT_ROOT.
131
1322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Add RTEMS_PROG_CCAS
135
1362002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
139        Add AC_PROG_RANLIB.
140
1412002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
144        Use ../../../aclocal.
145
1462001-04-03      Joel Sherrill <joel@OARcorp.com>
147
148        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
149        * rtems/score/h8300types.h: Removed.
150        * rtems/score/types.h: New file via CVS magic.
151        * Makefile.am, rtems/score/cpu.h: Account for name change.
152
1532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac:
156        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
157        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
158        * Makefile.am: Remove AUTOMAKE_OPTIONS.
159
1602002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * rtems/Makefile.am: Removed.
163        * rtems/score/Makefile.am: Removed.
164        * configure.ac: Reflect changes above.
165        * Makefile.am: Reflect changes above.
166
1672002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
170
1712001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Add multilib support.
174
1752001-11-28      Joel Sherrill <joel@OARcorp.com>,
176
177        This was tracked as PR91.
178        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
179        is used to specify if the port uses the standard macro for this (FALSE).
180        A TRUE setting indicates the port provides its own implementation.
181
1822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
185        * configure.in: Remove.
186        * configure.ac: New file, generated from configure.in by autoupdate.
187
1882001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
191        * Makefile.am: Use 'PREINSTALL_FILES ='.
192
1932001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am, rtems/score/Makefile.am:
196        Apply include_*HEADERS instead of H_FILES.
197
1982001-01-03      Joel Sherrill <joel@OARcorp.com>
199
200        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
201        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
202        now that it is dynamically allocated.
203
2042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
207
2082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
211
2122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
215        Switch to GNU canonicalization.
216
2172000-10-18      Joel Sherrill <joel@OARcorp.com>
218
219        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
220        multilibing.  These changes result in the code being able to
221        compile with the default gcc settings.  It is not functional
222        in this configuration but does compile.
223
2242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Include compile.am.
227
2282000-08-10      Joel Sherrill <joel@OARcorp.com>
229
230        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.