source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 8523f60

4.104.114.84.95
Last change on this file since 8523f60 was 8523f60, checked in by Joel Sherrill <joel.sherrill@…>, on 04/15/05 at 20:15:36

2005-04-15 Joel Sherrill <joel@…>

  • network/network.c: Fix warnings.
  • Property mode set to 100644
File size: 13.5 KB
Line 
12005-04-15      Joel Sherrill <joel@OARcorp.com>
2
3        * network/network.c: Fix warnings.
4
52005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
8
92005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove build-variant support.
12
132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * configure.ac: Require automake > 1.9.
16
172004-07-28      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
20
212004-07-25      Joel Sherrill <joel@OARcorp.com>
22
23        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
24
252004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        PR 610/bsps
28        * Makefile.am: Add include/tm27.h, Cosmetics.
29        * include/tm27.h: Final cosmetics.
30
312004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * include/bsp.h: Split out tmtest27 support.
34        * include/tm27.h: New.
35
362004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        PR 613/bsps
39        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
40
412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 614/bsps
44        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
45
462004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
49        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
50
512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
54        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
55        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
56        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
57
582004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
61        Convert to using c99 fixed size types.
62
632004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Reflect changes to bsp.am.
66        Preinstall dist_project_lib*.
67
682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Reflect changes to bsp.am.
71
722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
75
762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Pickup files from ../../i386/shared instead of
79        ../shared. Reformat.
80
812004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
84        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
85        wrapup/Makefile.am. Use automake compilation rules.
86        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
87        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
88        * configure.ac: Reflect changes above.
89
902004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
93        Add RTEMS_PROG_CCAS.
94
952004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Add PREINSTALL_DIRS.
98        * wrapup/Makefile.am: Reflect changes to libcpu.
99
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        * startup/Makefile.am: Ditto.
105
1062004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am: Remove.
109        * Makefile.am: Merge-in start/Makefile.am.
110        * configure.ac: Reflect changes above.
111
1122004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Eliminate $(LIB).
115        Use noinst_DATA to trigger building libbsp.a.
116
1172003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
120        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
121
1222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
125        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
126
1272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
130
1312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Cosmetics.
134
1352003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: Misc cleanups and fixes.
138        * startup/Makefile.am: Misc cleanups and fixes.
139        * wrapup/Makefile.am: Misc cleanups and fixes.
140
1412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Add preinstallation dirstamp support.
144        * clock/Makefile.am: Cosmetics.
145        * console/Makefile.am: Cosmetics.
146        * network/Makefile.am: Cosmetics.
147        * startup/Makefile.am: Cosmetics.
148        * timer/Makefile.am: Cosmetics.
149        * wrapup/Makefile.am: Cosmetics
150
1512003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * clock/Makefile.am: Remove all-local: $(ARCH).
154        * console/Makefile.am: Remove all-local: $(ARCH).
155        * network/Makefile.am: Remove all-local: $(ARCH).
156        * start/Makefile.am: Remove all-local: $(ARCH).
157        * startup/Makefile.am: Remove all-local: $(ARCH).
158        * timer/Makefile.am: Remove all-local: $(ARCH).
159        * wrapup/Makefile.am: Remove all-local: $(ARCH).
160
1612003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Merge-in include/Makefile.am.
164        Reflect changes to bsp.am.
165        * include/Makefile.am: Remove.
166        * configure.ac: Reflect changes above.
167
1682003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * bsp_specs: Remove *lib:.
171
1722003-09-04      Joel Sherrill <joel@OARcorp.com>
173
174        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
175        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
176        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
177        timer/timer.c, timer/timerisr.S: URL for license changed.
178
1792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect having moved aclocal/.
182
1832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Reflect having moved automake/.
186        * clock/Makefile.am: Reflect having moved automake/.
187        * console/Makefile.am: Reflect having moved automake/.
188        * include/Makefile.am: Reflect having moved automake/.
189        * network/Makefile.am: Reflect having moved automake/.
190        * start/Makefile.am: Reflect having moved automake/.
191        * startup/Makefile.am: Reflect having moved automake/.
192        * timer/Makefile.am: Reflect having moved automake/.
193        * wrapup/Makefile.am: Reflect having moved automake/.
194
1952003-08-13      Joel Sherrill <joel@OARcorp.com>
196
197        PR 451/bsps
198        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
199
2002003-08-11      Joel Sherrill <joel@OARcorp.com>
201
202        PR 450/make_build
203        * startup/linkcmds: Added .eh_frame
204
2052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
208
2092003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        PR 445/bsps
212        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
213        Remove cpp, old_cpp (now unused).
214
2152003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
218
2192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove AC_CONFIG_AUX_DIR.
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AC_PREREQ(2.57).
230
2312003-01-20      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
234
2352002-12-19      Joel Sherrill <joel@OARcorp.com>
236
237        * console/console.c: Removed __assert() which conflicts with newlib.
238
2392002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247
2482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * start/Makefile.am: Use install-data-local to install startfile.
251
2522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255
2562002-11-04      Joel Sherrill <joel@OARcorp.com>
257
258        * network/network.c: Removed warnings.
259
2602002-11-04      Joel Sherrill <joel@OARcorp.com>
261
262        * console/console.c, network/network.c: Removed warnings.
263
2642002-11-01      Joel Sherrill <joel@OARcorp.com>
265
266        * startup/bspstart.c: Removed warnings.
267
2682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * .cvsignore: Reformat.
271        Add autom4te*cache.
272        Remove autom4te.cache.
273
2742002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
277
2782002-08-21      Joel Sherrill <joel@OARcorp.com>
279
280        * bsp_specs: Added support for -nostdlibs.
281
2822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
291
2922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * startup/bspstart.c: Per PR252 removed hack that tripled size of
295        RTEMS Workspace when POSIX is configured.  This was probably done to
296        account for confdefs.h missing some application requirements.
297
2982002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * start/Makefile.am: Eliminate PGM.
301        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
302
3032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
306
3072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
310        Remove $(OBJS) from all-local.
311
3122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
315
3162001-05-09      Joel Sherrill <joel@OARcorp.com>
317
318        * startup/linkcmds: In support of gcc 3.1, added one of more
319        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
320        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
321        and direction of segments to memory regions may also have been
322        addressed.  This was a sweep across all BSPs.
323 
3242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * include/bsp.h: include <libcpu/cpu.h>.
327
3282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac:
331        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
332        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
333        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
342
3432002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Remove stray ';', PR 139.
346
3472002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
350
3512001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
354        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
355
3562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
359
3602001-10-25      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/linkcmds: Added _init and _fini.
363
3642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
367        * configure.in: Remove.
368        * configure.ac: New file, generated from configure.in by autoupdate.
369
3702001-09-27      Joel Sherrill <joel@OARcorp.com>
371
372        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
373
3742001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
377
3782001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.in: Add bspopts.h.
381        * include/bsp.h: Include bspopts.h.
382        * include/.cvsignore: Add bspopts.h*, stamp-h*.
383        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
384        * start/Makefile.am: Dito.
385        * network/Makefile.am: Dito.
386
3872001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
390
3912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
394
3952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
398
3992000-11-01      Joel Sherrill <joel@OARcorp.com>
400
401        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
402        and libcsupport.h moved from libc to lib/include/rtems and
403        now must be referenced as <rtems/XXX.h>.   Header file order
404        was cleaned up while doing this.
405
4062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
409        Switch to GNU canonicalization.
410
4112000-10-20      Joel Sherrill <joel@OARcorp.com>
412
413        * console/console.c: Invoke BSP_uart_init() with enough arguments
414        now that more communication parameters are settable.
415
4162000-10-17      Joel Sherrill <joel@OARcorp.com>
417
418        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
419        to libbsp/i386/shared/irq.
420
4212000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
422
423        * startup/linkcmds: Added lines so DWARF debug information
424        would be available.  Otherwise gdb complains that the offsets
425        for the debug info are incorrect and doesn't load the files.
426
4272000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
430
4312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
434        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
435        wrapup/Makefile.am: Include compile.am
436
4372000-08-10      Joel Sherrill <joel@OARcorp.com>
438
439        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.