source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 754610f

4.104.114.84.95
Last change on this file since 754610f was 754610f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 06:21:56

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.60. Require automake-1.10.
  • Property mode set to 100644
File size: 14.7 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.60. Require automake-1.10.
4
52006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Remove explicit ampolish3 support (now in
8        RTEMS_BSP_CONFIGURE).
9
102006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Add ampolish3 support.
13        * Makefile.am: Add preinstall.am.
14
152005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Add pci.rel.
18
192005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Install/preinstall headers from ../../i386/shared.
22
232005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * network/network.c: Remove #define KERNEL.
26        Include <errno.h>.
27        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
28
292005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * include/bsp.h: New header guard.
32
332005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
34
35        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
36        Moved irq.h to bsp subdirectory.
37
382005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
39
40        * clock/ckinit.c, console/console.c: Added support for
41        addition of parameter to ISRs.
42        * network/network.c: Modified parameter list to remove
43        warnings.
44
452005-04-15      Joel Sherrill <joel@OARcorp.com>
46
47        * network/network.c: Fix warnings.
48
492005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
52
532005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Remove build-variant support.
56
572004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Require automake > 1.9.
60
612004-07-28      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
64
652004-07-25      Joel Sherrill <joel@OARcorp.com>
66
67        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
68
692004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        PR 610/bsps
72        * Makefile.am: Add include/tm27.h, Cosmetics.
73        * include/tm27.h: Final cosmetics.
74
752004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * include/bsp.h: Split out tmtest27 support.
78        * include/tm27.h: New.
79
802004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        PR 613/bsps
83        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
84
852004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        PR 614/bsps
88        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
89
902004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
93        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
94
952004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
98        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
99        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
100        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
101
1022004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
105        Convert to using c99 fixed size types.
106
1072004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Reflect changes to bsp.am.
110        Preinstall dist_project_lib*.
111
1122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Reflect changes to bsp.am.
115
1162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
119
1202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Pickup files from ../../i386/shared instead of
123        ../shared. Reformat.
124
1252004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
128        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
129        wrapup/Makefile.am. Use automake compilation rules.
130        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
131        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
132        * configure.ac: Reflect changes above.
133
1342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
137        Add RTEMS_PROG_CCAS.
138
1392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Add PREINSTALL_DIRS.
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-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Cosmetics.
178
1792003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * start/Makefile.am: Misc cleanups and fixes.
182        * startup/Makefile.am: Misc cleanups and fixes.
183        * wrapup/Makefile.am: Misc cleanups and fixes.
184
1852003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Add preinstallation dirstamp support.
188        * clock/Makefile.am: Cosmetics.
189        * console/Makefile.am: Cosmetics.
190        * network/Makefile.am: Cosmetics.
191        * startup/Makefile.am: Cosmetics.
192        * timer/Makefile.am: Cosmetics.
193        * wrapup/Makefile.am: Cosmetics
194
1952003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am: Remove all-local: $(ARCH).
198        * console/Makefile.am: Remove all-local: $(ARCH).
199        * network/Makefile.am: Remove all-local: $(ARCH).
200        * start/Makefile.am: Remove all-local: $(ARCH).
201        * startup/Makefile.am: Remove all-local: $(ARCH).
202        * timer/Makefile.am: Remove all-local: $(ARCH).
203        * wrapup/Makefile.am: Remove all-local: $(ARCH).
204
2052003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Merge-in include/Makefile.am.
208        Reflect changes to bsp.am.
209        * include/Makefile.am: Remove.
210        * configure.ac: Reflect changes above.
211
2122003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * bsp_specs: Remove *lib:.
215
2162003-09-04      Joel Sherrill <joel@OARcorp.com>
217
218        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
219        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
220        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
221        timer/timer.c, timer/timerisr.S: URL for license changed.
222
2232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Reflect having moved aclocal/.
226
2272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Reflect having moved automake/.
230        * clock/Makefile.am: Reflect having moved automake/.
231        * console/Makefile.am: Reflect having moved automake/.
232        * include/Makefile.am: Reflect having moved automake/.
233        * network/Makefile.am: Reflect having moved automake/.
234        * start/Makefile.am: Reflect having moved automake/.
235        * startup/Makefile.am: Reflect having moved automake/.
236        * timer/Makefile.am: Reflect having moved automake/.
237        * wrapup/Makefile.am: Reflect having moved automake/.
238
2392003-08-13      Joel Sherrill <joel@OARcorp.com>
240
241        PR 451/bsps
242        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
243
2442003-08-11      Joel Sherrill <joel@OARcorp.com>
245
246        PR 450/make_build
247        * startup/linkcmds: Added .eh_frame
248
2492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
252
2532003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        PR 445/bsps
256        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
257        Remove cpp, old_cpp (now unused).
258
2592003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
262
2632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Remove AC_CONFIG_AUX_DIR.
266
2672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
270
2712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: AC_PREREQ(2.57).
274
2752003-01-20      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
278
2792002-12-19      Joel Sherrill <joel@OARcorp.com>
280
281        * console/console.c: Removed __assert() which conflicts with newlib.
282
2832002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291
2922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Use install-data-local to install startfile.
295
2962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299
3002002-11-04      Joel Sherrill <joel@OARcorp.com>
301
302        * network/network.c: Removed warnings.
303
3042002-11-04      Joel Sherrill <joel@OARcorp.com>
305
306        * console/console.c, network/network.c: Removed warnings.
307
3082002-11-01      Joel Sherrill <joel@OARcorp.com>
309
310        * startup/bspstart.c: Removed warnings.
311
3122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * .cvsignore: Reformat.
315        Add autom4te*cache.
316        Remove autom4te.cache.
317
3182002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
321
3222002-08-21      Joel Sherrill <joel@OARcorp.com>
323
324        * bsp_specs: Added support for -nostdlibs.
325
3262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
335
3362002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * startup/bspstart.c: Per PR252 removed hack that tripled size of
339        RTEMS Workspace when POSIX is configured.  This was probably done to
340        account for confdefs.h missing some application requirements.
341
3422002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * start/Makefile.am: Eliminate PGM.
345        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
346
3472002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
350
3512002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
354        Remove $(OBJS) from all-local.
355
3562002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
359
3602001-05-09      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/linkcmds: In support of gcc 3.1, added one of more
363        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
364        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
365        and direction of segments to memory regions may also have been
366        addressed.  This was a sweep across all BSPs.
367 
3682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * include/bsp.h: include <libcpu/cpu.h>.
371
3722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac:
375        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
376        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
377        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
386
3872002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Remove stray ';', PR 139.
390
3912002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
394
3952001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
398        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
399
4002001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
403
4042001-10-25      Joel Sherrill <joel@OARcorp.com>
405
406        * startup/linkcmds: Added _init and _fini.
407
4082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
411        * configure.in: Remove.
412        * configure.ac: New file, generated from configure.in by autoupdate.
413
4142001-09-27      Joel Sherrill <joel@OARcorp.com>
415
416        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
417
4182001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
421
4222001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.in: Add bspopts.h.
425        * include/bsp.h: Include bspopts.h.
426        * include/.cvsignore: Add bspopts.h*, stamp-h*.
427        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
428        * start/Makefile.am: Dito.
429        * network/Makefile.am: Dito.
430
4312001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
434
4352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
438
4392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
442
4432000-11-01      Joel Sherrill <joel@OARcorp.com>
444
445        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
446        and libcsupport.h moved from libc to lib/include/rtems and
447        now must be referenced as <rtems/XXX.h>.   Header file order
448        was cleaned up while doing this.
449
4502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
453        Switch to GNU canonicalization.
454
4552000-10-20      Joel Sherrill <joel@OARcorp.com>
456
457        * console/console.c: Invoke BSP_uart_init() with enough arguments
458        now that more communication parameters are settable.
459
4602000-10-17      Joel Sherrill <joel@OARcorp.com>
461
462        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
463        to libbsp/i386/shared/irq.
464
4652000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
466
467        * startup/linkcmds: Added lines so DWARF debug information
468        would be available.  Otherwise gdb complains that the offsets
469        for the debug info are incorrect and doesn't load the files.
470
4712000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
474
4752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
478        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
479        wrapup/Makefile.am: Include compile.am
480
4812000-08-10      Joel Sherrill <joel@OARcorp.com>
482
483        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.