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

4.104.114.84.95
Last change on this file since 5c7f274 was 5c7f274, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/10/06 at 19:14:43

2006-01-10 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Add ampolish3 support.
  • Makefile.am: Add preinstall.am.
  • Property mode set to 100644
File size: 14.5 KB
Line 
12006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Add ampolish3 support.
4        * Makefile.am: Add preinstall.am.
5
62005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Add pci.rel.
9
102005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Install/preinstall headers from ../../i386/shared.
13
142005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * network/network.c: Remove #define KERNEL.
17        Include <errno.h>.
18        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
19
202005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * include/bsp.h: New header guard.
23
242005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
25
26        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
27        Moved irq.h to bsp subdirectory.
28
292005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
30
31        * clock/ckinit.c, console/console.c: Added support for
32        addition of parameter to ISRs.
33        * network/network.c: Modified parameter list to remove
34        warnings.
35
362005-04-15      Joel Sherrill <joel@OARcorp.com>
37
38        * network/network.c: Fix warnings.
39
402005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
43
442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Remove build-variant support.
47
482004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Require automake > 1.9.
51
522004-07-28      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
55
562004-07-25      Joel Sherrill <joel@OARcorp.com>
57
58        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
59
602004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        PR 610/bsps
63        * Makefile.am: Add include/tm27.h, Cosmetics.
64        * include/tm27.h: Final cosmetics.
65
662004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * include/bsp.h: Split out tmtest27 support.
69        * include/tm27.h: New.
70
712004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        PR 613/bsps
74        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
75
762004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        PR 614/bsps
79        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
80
812004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
84        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
85
862004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
89        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
90        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
91        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
92
932004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
96        Convert to using c99 fixed size types.
97
982004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Reflect changes to bsp.am.
101        Preinstall dist_project_lib*.
102
1032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Reflect changes to bsp.am.
106
1072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
110
1112004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Pickup files from ../../i386/shared instead of
114        ../shared. Reformat.
115
1162004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
119        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
120        wrapup/Makefile.am. Use automake compilation rules.
121        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
122        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
123        * configure.ac: Reflect changes above.
124
1252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
128        Add RTEMS_PROG_CCAS.
129
1302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Add PREINSTALL_DIRS.
133        * wrapup/Makefile.am: Reflect changes to libcpu.
134
1352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
138        Add PRE/TMPINSTALL_FILES to CLEANFILES.
139        * startup/Makefile.am: Ditto.
140
1412004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * start/Makefile.am: Remove.
144        * Makefile.am: Merge-in start/Makefile.am.
145        * configure.ac: Reflect changes above.
146
1472004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * wrapup/Makefile.am: Eliminate $(LIB).
150        Use noinst_DATA to trigger building libbsp.a.
151
1522003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
155        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
156
1572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
160        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
161
1622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
165
1662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * wrapup/Makefile.am: Cosmetics.
169
1702003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * start/Makefile.am: Misc cleanups and fixes.
173        * startup/Makefile.am: Misc cleanups and fixes.
174        * wrapup/Makefile.am: Misc cleanups and fixes.
175
1762003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Add preinstallation dirstamp support.
179        * clock/Makefile.am: Cosmetics.
180        * console/Makefile.am: Cosmetics.
181        * network/Makefile.am: Cosmetics.
182        * startup/Makefile.am: Cosmetics.
183        * timer/Makefile.am: Cosmetics.
184        * wrapup/Makefile.am: Cosmetics
185
1862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * clock/Makefile.am: Remove all-local: $(ARCH).
189        * console/Makefile.am: Remove all-local: $(ARCH).
190        * network/Makefile.am: Remove all-local: $(ARCH).
191        * start/Makefile.am: Remove all-local: $(ARCH).
192        * startup/Makefile.am: Remove all-local: $(ARCH).
193        * timer/Makefile.am: Remove all-local: $(ARCH).
194        * wrapup/Makefile.am: Remove all-local: $(ARCH).
195
1962003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Merge-in include/Makefile.am.
199        Reflect changes to bsp.am.
200        * include/Makefile.am: Remove.
201        * configure.ac: Reflect changes above.
202
2032003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * bsp_specs: Remove *lib:.
206
2072003-09-04      Joel Sherrill <joel@OARcorp.com>
208
209        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
210        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
211        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
212        timer/timer.c, timer/timerisr.S: URL for license changed.
213
2142003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Reflect having moved aclocal/.
217
2182003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Reflect having moved automake/.
221        * clock/Makefile.am: Reflect having moved automake/.
222        * console/Makefile.am: Reflect having moved automake/.
223        * include/Makefile.am: Reflect having moved automake/.
224        * network/Makefile.am: Reflect having moved automake/.
225        * start/Makefile.am: Reflect having moved automake/.
226        * startup/Makefile.am: Reflect having moved automake/.
227        * timer/Makefile.am: Reflect having moved automake/.
228        * wrapup/Makefile.am: Reflect having moved automake/.
229
2302003-08-13      Joel Sherrill <joel@OARcorp.com>
231
232        PR 451/bsps
233        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
234
2352003-08-11      Joel Sherrill <joel@OARcorp.com>
236
237        PR 450/make_build
238        * startup/linkcmds: Added .eh_frame
239
2402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
243
2442003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        PR 445/bsps
247        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
248        Remove cpp, old_cpp (now unused).
249
2502003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
253
2542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Remove AC_CONFIG_AUX_DIR.
257
2582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
261
2622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: AC_PREREQ(2.57).
265
2662003-01-20      Joel Sherrill <joel@OARcorp.com>
267
268        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
269
2702002-12-19      Joel Sherrill <joel@OARcorp.com>
271
272        * console/console.c: Removed __assert() which conflicts with newlib.
273
2742002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282
2832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: Use install-data-local to install startfile.
286
2872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290
2912002-11-04      Joel Sherrill <joel@OARcorp.com>
292
293        * network/network.c: Removed warnings.
294
2952002-11-04      Joel Sherrill <joel@OARcorp.com>
296
297        * console/console.c, network/network.c: Removed warnings.
298
2992002-11-01      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/bspstart.c: Removed warnings.
302
3032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * .cvsignore: Reformat.
306        Add autom4te*cache.
307        Remove autom4te.cache.
308
3092002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
312
3132002-08-21      Joel Sherrill <joel@OARcorp.com>
314
315        * bsp_specs: Added support for -nostdlibs.
316
3172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
326
3272002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * startup/bspstart.c: Per PR252 removed hack that tripled size of
330        RTEMS Workspace when POSIX is configured.  This was probably done to
331        account for confdefs.h missing some application requirements.
332
3332002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * start/Makefile.am: Eliminate PGM.
336        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
337
3382002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
341
3422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
345        Remove $(OBJS) from all-local.
346
3472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
350
3512001-05-09      Joel Sherrill <joel@OARcorp.com>
352
353        * startup/linkcmds: In support of gcc 3.1, added one of more
354        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
355        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
356        and direction of segments to memory regions may also have been
357        addressed.  This was a sweep across all BSPs.
358 
3592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * include/bsp.h: include <libcpu/cpu.h>.
362
3632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac:
366        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
367        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
368        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
377
3782002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Remove stray ';', PR 139.
381
3822002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
385
3862001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
389        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
390
3912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
394
3952001-10-25      Joel Sherrill <joel@OARcorp.com>
396
397        * startup/linkcmds: Added _init and _fini.
398
3992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
402        * configure.in: Remove.
403        * configure.ac: New file, generated from configure.in by autoupdate.
404
4052001-09-27      Joel Sherrill <joel@OARcorp.com>
406
407        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
408
4092001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
412
4132001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.in: Add bspopts.h.
416        * include/bsp.h: Include bspopts.h.
417        * include/.cvsignore: Add bspopts.h*, stamp-h*.
418        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
419        * start/Makefile.am: Dito.
420        * network/Makefile.am: Dito.
421
4222001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
425
4262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
429
4302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
433
4342000-11-01      Joel Sherrill <joel@OARcorp.com>
435
436        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
437        and libcsupport.h moved from libc to lib/include/rtems and
438        now must be referenced as <rtems/XXX.h>.   Header file order
439        was cleaned up while doing this.
440
4412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
444        Switch to GNU canonicalization.
445
4462000-10-20      Joel Sherrill <joel@OARcorp.com>
447
448        * console/console.c: Invoke BSP_uart_init() with enough arguments
449        now that more communication parameters are settable.
450
4512000-10-17      Joel Sherrill <joel@OARcorp.com>
452
453        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
454        to libbsp/i386/shared/irq.
455
4562000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
457
458        * startup/linkcmds: Added lines so DWARF debug information
459        would be available.  Otherwise gdb complains that the offsets
460        for the debug info are incorrect and doesn't load the files.
461
4622000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
465
4662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
469        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
470        wrapup/Makefile.am: Include compile.am
471
4722000-08-10      Joel Sherrill <joel@OARcorp.com>
473
474        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.