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

4.104.114.84.95
Last change on this file since afaa498d was afaa498d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:42:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
16
172002-12-19      Joel Sherrill <joel@OARcorp.com>
18
19        * console/console.c: Removed __assert() which conflicts with newlib.
20
212002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29
302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Use install-data-local to install startfile.
33
342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37
382002-11-04      Joel Sherrill <joel@OARcorp.com>
39
40        * network/network.c: Removed warnings.
41
422002-11-04      Joel Sherrill <joel@OARcorp.com>
43
44        * console/console.c, network/network.c: Removed warnings.
45
462002-11-01      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/bspstart.c: Removed warnings.
49
502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Reformat.
53        Add autom4te*cache.
54        Remove autom4te.cache.
55
562002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
59
602002-08-21      Joel Sherrill <joel@OARcorp.com>
61
62        * bsp_specs: Added support for -nostdlibs.
63
642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
73
742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * startup/bspstart.c: Per PR252 removed hack that tripled size of
77        RTEMS Workspace when POSIX is configured.  This was probably done to
78        account for confdefs.h missing some application requirements.
79
802002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * start/Makefile.am: Eliminate PGM.
83        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
84
852002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
88
892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
92        Remove $(OBJS) from all-local.
93
942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
97
982001-05-09      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: In support of gcc 3.1, added one of more
101        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
102        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
103        and direction of segments to memory regions may also have been
104        addressed.  This was a sweep across all BSPs.
105 
1062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * include/bsp.h: include <libcpu/cpu.h>.
109
1102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac:
113        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
114        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
115        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
124
1252002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Remove stray ';', PR 139.
128
1292002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
132
1332001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
136        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
137
1382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
141
1422001-10-25      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds: Added _init and _fini.
145
1462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
149        * configure.in: Remove.
150        * configure.ac: New file, generated from configure.in by autoupdate.
151
1522001-09-27      Joel Sherrill <joel@OARcorp.com>
153
154        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
155
1562001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
159
1602001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.in: Add bspopts.h.
163        * include/bsp.h: Include bspopts.h.
164        * include/.cvsignore: Add bspopts.h*, stamp-h*.
165        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
166        * start/Makefile.am: Dito.
167        * network/Makefile.am: Dito.
168
1692001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
172
1732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
176
1772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
180
1812000-11-01      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
184        and libcsupport.h moved from libc to lib/include/rtems and
185        now must be referenced as <rtems/XXX.h>.   Header file order
186        was cleaned up while doing this.
187
1882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
191        Switch to GNU canonicalization.
192
1932000-10-20      Joel Sherrill <joel@OARcorp.com>
194
195        * console/console.c: Invoke BSP_uart_init() with enough arguments
196        now that more communication parameters are settable.
197
1982000-10-17      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
201        to libbsp/i386/shared/irq.
202
2032000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
204
205        * startup/linkcmds: Added lines so DWARF debug information
206        would be available.  Otherwise gdb complains that the offsets
207        for the debug info are incorrect and doesn't load the files.
208
2092000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
212
2132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
216        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
217        wrapup/Makefile.am: Include compile.am
218
2192000-08-10      Joel Sherrill <joel@OARcorp.com>
220
221        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.