source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ c95ab0d7

4.104.114.84.95
Last change on this file since c95ab0d7 was c95ab0d7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/04 at 12:23:23

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

  • start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER ANSI-C compliant.
  • Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am start/Makefile.am, startup/Makefile.am, timer/Makefile.am wrapup/Makefile.am. Use automake compilation rules.
  • clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 11.5 KB
Line 
12004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
4        ANSI-C compliant.
5        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
6        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
7        wrapup/Makefile.am.
8        Use automake compilation rules.
9        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
10        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
11        Remove.
12        * configure.ac: Reflect changes above.
13
142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Add PREINSTALL_DIRS.
17        * wrapup/Makefile.am: Reflect changes to libcpu.
18
192004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Remove non-existing times from EXTRA_DIST.
22        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
23        * wrapup/Makefile.am: Reflect changes to libcpu.
24
252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
28        Add PRE/TMPINSTALL_FILES to CLEANFILES.
29        * start/Makefile.am: Ditto.
30        * startup/Makefile.am: Ditto.
31
322004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * wrapup/Makefile.am: Eliminate $(LIB).
35        Use noinst_DATA to trigger building libbsp.a.
36
372003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
40        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
41
422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
45        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
46
472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
50
512003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * start/Makefile.am: Misc cleanups and fixes.
54        * startup/Makefile.am: Misc cleanups and fixes.
55        * wrapup/Makefile.am: Misc cleanups and fixes.
56
572003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Add preinstallation dirstamp support.
60        * clock/Makefile.am: Cosmetics.
61        * console/Makefile.am: Cosmetics.
62        * startup/Makefile.am: Cosmetics.
63        * timer/Makefile.am: Cosmetics.
64        * wrapup/Makefile.am: Cosmetics.
65
662003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * clock/Makefile.am: Remove all-local: $(ARCH).
69        * console/Makefile.am: Remove all-local: $(ARCH).
70        * start/Makefile.am: Remove all-local: $(ARCH).
71        * startup/Makefile.am: Remove all-local: $(ARCH).
72        * timer/Makefile.am: Remove all-local: $(ARCH).
73        * wrapup/Makefile.am: Remove all-local: $(ARCH).
74
752003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * include/bsp.h: Replace stringification madness to pick up bare.h
78        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
79
802003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Merge-in include/Makefile.am.
83        Reflect changes to bsp.am.
84        * include/Makefile.am: Remove.
85        * configure.ac: Reflect changes above.
86
872003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * bsp_specs: Remove *lib:.
90
912003-09-04      Joel Sherrill <joel@OARcorp.com>
92
93        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
94        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
95        license changed.
96
972003-09-04      Joel Sherrill <joel@OARcorp.com>
98
99        * start/debugreset.S, start/reset.S: Removed incorrect statement about
100        copyright assignment.
101
1022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Reflect having moved aclocal/.
105
1062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Reflect having moved automake/.
109        * clock/Makefile.am: Reflect having moved automake/.
110        * console/Makefile.am: Reflect having moved automake/.
111        * include/Makefile.am: Reflect having moved automake/.
112        * start/Makefile.am: Reflect having moved automake/.
113        * startup/Makefile.am: Reflect having moved automake/.
114        * timer/Makefile.am: Reflect having moved automake/.
115        * wrapup/Makefile.am: Reflect having moved automake/.
116
1172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        PR 452/bsps
120        * startup/Makefile.am: Remove USE_INIT_FINI.
121
1222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
125
1262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        PR 445/bsps
129        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
130        Remove cpp, old_cpp (now unused).
131
1322003-06-22      Chris Johns <cjohns@cybertec.com.au>
133
134        PR 264/bsps
135        PR 414/bsps
136        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
137        PR264 - Stopped the core dump by removing the bad instruction.
138        PR414 - Fixed the global interupt vector register.
139        Linker command file to have the boot code in the first 8K.
140        The chip select remap needed to be volatile.
141
1422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Remove AC_CONFIG_AUX_DIR.
145
1462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
149
1502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: AC_PREREQ(2.57).
153
1542003-01-20      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds*: Add FreeBSD sysctl() sections.
157
1582002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
161        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
162        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
163        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
164        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165
1662002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * start/Makefile.am: Use install-data-local to install startfile.
169
1702002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173
1742002-11-01      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/m68k-stub.c: Removed typos.
177
1782002-11-01      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/m68k-stub.c: Removed warnings.
181
1822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * .cvsignore: Reformat.
185        Add autom4te*cache.
186        Remove autom4te.cache.
187
1882002-08-21      Joel Sherrill <joel@OARcorp.com>
189
190        * wrapup/Makefile.am: PR217 required that the idle task be moved to
191        libcpu so it could be more acutely aware of the CPU model.  This
192        file was modified to pick up the idle task from there.
193
1942002-08-21      Joel Sherrill <joel@OARcorp.com>
195
196        * bsp_specs: Added support for -nostdlibs.
197
1982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
206
2072002-08-07      Joel Sherrill <joel@OARcorp.com>
208
209        * start/Makefile.am: Pick up rest of Ralf'f changes and use
210        cp not make-rel since there is no point in this case.
211        * start/debugreset.S: Rights were not assigned.
212        * start/reset.S: Add ifdef to avoid core dump until Chris can
213        track it down.
214        * start/cpuboot.c: Moved to startup.
215        * startup/Makefile.am: Account for above.
216
2172002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
220        anywhere).
221        Add ODS60302_DEBUG conditional.
222        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
223        * configure.ac: Add --enable-ods60302-debug.
224        Add ODS60302_DEBUG conditional.
225
2262002-08-05      Joel Sherrill <joel@OARcorp.com>
227
228        * Per PR260 eliminate use of make-target-options.  This impacted
229        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
230        SuperCore and required that the m68k optimized memcpy be moved
231        to libcpu.
232        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
233
2342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * start/Makefile.am: Fix bug in previous patch.
237        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
238
2392002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * start/Makefile.am: Eliminate PGM.
242        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
243
2442002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
247
2482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
251        Remove $(OBJS) from all-local.
252
2532002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
256
2572001-05-09      Joel Sherrill <joel@OARcorp.com>
258
259        * startup/linkcmds: In support of gcc 3.1, added one of more
260        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
261        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
262        and direction of segments to memory regions may also have been
263        addressed.  This was a sweep across all BSPs.
264 
2652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac:
268        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
269        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
270        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
278
2792001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
282
2832001-11-27      Joel Sherrill <joel@OARcorp.com>,
284
285        This was tracked as PR39.
286        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
287        startup/linkcmds, startup/rom: Eliminated required definition of
288        macros in the custom file for the BSP to compile.  The ROM and ROM
289        address and size settings are now linker script items. 
290
2912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
294        * configure.in: Remove.
295        * configure.ac: New file, generated from configure.in by autoupdate.
296
2972001-09-27      Joel Sherrill <joel@OARcorp.com>
298
299        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
300
3012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
304
3052001-06-19      Joel Sherrill <joel@OARcorp.com>
306
307        * include/Makefile.am: Fixed typo.
308
3092001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.in: Add bspopts.h.
312        * include/.cvsignore: Add bspopts.h*, stamp-h*.
313        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
314        * include/bsp.h: Include bspopts.h.
315
3162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
317
318        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
319
3202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
323
3242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
327
3282000-11-01      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
331        and libcsupport.h moved from libc to lib/include/rtems and
332        now must be referenced as <rtems/XXX.h>.   Header file order
333        was cleaned up while doing this.
334
3352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
338        Switch to GNU canonicalization.
339
3402000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
341
342        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
343
3442000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
345
346        * startup/linkcmds: Added lines so DWARF debug information
347        would be available.  Otherwise gdb complains that the offsets
348        for the debug info are incorrect and doesn't load the files.
349
3502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
353        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
354        compile.am
355
3562000-08-10      Joel Sherrill <joel@OARcorp.com>
357
358        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.