source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 80c6ce9

4.104.114.84.95
Last change on this file since 80c6ce9 was 80c6ce9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/07 at 03:07:36

2007-04-12 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove qrtems_debug.
  • Property mode set to 100644
File size: 15.3 KB
Line 
12007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Remove qrtems_debug.
4
52006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * network/network.c (uti596_ioctl): Use ioctl_command_t.
8
92006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: New BUG-REPORT address.
12
132006-11-15      Joel Sherrill <joel@OARcorp.com>
14
15        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
16        file and simplified initialization.
17
182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Remove superfluous -DASM.
21
222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Require autoconf-2.60. Require automake-1.10.
25
262006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Remove explicit ampolish3 support (now in
29        RTEMS_BSP_CONFIGURE).
30
312006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Add ampolish3 support.
34        * Makefile.am: Add preinstall.am.
35
362005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Add pci.rel.
39
402005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Install/preinstall headers from ../../i386/shared.
43
442005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * network/network.c: Remove #define KERNEL.
47        Include <errno.h>.
48        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
49
502005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * include/bsp.h: New header guard.
53
542005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
55
56        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
57        Moved irq.h to bsp subdirectory.
58
592005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
60
61        * clock/ckinit.c, console/console.c: Added support for
62        addition of parameter to ISRs.
63        * network/network.c: Modified parameter list to remove
64        warnings.
65
662005-04-15      Joel Sherrill <joel@OARcorp.com>
67
68        * network/network.c: Fix warnings.
69
702005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
73
742005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Remove build-variant support.
77
782004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * configure.ac: Require automake > 1.9.
81
822004-07-28      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
85
862004-07-25      Joel Sherrill <joel@OARcorp.com>
87
88        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
89
902004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        PR 610/bsps
93        * Makefile.am: Add include/tm27.h, Cosmetics.
94        * include/tm27.h: Final cosmetics.
95
962004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * include/bsp.h: Split out tmtest27 support.
99        * include/tm27.h: New.
100
1012004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        PR 613/bsps
104        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
105
1062004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        PR 614/bsps
109        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
110
1112004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
114        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
115
1162004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
119        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
120        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
121        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
122
1232004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
126        Convert to using c99 fixed size types.
127
1282004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Reflect changes to bsp.am.
131        Preinstall dist_project_lib*.
132
1332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Reflect changes to bsp.am.
136
1372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
140
1412004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Pickup files from ../../i386/shared instead of
144        ../shared. Reformat.
145
1462004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
149        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
150        wrapup/Makefile.am. Use automake compilation rules.
151        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
152        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
153        * configure.ac: Reflect changes above.
154
1552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
158        Add RTEMS_PROG_CCAS.
159
1602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Add PREINSTALL_DIRS.
163        * wrapup/Makefile.am: Reflect changes to libcpu.
164
1652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
168        Add PRE/TMPINSTALL_FILES to CLEANFILES.
169        * startup/Makefile.am: Ditto.
170
1712004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * start/Makefile.am: Remove.
174        * Makefile.am: Merge-in start/Makefile.am.
175        * configure.ac: Reflect changes above.
176
1772004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * wrapup/Makefile.am: Eliminate $(LIB).
180        Use noinst_DATA to trigger building libbsp.a.
181
1822003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
185        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
186
1872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
190        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
191
1922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
195
1962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * wrapup/Makefile.am: Cosmetics.
199
2002003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * start/Makefile.am: Misc cleanups and fixes.
203        * startup/Makefile.am: Misc cleanups and fixes.
204        * wrapup/Makefile.am: Misc cleanups and fixes.
205
2062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Add preinstallation dirstamp support.
209        * clock/Makefile.am: Cosmetics.
210        * console/Makefile.am: Cosmetics.
211        * network/Makefile.am: Cosmetics.
212        * startup/Makefile.am: Cosmetics.
213        * timer/Makefile.am: Cosmetics.
214        * wrapup/Makefile.am: Cosmetics
215
2162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * clock/Makefile.am: Remove all-local: $(ARCH).
219        * console/Makefile.am: Remove all-local: $(ARCH).
220        * network/Makefile.am: Remove all-local: $(ARCH).
221        * start/Makefile.am: Remove all-local: $(ARCH).
222        * startup/Makefile.am: Remove all-local: $(ARCH).
223        * timer/Makefile.am: Remove all-local: $(ARCH).
224        * wrapup/Makefile.am: Remove all-local: $(ARCH).
225
2262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Merge-in include/Makefile.am.
229        Reflect changes to bsp.am.
230        * include/Makefile.am: Remove.
231        * configure.ac: Reflect changes above.
232
2332003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * bsp_specs: Remove *lib:.
236
2372003-09-04      Joel Sherrill <joel@OARcorp.com>
238
239        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
240        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
241        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
242        timer/timer.c, timer/timerisr.S: URL for license changed.
243
2442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Reflect having moved aclocal/.
247
2482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Reflect having moved automake/.
251        * clock/Makefile.am: Reflect having moved automake/.
252        * console/Makefile.am: Reflect having moved automake/.
253        * include/Makefile.am: Reflect having moved automake/.
254        * network/Makefile.am: Reflect having moved automake/.
255        * start/Makefile.am: Reflect having moved automake/.
256        * startup/Makefile.am: Reflect having moved automake/.
257        * timer/Makefile.am: Reflect having moved automake/.
258        * wrapup/Makefile.am: Reflect having moved automake/.
259
2602003-08-13      Joel Sherrill <joel@OARcorp.com>
261
262        PR 451/bsps
263        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
264
2652003-08-11      Joel Sherrill <joel@OARcorp.com>
266
267        PR 450/make_build
268        * startup/linkcmds: Added .eh_frame
269
2702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
273
2742003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        PR 445/bsps
277        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
278        Remove cpp, old_cpp (now unused).
279
2802003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
283
2842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Remove AC_CONFIG_AUX_DIR.
287
2882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
291
2922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: AC_PREREQ(2.57).
295
2962003-01-20      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
299
3002002-12-19      Joel Sherrill <joel@OARcorp.com>
301
302        * console/console.c: Removed __assert() which conflicts with newlib.
303
3042002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312
3132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: Use install-data-local to install startfile.
316
3172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
320
3212002-11-04      Joel Sherrill <joel@OARcorp.com>
322
323        * network/network.c: Removed warnings.
324
3252002-11-04      Joel Sherrill <joel@OARcorp.com>
326
327        * console/console.c, network/network.c: Removed warnings.
328
3292002-11-01      Joel Sherrill <joel@OARcorp.com>
330
331        * startup/bspstart.c: Removed warnings.
332
3332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * .cvsignore: Reformat.
336        Add autom4te*cache.
337        Remove autom4te.cache.
338
3392002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
342
3432002-08-21      Joel Sherrill <joel@OARcorp.com>
344
345        * bsp_specs: Added support for -nostdlibs.
346
3472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
350        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
351        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
352        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
353        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
355        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
356
3572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * startup/bspstart.c: Per PR252 removed hack that tripled size of
360        RTEMS Workspace when POSIX is configured.  This was probably done to
361        account for confdefs.h missing some application requirements.
362
3632002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * start/Makefile.am: Eliminate PGM.
366        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
367
3682002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
371
3722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
375        Remove $(OBJS) from all-local.
376
3772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
380
3812001-05-09      Joel Sherrill <joel@OARcorp.com>
382
383        * startup/linkcmds: In support of gcc 3.1, added one of more
384        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
385        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
386        and direction of segments to memory regions may also have been
387        addressed.  This was a sweep across all BSPs.
388 
3892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * include/bsp.h: include <libcpu/cpu.h>.
392
3932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac:
396        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
397        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
398        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
404        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
406        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
407
4082002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Remove stray ';', PR 139.
411
4122002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
415
4162001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
419        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
420
4212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
424
4252001-10-25      Joel Sherrill <joel@OARcorp.com>
426
427        * startup/linkcmds: Added _init and _fini.
428
4292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
432        * configure.in: Remove.
433        * configure.ac: New file, generated from configure.in by autoupdate.
434
4352001-09-27      Joel Sherrill <joel@OARcorp.com>
436
437        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
438
4392001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
442
4432001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.in: Add bspopts.h.
446        * include/bsp.h: Include bspopts.h.
447        * include/.cvsignore: Add bspopts.h*, stamp-h*.
448        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
449        * start/Makefile.am: Dito.
450        * network/Makefile.am: Dito.
451
4522001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
455
4562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
459
4602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
463
4642000-11-01      Joel Sherrill <joel@OARcorp.com>
465
466        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
467        and libcsupport.h moved from libc to lib/include/rtems and
468        now must be referenced as <rtems/XXX.h>.   Header file order
469        was cleaned up while doing this.
470
4712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
474        Switch to GNU canonicalization.
475
4762000-10-20      Joel Sherrill <joel@OARcorp.com>
477
478        * console/console.c: Invoke BSP_uart_init() with enough arguments
479        now that more communication parameters are settable.
480
4812000-10-17      Joel Sherrill <joel@OARcorp.com>
482
483        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
484        to libbsp/i386/shared/irq.
485
4862000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
487
488        * startup/linkcmds: Added lines so DWARF debug information
489        would be available.  Otherwise gdb complains that the offsets
490        for the debug info are incorrect and doesn't load the files.
491
4922000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
495
4962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
499        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
500        wrapup/Makefile.am: Include compile.am
501
5022000-08-10      Joel Sherrill <joel@OARcorp.com>
503
504        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.