source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 29b8afb

4.104.114.84.95
Last change on this file since 29b8afb was 29b8afb, checked in by Joel Sherrill <joel.sherrill@…>, on 07/25/04 at 14:25:15

2004-07-25 Joel Sherrill <joel@…>

  • Makefile.am: Add -DINSIDE_RTEMS_BSD_TCPIP_STACK for network.
  • Property mode set to 100644
File size: 13.0 KB
Line 
12004-07-25      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
4
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
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
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
262004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
29        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
30
312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
34        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
35        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
36        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
37
382004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
41        Convert to using c99 fixed size types.
42
432004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Reflect changes to bsp.am.
46        Preinstall dist_project_lib*.
47
482004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reflect changes to bsp.am.
51
522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
55
562004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Pickup files from ../../i386/shared instead of
59        ../shared. Reformat.
60
612004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
64        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
65        wrapup/Makefile.am. Use automake compilation rules.
66        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
67        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
68        * configure.ac: Reflect changes above.
69
702004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
73        Add RTEMS_PROG_CCAS.
74
752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add PREINSTALL_DIRS.
78        * wrapup/Makefile.am: Reflect changes to libcpu.
79
802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
83        Add PRE/TMPINSTALL_FILES to CLEANFILES.
84        * startup/Makefile.am: Ditto.
85
862004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: Remove.
89        * Makefile.am: Merge-in start/Makefile.am.
90        * configure.ac: Reflect changes above.
91
922004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate $(LIB).
95        Use noinst_DATA to trigger building libbsp.a.
96
972003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106
1072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
110
1112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Cosmetics.
114
1152003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: Misc cleanups and fixes.
118        * startup/Makefile.am: Misc cleanups and fixes.
119        * wrapup/Makefile.am: Misc cleanups and fixes.
120
1212003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Add preinstallation dirstamp support.
124        * clock/Makefile.am: Cosmetics.
125        * console/Makefile.am: Cosmetics.
126        * network/Makefile.am: Cosmetics.
127        * startup/Makefile.am: Cosmetics.
128        * timer/Makefile.am: Cosmetics.
129        * wrapup/Makefile.am: Cosmetics
130
1312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * clock/Makefile.am: Remove all-local: $(ARCH).
134        * console/Makefile.am: Remove all-local: $(ARCH).
135        * network/Makefile.am: Remove all-local: $(ARCH).
136        * start/Makefile.am: Remove all-local: $(ARCH).
137        * startup/Makefile.am: Remove all-local: $(ARCH).
138        * timer/Makefile.am: Remove all-local: $(ARCH).
139        * wrapup/Makefile.am: Remove all-local: $(ARCH).
140
1412003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Merge-in include/Makefile.am.
144        Reflect changes to bsp.am.
145        * include/Makefile.am: Remove.
146        * configure.ac: Reflect changes above.
147
1482003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * bsp_specs: Remove *lib:.
151
1522003-09-04      Joel Sherrill <joel@OARcorp.com>
153
154        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
155        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
156        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
157        timer/timer.c, timer/timerisr.S: URL for license changed.
158
1592003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Reflect having moved aclocal/.
162
1632003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect having moved automake/.
166        * clock/Makefile.am: Reflect having moved automake/.
167        * console/Makefile.am: Reflect having moved automake/.
168        * include/Makefile.am: Reflect having moved automake/.
169        * network/Makefile.am: Reflect having moved automake/.
170        * start/Makefile.am: Reflect having moved automake/.
171        * startup/Makefile.am: Reflect having moved automake/.
172        * timer/Makefile.am: Reflect having moved automake/.
173        * wrapup/Makefile.am: Reflect having moved automake/.
174
1752003-08-13      Joel Sherrill <joel@OARcorp.com>
176
177        PR 451/bsps
178        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
179
1802003-08-11      Joel Sherrill <joel@OARcorp.com>
181
182        PR 450/make_build
183        * startup/linkcmds: Added .eh_frame
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
188
1892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        PR 445/bsps
192        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
193        Remove cpp, old_cpp (now unused).
194
1952003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
198
1992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove AC_CONFIG_AUX_DIR.
202
2032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
206
2072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: AC_PREREQ(2.57).
210
2112003-01-20      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
214
2152002-12-19      Joel Sherrill <joel@OARcorp.com>
216
217        * console/console.c: Removed __assert() which conflicts with newlib.
218
2192002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227
2282002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/Makefile.am: Use install-data-local to install startfile.
231
2322002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235
2362002-11-04      Joel Sherrill <joel@OARcorp.com>
237
238        * network/network.c: Removed warnings.
239
2402002-11-04      Joel Sherrill <joel@OARcorp.com>
241
242        * console/console.c, network/network.c: Removed warnings.
243
2442002-11-01      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/bspstart.c: Removed warnings.
247
2482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * .cvsignore: Reformat.
251        Add autom4te*cache.
252        Remove autom4te.cache.
253
2542002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
257
2582002-08-21      Joel Sherrill <joel@OARcorp.com>
259
260        * bsp_specs: Added support for -nostdlibs.
261
2622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
271
2722002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * startup/bspstart.c: Per PR252 removed hack that tripled size of
275        RTEMS Workspace when POSIX is configured.  This was probably done to
276        account for confdefs.h missing some application requirements.
277
2782002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Eliminate PGM.
281        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
282
2832002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
286
2872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
290        Remove $(OBJS) from all-local.
291
2922002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
295
2962001-05-09      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/linkcmds: In support of gcc 3.1, added one of more
299        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
300        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
301        and direction of segments to memory regions may also have been
302        addressed.  This was a sweep across all BSPs.
303 
3042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * include/bsp.h: include <libcpu/cpu.h>.
307
3082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac:
311        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
312        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
313        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
322
3232002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac: Remove stray ';', PR 139.
326
3272002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
330
3312001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
334        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
335
3362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
339
3402001-10-25      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/linkcmds: Added _init and _fini.
343
3442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
347        * configure.in: Remove.
348        * configure.ac: New file, generated from configure.in by autoupdate.
349
3502001-09-27      Joel Sherrill <joel@OARcorp.com>
351
352        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
353
3542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
357
3582001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.in: Add bspopts.h.
361        * include/bsp.h: Include bspopts.h.
362        * include/.cvsignore: Add bspopts.h*, stamp-h*.
363        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
364        * start/Makefile.am: Dito.
365        * network/Makefile.am: Dito.
366
3672001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
370
3712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
374
3752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
378
3792000-11-01      Joel Sherrill <joel@OARcorp.com>
380
381        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
382        and libcsupport.h moved from libc to lib/include/rtems and
383        now must be referenced as <rtems/XXX.h>.   Header file order
384        was cleaned up while doing this.
385
3862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
389        Switch to GNU canonicalization.
390
3912000-10-20      Joel Sherrill <joel@OARcorp.com>
392
393        * console/console.c: Invoke BSP_uart_init() with enough arguments
394        now that more communication parameters are settable.
395
3962000-10-17      Joel Sherrill <joel@OARcorp.com>
397
398        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
399        to libbsp/i386/shared/irq.
400
4012000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
402
403        * startup/linkcmds: Added lines so DWARF debug information
404        would be available.  Otherwise gdb complains that the offsets
405        for the debug info are incorrect and doesn't load the files.
406
4072000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
410
4112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
414        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
415        wrapup/Makefile.am: Include compile.am
416
4172000-08-10      Joel Sherrill <joel@OARcorp.com>
418
419        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.