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

4.104.114.84.95
Last change on this file since a6175946 was 7a9c410, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/05 at 12:38:24

2005-10-17 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Add pci.rel.
  • Property mode set to 100644
File size: 14.4 KB
Line 
12005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Add pci.rel.
4
52005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Install/preinstall headers from ../../i386/shared.
8
92005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * network/network.c: Remove #define KERNEL.
12        Include <errno.h>.
13        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
14
152005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * include/bsp.h: New header guard.
18
192005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
20
21        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
22        Moved irq.h to bsp subdirectory.
23
242005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
25
26        * clock/ckinit.c, console/console.c: Added support for
27        addition of parameter to ISRs.
28        * network/network.c: Modified parameter list to remove
29        warnings.
30
312005-04-15      Joel Sherrill <joel@OARcorp.com>
32
33        * network/network.c: Fix warnings.
34
352005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
38
392005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Remove build-variant support.
42
432004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Require automake > 1.9.
46
472004-07-28      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
50
512004-07-25      Joel Sherrill <joel@OARcorp.com>
52
53        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
54
552004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        PR 610/bsps
58        * Makefile.am: Add include/tm27.h, Cosmetics.
59        * include/tm27.h: Final cosmetics.
60
612004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * include/bsp.h: Split out tmtest27 support.
64        * include/tm27.h: New.
65
662004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        PR 613/bsps
69        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
70
712004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        PR 614/bsps
74        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
75
762004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
79        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
80
812004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
84        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
85        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
86        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
87
882004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
91        Convert to using c99 fixed size types.
92
932004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Reflect changes to bsp.am.
96        Preinstall dist_project_lib*.
97
982004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Reflect changes to bsp.am.
101
1022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
105
1062004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Pickup files from ../../i386/shared instead of
109        ../shared. Reformat.
110
1112004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
114        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
115        wrapup/Makefile.am. Use automake compilation rules.
116        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
117        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
118        * configure.ac: Reflect changes above.
119
1202004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
123        Add RTEMS_PROG_CCAS.
124
1252004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Add PREINSTALL_DIRS.
128        * wrapup/Makefile.am: Reflect changes to libcpu.
129
1302004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
133        Add PRE/TMPINSTALL_FILES to CLEANFILES.
134        * startup/Makefile.am: Ditto.
135
1362004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Remove.
139        * Makefile.am: Merge-in start/Makefile.am.
140        * configure.ac: Reflect changes above.
141
1422004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Eliminate $(LIB).
145        Use noinst_DATA to trigger building libbsp.a.
146
1472003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
150        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
151
1522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
155        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
156
1572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
160
1612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Cosmetics.
164
1652003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * start/Makefile.am: Misc cleanups and fixes.
168        * startup/Makefile.am: Misc cleanups and fixes.
169        * wrapup/Makefile.am: Misc cleanups and fixes.
170
1712003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Add preinstallation dirstamp support.
174        * clock/Makefile.am: Cosmetics.
175        * console/Makefile.am: Cosmetics.
176        * network/Makefile.am: Cosmetics.
177        * startup/Makefile.am: Cosmetics.
178        * timer/Makefile.am: Cosmetics.
179        * wrapup/Makefile.am: Cosmetics
180
1812003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * clock/Makefile.am: Remove all-local: $(ARCH).
184        * console/Makefile.am: Remove all-local: $(ARCH).
185        * network/Makefile.am: Remove all-local: $(ARCH).
186        * start/Makefile.am: Remove all-local: $(ARCH).
187        * startup/Makefile.am: Remove all-local: $(ARCH).
188        * timer/Makefile.am: Remove all-local: $(ARCH).
189        * wrapup/Makefile.am: Remove all-local: $(ARCH).
190
1912003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Merge-in include/Makefile.am.
194        Reflect changes to bsp.am.
195        * include/Makefile.am: Remove.
196        * configure.ac: Reflect changes above.
197
1982003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * bsp_specs: Remove *lib:.
201
2022003-09-04      Joel Sherrill <joel@OARcorp.com>
203
204        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
205        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
206        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
207        timer/timer.c, timer/timerisr.S: URL for license changed.
208
2092003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Reflect having moved aclocal/.
212
2132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Reflect having moved automake/.
216        * clock/Makefile.am: Reflect having moved automake/.
217        * console/Makefile.am: Reflect having moved automake/.
218        * include/Makefile.am: Reflect having moved automake/.
219        * network/Makefile.am: Reflect having moved automake/.
220        * start/Makefile.am: Reflect having moved automake/.
221        * startup/Makefile.am: Reflect having moved automake/.
222        * timer/Makefile.am: Reflect having moved automake/.
223        * wrapup/Makefile.am: Reflect having moved automake/.
224
2252003-08-13      Joel Sherrill <joel@OARcorp.com>
226
227        PR 451/bsps
228        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
229
2302003-08-11      Joel Sherrill <joel@OARcorp.com>
231
232        PR 450/make_build
233        * startup/linkcmds: Added .eh_frame
234
2352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
238
2392003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        PR 445/bsps
242        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
243        Remove cpp, old_cpp (now unused).
244
2452003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (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 for networking.
264
2652002-12-19      Joel Sherrill <joel@OARcorp.com>
266
267        * console/console.c: Removed __assert() which conflicts with newlib.
268
2692002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277
2782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Use install-data-local to install startfile.
281
2822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285
2862002-11-04      Joel Sherrill <joel@OARcorp.com>
287
288        * network/network.c: Removed warnings.
289
2902002-11-04      Joel Sherrill <joel@OARcorp.com>
291
292        * console/console.c, network/network.c: Removed warnings.
293
2942002-11-01      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/bspstart.c: Removed warnings.
297
2982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * .cvsignore: Reformat.
301        Add autom4te*cache.
302        Remove autom4te.cache.
303
3042002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
307
3082002-08-21      Joel Sherrill <joel@OARcorp.com>
309
310        * bsp_specs: Added support for -nostdlibs.
311
3122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
321
3222002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * startup/bspstart.c: Per PR252 removed hack that tripled size of
325        RTEMS Workspace when POSIX is configured.  This was probably done to
326        account for confdefs.h missing some application requirements.
327
3282002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * start/Makefile.am: Eliminate PGM.
331        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
332
3332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
336
3372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
340        Remove $(OBJS) from all-local.
341
3422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
345
3462001-05-09      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/linkcmds: In support of gcc 3.1, added one of more
349        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
350        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
351        and direction of segments to memory regions may also have been
352        addressed.  This was a sweep across all BSPs.
353 
3542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * include/bsp.h: include <libcpu/cpu.h>.
357
3582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac:
361        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
362        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
363        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
372
3732002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Remove stray ';', PR 139.
376
3772002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
380
3812001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
384        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
385
3862001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
389
3902001-10-25      Joel Sherrill <joel@OARcorp.com>
391
392        * startup/linkcmds: Added _init and _fini.
393
3942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
397        * configure.in: Remove.
398        * configure.ac: New file, generated from configure.in by autoupdate.
399
4002001-09-27      Joel Sherrill <joel@OARcorp.com>
401
402        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
403
4042001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
407
4082001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.in: Add bspopts.h.
411        * include/bsp.h: Include bspopts.h.
412        * include/.cvsignore: Add bspopts.h*, stamp-h*.
413        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
414        * start/Makefile.am: Dito.
415        * network/Makefile.am: Dito.
416
4172001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
420
4212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
424
4252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
428
4292000-11-01      Joel Sherrill <joel@OARcorp.com>
430
431        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
432        and libcsupport.h moved from libc to lib/include/rtems and
433        now must be referenced as <rtems/XXX.h>.   Header file order
434        was cleaned up while doing this.
435
4362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
439        Switch to GNU canonicalization.
440
4412000-10-20      Joel Sherrill <joel@OARcorp.com>
442
443        * console/console.c: Invoke BSP_uart_init() with enough arguments
444        now that more communication parameters are settable.
445
4462000-10-17      Joel Sherrill <joel@OARcorp.com>
447
448        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
449        to libbsp/i386/shared/irq.
450
4512000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
452
453        * startup/linkcmds: Added lines so DWARF debug information
454        would be available.  Otherwise gdb complains that the offsets
455        for the debug info are incorrect and doesn't load the files.
456
4572000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
460
4612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
464        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
465        wrapup/Makefile.am: Include compile.am
466
4672000-08-10      Joel Sherrill <joel@OARcorp.com>
468
469        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.