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

4.104.114.84.95
Last change on this file since 4309f49b was 4309f49b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/03/04 at 08:45:54

2004-04-03 Ralf Corsepiu <ralf_corsepiu@…>

  • c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c, c/src/lib/libbsp/m68k/ods68302/include/bsp.h, c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c, c/src/lib/libbsp/m68k/ods68302/startup/crc.c, c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c, c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c, c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include <rtems/m68k/m68302.h> instead of <m68302.h>.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
2
3        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
4        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
5        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
6        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
7        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
8        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
9        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
10        <rtems/m68k/m68302.h> instead of <m68302.h>.
11
122004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
15
162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
19        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
20        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
21
222004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
25        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
26        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
27        using c99 fixed size types.
28
292004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect changes to bsp.am.
32        Preinstall dist_project_lib*.
33
342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Reflect changes to bsp.am.
37
382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
41
422004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Pickup files from ../../m68k/shared instead of
45        ../shared. Reformat.
46
472004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
50
512004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
54        ANSI-C compliant.
55        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
56        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
57        wrapup/Makefile.am.
58        Use automake compilation rules.
59        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
60        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
61        Remove.
62        * configure.ac: Reflect changes above.
63
642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add PREINSTALL_DIRS.
67        * wrapup/Makefile.am: Reflect changes to libcpu.
68
692004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Remove non-existing times from EXTRA_DIST.
72        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
73        * wrapup/Makefile.am: Reflect changes to libcpu.
74
752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
78        Add PRE/TMPINSTALL_FILES to CLEANFILES.
79        * start/Makefile.am: Ditto.
80        * startup/Makefile.am: Ditto.
81
822004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Eliminate $(LIB).
85        Use noinst_DATA to trigger building libbsp.a.
86
872003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
90        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
91
922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
95        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
100
1012003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Misc cleanups and fixes.
104        * startup/Makefile.am: Misc cleanups and fixes.
105        * wrapup/Makefile.am: Misc cleanups and fixes.
106
1072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Add preinstallation dirstamp support.
110        * clock/Makefile.am: Cosmetics.
111        * console/Makefile.am: Cosmetics.
112        * startup/Makefile.am: Cosmetics.
113        * timer/Makefile.am: Cosmetics.
114        * wrapup/Makefile.am: Cosmetics.
115
1162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * clock/Makefile.am: Remove all-local: $(ARCH).
119        * console/Makefile.am: Remove all-local: $(ARCH).
120        * start/Makefile.am: Remove all-local: $(ARCH).
121        * startup/Makefile.am: Remove all-local: $(ARCH).
122        * timer/Makefile.am: Remove all-local: $(ARCH).
123        * wrapup/Makefile.am: Remove all-local: $(ARCH).
124
1252003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * include/bsp.h: Replace stringification madness to pick up bare.h
128        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
129
1302003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Merge-in include/Makefile.am.
133        Reflect changes to bsp.am.
134        * include/Makefile.am: Remove.
135        * configure.ac: Reflect changes above.
136
1372003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * bsp_specs: Remove *lib:.
140
1412003-09-04      Joel Sherrill <joel@OARcorp.com>
142
143        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
144        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
145        license changed.
146
1472003-09-04      Joel Sherrill <joel@OARcorp.com>
148
149        * start/debugreset.S, start/reset.S: Removed incorrect statement about
150        copyright assignment.
151
1522003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Reflect having moved aclocal/.
155
1562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Reflect having moved automake/.
159        * clock/Makefile.am: Reflect having moved automake/.
160        * console/Makefile.am: Reflect having moved automake/.
161        * include/Makefile.am: Reflect having moved automake/.
162        * start/Makefile.am: Reflect having moved automake/.
163        * startup/Makefile.am: Reflect having moved automake/.
164        * timer/Makefile.am: Reflect having moved automake/.
165        * wrapup/Makefile.am: Reflect having moved automake/.
166
1672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        PR 452/bsps
170        * startup/Makefile.am: Remove USE_INIT_FINI.
171
1722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
175
1762003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        PR 445/bsps
179        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
180        Remove cpp, old_cpp (now unused).
181
1822003-06-22      Chris Johns <cjohns@cybertec.com.au>
183
184        PR 264/bsps
185        PR 414/bsps
186        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
187        PR264 - Stopped the core dump by removing the bad instruction.
188        PR414 - Fixed the global interupt vector register.
189        Linker command file to have the boot code in the first 8K.
190        The chip select remap needed to be volatile.
191
1922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove AC_CONFIG_AUX_DIR.
195
1962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
199
2002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: AC_PREREQ(2.57).
203
2042003-01-20      Joel Sherrill <joel@OARcorp.com>
205
206        * startup/linkcmds*: Add FreeBSD sysctl() sections.
207
2082002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215
2162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * start/Makefile.am: Use install-data-local to install startfile.
219
2202002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223
2242002-11-01      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/m68k-stub.c: Removed typos.
227
2282002-11-01      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/m68k-stub.c: Removed warnings.
231
2322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * .cvsignore: Reformat.
235        Add autom4te*cache.
236        Remove autom4te.cache.
237
2382002-08-21      Joel Sherrill <joel@OARcorp.com>
239
240        * wrapup/Makefile.am: PR217 required that the idle task be moved to
241        libcpu so it could be more acutely aware of the CPU model.  This
242        file was modified to pick up the idle task from there.
243
2442002-08-21      Joel Sherrill <joel@OARcorp.com>
245
246        * bsp_specs: Added support for -nostdlibs.
247
2482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
251        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
256
2572002-08-07      Joel Sherrill <joel@OARcorp.com>
258
259        * start/Makefile.am: Pick up rest of Ralf'f changes and use
260        cp not make-rel since there is no point in this case.
261        * start/debugreset.S: Rights were not assigned.
262        * start/reset.S: Add ifdef to avoid core dump until Chris can
263        track it down.
264        * start/cpuboot.c: Moved to startup.
265        * startup/Makefile.am: Account for above.
266
2672002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
270        anywhere).
271        Add ODS60302_DEBUG conditional.
272        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
273        * configure.ac: Add --enable-ods60302-debug.
274        Add ODS60302_DEBUG conditional.
275
2762002-08-05      Joel Sherrill <joel@OARcorp.com>
277
278        * Per PR260 eliminate use of make-target-options.  This impacted
279        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
280        SuperCore and required that the m68k optimized memcpy be moved
281        to libcpu.
282        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
283
2842002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * start/Makefile.am: Fix bug in previous patch.
287        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
288
2892002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: Eliminate PGM.
292        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
293
2942002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
297
2982002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
301        Remove $(OBJS) from all-local.
302
3032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
306
3072001-05-09      Joel Sherrill <joel@OARcorp.com>
308
309        * startup/linkcmds: In support of gcc 3.1, added one of more
310        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
311        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
312        and direction of segments to memory regions may also have been
313        addressed.  This was a sweep across all BSPs.
314 
3152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac:
318        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
319        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
320        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
328
3292001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
332
3332001-11-27      Joel Sherrill <joel@OARcorp.com>,
334
335        This was tracked as PR39.
336        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
337        startup/linkcmds, startup/rom: Eliminated required definition of
338        macros in the custom file for the BSP to compile.  The ROM and ROM
339        address and size settings are now linker script items. 
340
3412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
344        * configure.in: Remove.
345        * configure.ac: New file, generated from configure.in by autoupdate.
346
3472001-09-27      Joel Sherrill <joel@OARcorp.com>
348
349        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
350
3512001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
354
3552001-06-19      Joel Sherrill <joel@OARcorp.com>
356
357        * include/Makefile.am: Fixed typo.
358
3592001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.in: Add bspopts.h.
362        * include/.cvsignore: Add bspopts.h*, stamp-h*.
363        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
364        * include/bsp.h: Include bspopts.h.
365
3662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
367
368        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
369
3702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
373
3742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
377
3782000-11-01      Joel Sherrill <joel@OARcorp.com>
379
380        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
381        and libcsupport.h moved from libc to lib/include/rtems and
382        now must be referenced as <rtems/XXX.h>.   Header file order
383        was cleaned up while doing this.
384
3852000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
388        Switch to GNU canonicalization.
389
3902000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
391
392        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
393
3942000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
395
396        * startup/linkcmds: Added lines so DWARF debug information
397        would be available.  Otherwise gdb complains that the offsets
398        for the debug info are incorrect and doesn't load the files.
399
4002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
403        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
404        compile.am
405
4062000-08-10      Joel Sherrill <joel@OARcorp.com>
407
408        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.