source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 3344730a

4.104.114.84.95
Last change on this file since 3344730a was 3344730a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:21:25

2004-04-21 Ralf Corsepius <ralf_corsepius@…>

PR 613/bsps

  • include/bsp.h: Remove MAX_LONG_TEST_DURATION.
  • Property mode set to 100644
File size: 11.8 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 613/bsps
4        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 614/bsps
9        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
10
112004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
12
13        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
14        c/src/lib/libbsp/m68k/gen68302/console/console.c,
15        c/src/lib/libbsp/m68k/gen68302/network/network.c,
16        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
17        <rtems/m68k/m68302.h> instead of <m68302.h>.
18
192004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
22        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
23
242004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
27        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
28        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
29
302004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * clock/ckinit.c, console/console.c, include/bsp.h,
33        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
34        using c99 fixed size types.
35
362004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect changes to bsp.am.
39        Preinstall dist_project_lib*.
40
412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect changes to bsp.am.
44
452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
48
492004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Pickup files from ../../m68k/shared instead of
52        ../shared. Reformat.
53
542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
57
582004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
61        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
62        wrapup/Makefile.am. Use automake compilation rules.
63        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
64        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
65        * configure.ac: Reflect changes above.
66
672004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Add PREINSTALL_DIRS.
70        * wrapup/Makefile.am: Reflect changes to libcpu.
71
722004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Reflect changes to libcpu.
75
762004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
79        Add PRE/TMPINSTALL_FILES to CLEANFILES.
80        * startup/Makefile.am: Ditto.
81
822004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: Remove.
85        * Makefile.am: Merge-in start/Makefile.am.
86        * configure.ac: Reflect changes above.
87
882004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Eliminate $(LIB).
91        Use noinst_DATA to trigger building libbsp.a.
92
932003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
96        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
97
982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
102
1032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
106
1072003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * start/Makefile.am: Misc cleanups and fixes.
110        * startup/Makefile.am: Misc cleanups and fixes.
111        * wrapup/Makefile.am: Misc cleanups and fixes.
112
1132003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Add preinstallation dirstamp support.
116        * clock/Makefile.am: Cosmetics.
117        * console/Makefile.am: Cosmetics.
118        * network/Makefile.am: Cosmetics.
119        * startup/Makefile.am: Cosmetics.
120        * timer/Makefile.am: Cosmetics.
121        * wrapup/Makefile.am: Cosmetics.
122
1232003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * clock/Makefile.am: Remove all-local: $(ARCH).
126        * console/Makefile.am: Remove all-local: $(ARCH).
127        * network/Makefile.am: Remove all-local: $(ARCH).
128        * start/Makefile.am: Remove all-local: $(ARCH).
129        * startup/Makefile.am: Remove all-local: $(ARCH).
130        * timer/Makefile.am: Remove all-local: $(ARCH).
131        * wrapup/Makefile.am: Remove all-local: $(ARCH).
132
1332003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Merge-in include/Makefile.am.
136        Reflect changes to bsp.am.
137        * include/Makefile.am: Remove.
138        * configure.ac: Reflect changes above.
139
1402003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * bsp_specs: Remove *lib:.
143
1442003-09-04      Joel Sherrill <joel@OARcorp.com>
145
146        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
147        start/start.S, startup/bspclean.c, startup/bspstart.c,
148        startup/linkcmds, timer/timer.c: URL for license changed.
149
1502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Reflect having moved aclocal/.
153
1542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Reflect having moved automake/.
157        * clock/Makefile.am: Reflect having moved automake/.
158        * console/Makefile.am: Reflect having moved automake/.
159        * include/Makefile.am: Reflect having moved automake/.
160        * network/Makefile.am: Reflect having moved automake/.
161        * start/Makefile.am: Reflect having moved automake/.
162        * startup/Makefile.am: Reflect having moved automake/.
163        * timer/Makefile.am: Reflect having moved automake/.
164        * wrapup/Makefile.am: Reflect having moved automake/.
165
1662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        PR 452/bsps
169        * startup/Makefile.am: Remove USE_INIT_FINI.
170
1712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
174
1752003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        PR 445/bsps
178        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
179        Remove cpp, old_cpp (now unused).
180
1812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Remove AC_CONFIG_AUX_DIR.
184
1852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
188
1892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: AC_PREREQ(2.57).
192
1932003-01-20      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds*: Add FreeBSD sysctl() sections.
196
1972002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205
2062002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * start/Makefile.am: Use install-data-local to install startfile.
209
2102002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213
2142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * .cvsignore: Reformat.
217        Add autom4te*cache.
218        Remove autom4te.cache.
219
2202002-08-21      Joel Sherrill <joel@OARcorp.com>
221
222        * wrapup/Makefile.am: PR217 required that the idle task be moved to
223        libcpu so it could be more acutely aware of the CPU model.  This
224        file was modified to pick up the idle task from there.
225
2262002-08-21      Joel Sherrill <joel@OARcorp.com>
227
228        * bsp_specs: Added support for -nostdlibs.
229
2302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
239
2402002-08-05      Joel Sherrill <joel@OARcorp.com>
241
242        * Per PR260 eliminate use of make-target-options.  This impacted
243        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
244        SuperCore and required that the m68k optimized memcpy be moved
245        to libcpu.
246        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
247
2482002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * start/Makefile.am: Eliminate PGM.
251        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
252
2532002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
256
2572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
260        Remove $(OBJS) from all-local.
261
2622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
265
2662001-05-09      Joel Sherrill <joel@OARcorp.com>
267
268        * startup/linkcmds: In support of gcc 3.1, added one of more
269        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
270        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
271        and direction of segments to memory regions may also have been
272        addressed.  This was a sweep across all BSPs.
273 
2742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac:
277        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
278        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
279        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
288
2892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
292
2932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
296        * configure.in: Remove.
297        * configure.ac: New file, generated from configure.in by autoupdate.
298
2992001-09-27      Joel Sherrill <joel@OARcorp.com>
300
301        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
302
3032001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
306
3072001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.in: Add bspopts.h.
310        * include/.cvsignore: Add bspopts.h*, stamp-h*.
311        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
312        * include/bsp.h: Include bspopts.h.
313
3142001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
315
316        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
317
3182000-12-14      Joel Sherrill <joel@OARcorp.com>
319
320        * network/network.c: Removed unused variable warnings.
321
3222000-12-11      Joel Sherrill <joel@OARcorp.com>
323
324        * Makefile.am, configure.in, include/Makefile.am,
325        wrapup/Makefile.am: Updated to reflect addition of network driver
326        by  Franck Julien <FranckJ@cxr.fr>.
327        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
328        network/network.c: New file.
329
3302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
333
3342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
337
3382000-11-01      Joel Sherrill <joel@OARcorp.com>
339
340        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
341        libcsupport.h moved from libc to lib/include/rtems and
342        now must be referenced as <rtems/XXX.h>.   Header file order
343        was cleaned up while doing this.
344
3452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
348        Switch to GNU canonicalization.
349
3502000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
351
352        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
353
3542000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
355
356        * startup/linkcmds: Added lines so DWARF debug information
357        would be available.  Otherwise gdb complains that the offsets
358        for the debug info are incorrect and doesn't load the files.
359
3602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
363        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
364        compile.am
365
3662000-08-10      Joel Sherrill <joel@OARcorp.com>
367
368        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.