source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 20777a5e

4.104.114.84.95
Last change on this file since 20777a5e was 20777a5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/15/06 at 06:00:10

2006-12-15 Ralf Corsépius <ralf.corsepius@…>

  • network/network.c: Use ioctl_command_t as arg in ioctl-functions.
  • Property mode set to 100644
File size: 13.6 KB
Line 
12006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
4
52006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: New BUG-REPORT address.
8
92006-11-15      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
12        file and simplified initialization.
13
142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Remove superfluous -DASM.
17
182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Require autoconf-2.60. Require automake-1.10.
21
222006-02-08      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add sections required by newer gcc versions.
25
262006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Add preinstall.am.
29
302005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
33
342005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * include/bsp.h: New header guard.
37
382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
41
422005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Remove build-variant support.
45
462004-11-25      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
49
502004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * configure.ac: Require automake > 1.9.
53
542004-07-25      Joel Sherrill <joel@OARcorp.com>
55
56        * network/network.c: Add include of <sys/errno.h>.
57
582004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        PR 610/bsps
61        * Makefile.am: Add include/tm27.h, Cosmetics.
62        * include/tm27.h: Final cosmetics.
63
642004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * include/bsp.h: Split out tmtest27 support.
67        * include/tm27.h: New.
68
692004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        PR 613/bsps
72        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
73
742004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        PR 614/bsps
77        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
78
792004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
80
81        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
82        c/src/lib/libbsp/m68k/gen68302/console/console.c,
83        c/src/lib/libbsp/m68k/gen68302/network/network.c,
84        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
85        <rtems/m68k/m68302.h> instead of <m68302.h>.
86
872004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
90        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
91
922004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
95        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
96        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
97
982004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * clock/ckinit.c, console/console.c, include/bsp.h,
101        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
102        using c99 fixed size types.
103
1042004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Reflect changes to bsp.am.
107        Preinstall dist_project_lib*.
108
1092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Reflect changes to bsp.am.
112
1132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
116
1172004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Pickup files from ../../m68k/shared instead of
120        ../shared. Reformat.
121
1222004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
125
1262004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
129        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
130        wrapup/Makefile.am. Use automake compilation rules.
131        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
132        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
133        * configure.ac: Reflect changes above.
134
1352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Add PREINSTALL_DIRS.
138        * wrapup/Makefile.am: Reflect changes to libcpu.
139
1402004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Reflect changes to libcpu.
143
1442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
147        Add PRE/TMPINSTALL_FILES to CLEANFILES.
148        * startup/Makefile.am: Ditto.
149
1502004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * start/Makefile.am: Remove.
153        * Makefile.am: Merge-in start/Makefile.am.
154        * configure.ac: Reflect changes above.
155
1562004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * wrapup/Makefile.am: Eliminate $(LIB).
159        Use noinst_DATA to trigger building libbsp.a.
160
1612003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
164        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
165
1662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
169        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
170
1712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
174
1752003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Misc cleanups and fixes.
178        * startup/Makefile.am: Misc cleanups and fixes.
179        * wrapup/Makefile.am: Misc cleanups and fixes.
180
1812003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Add preinstallation dirstamp support.
184        * clock/Makefile.am: Cosmetics.
185        * console/Makefile.am: Cosmetics.
186        * network/Makefile.am: Cosmetics.
187        * startup/Makefile.am: Cosmetics.
188        * timer/Makefile.am: Cosmetics.
189        * wrapup/Makefile.am: Cosmetics.
190
1912003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * clock/Makefile.am: Remove all-local: $(ARCH).
194        * console/Makefile.am: Remove all-local: $(ARCH).
195        * network/Makefile.am: Remove all-local: $(ARCH).
196        * start/Makefile.am: Remove all-local: $(ARCH).
197        * startup/Makefile.am: Remove all-local: $(ARCH).
198        * timer/Makefile.am: Remove all-local: $(ARCH).
199        * wrapup/Makefile.am: Remove all-local: $(ARCH).
200
2012003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Merge-in include/Makefile.am.
204        Reflect changes to bsp.am.
205        * include/Makefile.am: Remove.
206        * configure.ac: Reflect changes above.
207
2082003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * bsp_specs: Remove *lib:.
211
2122003-09-04      Joel Sherrill <joel@OARcorp.com>
213
214        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
215        start/start.S, startup/bspclean.c, startup/bspstart.c,
216        startup/linkcmds, timer/timer.c: URL for license changed.
217
2182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Reflect having moved aclocal/.
221
2222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Reflect having moved automake/.
225        * clock/Makefile.am: Reflect having moved automake/.
226        * console/Makefile.am: Reflect having moved automake/.
227        * include/Makefile.am: Reflect having moved automake/.
228        * network/Makefile.am: Reflect having moved automake/.
229        * start/Makefile.am: Reflect having moved automake/.
230        * startup/Makefile.am: Reflect having moved automake/.
231        * timer/Makefile.am: Reflect having moved automake/.
232        * wrapup/Makefile.am: Reflect having moved automake/.
233
2342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        PR 452/bsps
237        * startup/Makefile.am: Remove USE_INIT_FINI.
238
2392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
242
2432003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        PR 445/bsps
246        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
247        Remove cpp, old_cpp (now unused).
248
2492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove AC_CONFIG_AUX_DIR.
252
2532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
256
2572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: AC_PREREQ(2.57).
260
2612003-01-20      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/linkcmds*: Add FreeBSD sysctl() sections.
264
2652002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273
2742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * start/Makefile.am: Use install-data-local to install startfile.
277
2782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281
2822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * .cvsignore: Reformat.
285        Add autom4te*cache.
286        Remove autom4te.cache.
287
2882002-08-21      Joel Sherrill <joel@OARcorp.com>
289
290        * wrapup/Makefile.am: PR217 required that the idle task be moved to
291        libcpu so it could be more acutely aware of the CPU model.  This
292        file was modified to pick up the idle task from there.
293
2942002-08-21      Joel Sherrill <joel@OARcorp.com>
295
296        * bsp_specs: Added support for -nostdlibs.
297
2982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
307
3082002-08-05      Joel Sherrill <joel@OARcorp.com>
309
310        * Per PR260 eliminate use of make-target-options.  This impacted
311        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
312        SuperCore and required that the m68k optimized memcpy be moved
313        to libcpu.
314        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
315
3162002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * start/Makefile.am: Eliminate PGM.
319        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
320
3212002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
324
3252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
328        Remove $(OBJS) from all-local.
329
3302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
333
3342001-05-09      Joel Sherrill <joel@OARcorp.com>
335
336        * startup/linkcmds: In support of gcc 3.1, added one of more
337        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
338        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
339        and direction of segments to memory regions may also have been
340        addressed.  This was a sweep across all BSPs.
341 
3422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac:
345        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
346        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
347        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
356
3572001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
360
3612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
364        * configure.in: Remove.
365        * configure.ac: New file, generated from configure.in by autoupdate.
366
3672001-09-27      Joel Sherrill <joel@OARcorp.com>
368
369        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
370
3712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
374
3752001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.in: Add bspopts.h.
378        * include/.cvsignore: Add bspopts.h*, stamp-h*.
379        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
380        * include/bsp.h: Include bspopts.h.
381
3822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
383
384        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
385
3862000-12-14      Joel Sherrill <joel@OARcorp.com>
387
388        * network/network.c: Removed unused variable warnings.
389
3902000-12-11      Joel Sherrill <joel@OARcorp.com>
391
392        * Makefile.am, configure.in, include/Makefile.am,
393        wrapup/Makefile.am: Updated to reflect addition of network driver
394        by  Franck Julien <FranckJ@cxr.fr>.
395        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
396        network/network.c: New file.
397
3982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
401
4022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
405
4062000-11-01      Joel Sherrill <joel@OARcorp.com>
407
408        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
409        libcsupport.h moved from libc to lib/include/rtems and
410        now must be referenced as <rtems/XXX.h>.   Header file order
411        was cleaned up while doing this.
412
4132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
416        Switch to GNU canonicalization.
417
4182000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
419
420        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
421
4222000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
423
424        * startup/linkcmds: Added lines so DWARF debug information
425        would be available.  Otherwise gdb complains that the offsets
426        for the debug info are incorrect and doesn't load the files.
427
4282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
431        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
432        compile.am
433
4342000-08-10      Joel Sherrill <joel@OARcorp.com>
435
436        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.