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

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 13.8 KB
RevLine 
[97891e5e]12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
[3defec6]52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
[0df29b07]112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
[3344730a]162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
[7dd6e8d]212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 614/bsps
24        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
25
[4309f49b]262004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
27
28        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
29        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
30        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
31        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
32        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
33        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
34        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
35        <rtems/m68k/m68302.h> instead of <m68302.h>.
36
[f286330]372004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
40
[fb7a141]412004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
44        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
45        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
46
[a4318d0c]472004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
50        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
51        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
52        using c99 fixed size types.
53
[2a7f9a28]542004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect changes to bsp.am.
57        Preinstall dist_project_lib*.
58
[6ac101b]592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Reflect changes to bsp.am.
62
[c24d7c84]632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
66
[4cb9d26]672004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Pickup files from ../../m68k/shared instead of
70        ../shared. Reformat.
71
[bd5b4e56]722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
75
[c95ab0d7]762004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
79        ANSI-C compliant.
80        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
81        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
82        wrapup/Makefile.am.
83        Use automake compilation rules.
84        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
85        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
86        Remove.
87        * configure.ac: Reflect changes above.
88
[7fc5229c]892004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Add PREINSTALL_DIRS.
92        * wrapup/Makefile.am: Reflect changes to libcpu.
93
[3cdac3ee]942004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Remove non-existing times from EXTRA_DIST.
97        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
98        * wrapup/Makefile.am: Reflect changes to libcpu.
99
[232a22d]1002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
103        Add PRE/TMPINSTALL_FILES to CLEANFILES.
104        * start/Makefile.am: Ditto.
105        * startup/Makefile.am: Ditto.
106
[6411947]1072004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Eliminate $(LIB).
110        Use noinst_DATA to trigger building libbsp.a.
111
[b35414a]1122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
115        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
116
[935773b]1172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
120        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
121
[810720b6]1222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
125
[4d5d97b]1262003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * start/Makefile.am: Misc cleanups and fixes.
129        * startup/Makefile.am: Misc cleanups and fixes.
130        * wrapup/Makefile.am: Misc cleanups and fixes.
131
[d4ee0ce]1322003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Add preinstallation dirstamp support.
135        * clock/Makefile.am: Cosmetics.
136        * console/Makefile.am: Cosmetics.
137        * startup/Makefile.am: Cosmetics.
138        * timer/Makefile.am: Cosmetics.
139        * wrapup/Makefile.am: Cosmetics.
140
[5ceaa08]1412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * clock/Makefile.am: Remove all-local: $(ARCH).
144        * console/Makefile.am: Remove all-local: $(ARCH).
145        * start/Makefile.am: Remove all-local: $(ARCH).
146        * startup/Makefile.am: Remove all-local: $(ARCH).
147        * timer/Makefile.am: Remove all-local: $(ARCH).
148        * wrapup/Makefile.am: Remove all-local: $(ARCH).
149
[85ad55d]1502003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * include/bsp.h: Replace stringification madness to pick up bare.h
153        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
154
[2821666f]1552003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Merge-in include/Makefile.am.
158        Reflect changes to bsp.am.
159        * include/Makefile.am: Remove.
160        * configure.ac: Reflect changes above.
161
[a1546de]1622003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * bsp_specs: Remove *lib:.
165
[f321db19]1662003-09-04      Joel Sherrill <joel@OARcorp.com>
167
168        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
169        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
170        license changed.
171
[0dbc344e]1722003-09-04      Joel Sherrill <joel@OARcorp.com>
173
174        * start/debugreset.S, start/reset.S: Removed incorrect statement about
175        copyright assignment.
176
[fe8bc62f]1772003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Reflect having moved aclocal/.
180
[a4aeb92]1812003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
[c483a4e]183        * Makefile.am: Reflect having moved automake/.
184        * clock/Makefile.am: Reflect having moved automake/.
185        * console/Makefile.am: Reflect having moved automake/.
186        * include/Makefile.am: Reflect having moved automake/.
187        * start/Makefile.am: Reflect having moved automake/.
188        * startup/Makefile.am: Reflect having moved automake/.
189        * timer/Makefile.am: Reflect having moved automake/.
190        * wrapup/Makefile.am: Reflect having moved automake/.
[a4aeb92]191
[317458ce]1922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
[75fcb394]194        PR 452/bsps
[317458ce]195        * startup/Makefile.am: Remove USE_INIT_FINI.
196
[7dcc3fe]1972003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
200
[d266acd2]2012003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
[75fcb394]203        PR 445/bsps
[d266acd2]204        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
205        Remove cpp, old_cpp (now unused).
206
[94b81961]2072003-06-22      Chris Johns <cjohns@cybertec.com.au>
208
[14ea772]209        PR 264/bsps
210        PR 414/bsps
[94b81961]211        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
212        PR264 - Stopped the core dump by removing the bad instruction.
213        PR414 - Fixed the global interupt vector register.
214        Linker command file to have the boot code in the first 8K.
215        The chip select remap needed to be volatile.
216
[7a97f26]2172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Remove AC_CONFIG_AUX_DIR.
220
[ccd81b60]2212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
224
[9b5c258]2252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: AC_PREREQ(2.57).
228
[1d36d2af]2292003-01-20      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/linkcmds*: Add FreeBSD sysctl() sections.
232
[887458a1]2332002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240
[59a01a6e]2412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: Use install-data-local to install startfile.
244
[b5a2912f]2452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248
[80277b8]2492002-11-01      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/m68k-stub.c: Removed typos.
252
[f799d21c]2532002-11-01      Joel Sherrill <joel@OARcorp.com>
254
255        * startup/m68k-stub.c: Removed warnings.
256
[8730f45]2572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * .cvsignore: Reformat.
260        Add autom4te*cache.
261        Remove autom4te.cache.
262
[0308c805]2632002-08-21      Joel Sherrill <joel@OARcorp.com>
264
265        * wrapup/Makefile.am: PR217 required that the idle task be moved to
266        libcpu so it could be more acutely aware of the CPU model.  This
267        file was modified to pick up the idle task from there.
268
[a2ae30c2]2692002-08-21      Joel Sherrill <joel@OARcorp.com>
270
271        * bsp_specs: Added support for -nostdlibs.
272
[88a67b6]2732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
281
[ef39005]2822002-08-07      Joel Sherrill <joel@OARcorp.com>
283
284        * start/Makefile.am: Pick up rest of Ralf'f changes and use
285        cp not make-rel since there is no point in this case.
286        * start/debugreset.S: Rights were not assigned.
287        * start/reset.S: Add ifdef to avoid core dump until Chris can
288        track it down.
289        * start/cpuboot.c: Moved to startup.
290        * startup/Makefile.am: Account for above.
291
[c23386a]2922002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
295        anywhere).
296        Add ODS60302_DEBUG conditional.
297        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
298        * configure.ac: Add --enable-ods60302-debug.
299        Add ODS60302_DEBUG conditional.
300
[75adbe5f]3012002-08-05      Joel Sherrill <joel@OARcorp.com>
302
303        * Per PR260 eliminate use of make-target-options.  This impacted
304        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
305        SuperCore and required that the m68k optimized memcpy be moved
306        to libcpu.
307        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
308
[4375911b]3092002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * start/Makefile.am: Fix bug in previous patch.
312        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
313
[18e3bb6]3142002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * start/Makefile.am: Eliminate PGM.
317        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
318
[25cdd2b]3192002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
322
[445c0a0]3232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
326        Remove $(OBJS) from all-local.
327
[80defac]3282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
331
[85c92574]3322001-05-09      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/linkcmds: In support of gcc 3.1, added one of more
335        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
336        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
337        and direction of segments to memory regions may also have been
338        addressed.  This was a sweep across all BSPs.
339 
[ddd9abf]3402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac:
343        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
344        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
345        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
353
[9e1ae79]3542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
357
[5e2dce0]3582001-11-27      Joel Sherrill <joel@OARcorp.com>,
359
360        This was tracked as PR39.
361        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
362        startup/linkcmds, startup/rom: Eliminated required definition of
363        macros in the custom file for the BSP to compile.  The ROM and ROM
364        address and size settings are now linker script items. 
365
[df25c998]3662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
369        * configure.in: Remove.
370        * configure.ac: New file, generated from configure.in by autoupdate.
371
[cf282090]3722001-09-27      Joel Sherrill <joel@OARcorp.com>
373
374        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
375
[c1767be0]3762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
379
[1f17d21]3802001-06-19      Joel Sherrill <joel@OARcorp.com>
381
382        * include/Makefile.am: Fixed typo.
383
[4906d72f]3842001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.in: Add bspopts.h.
387        * include/.cvsignore: Add bspopts.h*, stamp-h*.
388        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
389        * include/bsp.h: Include bspopts.h.
390
[6f21328]3912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
392
393        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
394
[feead226]3952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
398
[a314d3b4]3992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
402
[eba2e4f]4032000-11-01      Joel Sherrill <joel@OARcorp.com>
404
405        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
406        and libcsupport.h moved from libc to lib/include/rtems and
407        now must be referenced as <rtems/XXX.h>.   Header file order
408        was cleaned up while doing this.
409
[e83378d]4102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
413        Switch to GNU canonicalization.
414
[f52111f]4152000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
416
417        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
418
[9f30a08b]4192000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
420
421        * startup/linkcmds: Added lines so DWARF debug information
422        would be available.  Otherwise gdb complains that the offsets
423        for the debug info are incorrect and doesn't load the files.
424
[476b632]4252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
428        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
429        compile.am
430
[e94ad1fe]4312000-08-10      Joel Sherrill <joel@OARcorp.com>
432
433        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.