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

4.104.114.84.95
Last change on this file since c24d7c84 was c24d7c84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 09:08:05

2004-02-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
  • Property mode set to 100644
File size: 11.9 KB
RevLine 
[c24d7c84]12004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
4
[4cb9d26]52004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Pickup files from ../../m68k/shared instead of
8        ../shared. Reformat.
9
[bd5b4e56]102004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
13
[c95ab0d7]142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
17        ANSI-C compliant.
18        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
19        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
20        wrapup/Makefile.am.
21        Use automake compilation rules.
22        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
23        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
24        Remove.
25        * configure.ac: Reflect changes above.
26
[7fc5229c]272004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Add PREINSTALL_DIRS.
30        * wrapup/Makefile.am: Reflect changes to libcpu.
31
[3cdac3ee]322004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Remove non-existing times from EXTRA_DIST.
35        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
36        * wrapup/Makefile.am: Reflect changes to libcpu.
37
[232a22d]382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
41        Add PRE/TMPINSTALL_FILES to CLEANFILES.
42        * start/Makefile.am: Ditto.
43        * startup/Makefile.am: Ditto.
44
[6411947]452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Eliminate $(LIB).
48        Use noinst_DATA to trigger building libbsp.a.
49
[b35414a]502003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
53        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
54
[935773b]552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
58        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
59
[810720b6]602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
63
[4d5d97b]642003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Misc cleanups and fixes.
67        * startup/Makefile.am: Misc cleanups and fixes.
68        * wrapup/Makefile.am: Misc cleanups and fixes.
69
[d4ee0ce]702003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Add preinstallation dirstamp support.
73        * clock/Makefile.am: Cosmetics.
74        * console/Makefile.am: Cosmetics.
75        * startup/Makefile.am: Cosmetics.
76        * timer/Makefile.am: Cosmetics.
77        * wrapup/Makefile.am: Cosmetics.
78
[5ceaa08]792003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * clock/Makefile.am: Remove all-local: $(ARCH).
82        * console/Makefile.am: Remove all-local: $(ARCH).
83        * start/Makefile.am: Remove all-local: $(ARCH).
84        * startup/Makefile.am: Remove all-local: $(ARCH).
85        * timer/Makefile.am: Remove all-local: $(ARCH).
86        * wrapup/Makefile.am: Remove all-local: $(ARCH).
87
[85ad55d]882003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * include/bsp.h: Replace stringification madness to pick up bare.h
91        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
92
[2821666f]932003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Merge-in include/Makefile.am.
96        Reflect changes to bsp.am.
97        * include/Makefile.am: Remove.
98        * configure.ac: Reflect changes above.
99
[a1546de]1002003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * bsp_specs: Remove *lib:.
103
[f321db19]1042003-09-04      Joel Sherrill <joel@OARcorp.com>
105
106        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
107        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
108        license changed.
109
[0dbc344e]1102003-09-04      Joel Sherrill <joel@OARcorp.com>
111
112        * start/debugreset.S, start/reset.S: Removed incorrect statement about
113        copyright assignment.
114
[fe8bc62f]1152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Reflect having moved aclocal/.
118
[a4aeb92]1192003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
[c483a4e]121        * Makefile.am: Reflect having moved automake/.
122        * clock/Makefile.am: Reflect having moved automake/.
123        * console/Makefile.am: Reflect having moved automake/.
124        * include/Makefile.am: Reflect having moved automake/.
125        * start/Makefile.am: Reflect having moved automake/.
126        * startup/Makefile.am: Reflect having moved automake/.
127        * timer/Makefile.am: Reflect having moved automake/.
128        * wrapup/Makefile.am: Reflect having moved automake/.
[a4aeb92]129
[317458ce]1302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
[75fcb394]132        PR 452/bsps
[317458ce]133        * startup/Makefile.am: Remove USE_INIT_FINI.
134
[7dcc3fe]1352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
138
[d266acd2]1392003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
[75fcb394]141        PR 445/bsps
[d266acd2]142        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
143        Remove cpp, old_cpp (now unused).
144
[94b81961]1452003-06-22      Chris Johns <cjohns@cybertec.com.au>
146
[14ea772]147        PR 264/bsps
148        PR 414/bsps
[94b81961]149        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
150        PR264 - Stopped the core dump by removing the bad instruction.
151        PR414 - Fixed the global interupt vector register.
152        Linker command file to have the boot code in the first 8K.
153        The chip select remap needed to be volatile.
154
[7a97f26]1552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Remove AC_CONFIG_AUX_DIR.
158
[ccd81b60]1592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
162
[9b5c258]1632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: AC_PREREQ(2.57).
166
[1d36d2af]1672003-01-20      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds*: Add FreeBSD sysctl() sections.
170
[887458a1]1712002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178
[59a01a6e]1792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * start/Makefile.am: Use install-data-local to install startfile.
182
[b5a2912f]1832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186
[80277b8]1872002-11-01      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/m68k-stub.c: Removed typos.
190
[f799d21c]1912002-11-01      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/m68k-stub.c: Removed warnings.
194
[8730f45]1952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * .cvsignore: Reformat.
198        Add autom4te*cache.
199        Remove autom4te.cache.
200
[0308c805]2012002-08-21      Joel Sherrill <joel@OARcorp.com>
202
203        * wrapup/Makefile.am: PR217 required that the idle task be moved to
204        libcpu so it could be more acutely aware of the CPU model.  This
205        file was modified to pick up the idle task from there.
206
[a2ae30c2]2072002-08-21      Joel Sherrill <joel@OARcorp.com>
208
209        * bsp_specs: Added support for -nostdlibs.
210
[88a67b6]2112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
219
[ef39005]2202002-08-07      Joel Sherrill <joel@OARcorp.com>
221
222        * start/Makefile.am: Pick up rest of Ralf'f changes and use
223        cp not make-rel since there is no point in this case.
224        * start/debugreset.S: Rights were not assigned.
225        * start/reset.S: Add ifdef to avoid core dump until Chris can
226        track it down.
227        * start/cpuboot.c: Moved to startup.
228        * startup/Makefile.am: Account for above.
229
[c23386a]2302002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
233        anywhere).
234        Add ODS60302_DEBUG conditional.
235        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
236        * configure.ac: Add --enable-ods60302-debug.
237        Add ODS60302_DEBUG conditional.
238
[75adbe5f]2392002-08-05      Joel Sherrill <joel@OARcorp.com>
240
241        * Per PR260 eliminate use of make-target-options.  This impacted
242        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
243        SuperCore and required that the m68k optimized memcpy be moved
244        to libcpu.
245        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
246
[4375911b]2472002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * start/Makefile.am: Fix bug in previous patch.
250        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
251
[18e3bb6]2522002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * start/Makefile.am: Eliminate PGM.
255        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
256
[25cdd2b]2572002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
260
[445c0a0]2612002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
264        Remove $(OBJS) from all-local.
265
[80defac]2662002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
269
[85c92574]2702001-05-09      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds: In support of gcc 3.1, added one of more
273        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
274        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
275        and direction of segments to memory regions may also have been
276        addressed.  This was a sweep across all BSPs.
277 
[ddd9abf]2782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac:
281        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
282        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
283        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
291
[9e1ae79]2922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
295
[5e2dce0]2962001-11-27      Joel Sherrill <joel@OARcorp.com>,
297
298        This was tracked as PR39.
299        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
300        startup/linkcmds, startup/rom: Eliminated required definition of
301        macros in the custom file for the BSP to compile.  The ROM and ROM
302        address and size settings are now linker script items. 
303
[df25c998]3042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
307        * configure.in: Remove.
308        * configure.ac: New file, generated from configure.in by autoupdate.
309
[cf282090]3102001-09-27      Joel Sherrill <joel@OARcorp.com>
311
312        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
313
[c1767be0]3142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
317
[1f17d21]3182001-06-19      Joel Sherrill <joel@OARcorp.com>
319
320        * include/Makefile.am: Fixed typo.
321
[4906d72f]3222001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.in: Add bspopts.h.
325        * include/.cvsignore: Add bspopts.h*, stamp-h*.
326        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
327        * include/bsp.h: Include bspopts.h.
328
[6f21328]3292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
330
331        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
332
[feead226]3332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
336
[a314d3b4]3372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
340
[eba2e4f]3412000-11-01      Joel Sherrill <joel@OARcorp.com>
342
343        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
344        and libcsupport.h moved from libc to lib/include/rtems and
345        now must be referenced as <rtems/XXX.h>.   Header file order
346        was cleaned up while doing this.
347
[e83378d]3482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
351        Switch to GNU canonicalization.
352
[f52111f]3532000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
354
355        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
356
[9f30a08b]3572000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
358
359        * startup/linkcmds: Added lines so DWARF debug information
360        would be available.  Otherwise gdb complains that the offsets
361        for the debug info are incorrect and doesn't load the files.
362
[476b632]3632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
366        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
367        compile.am
368
[e94ad1fe]3692000-08-10      Joel Sherrill <joel@OARcorp.com>
370
371        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.