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

4.104.114.84.95
Last change on this file since c483a4e was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 8.0 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * clock/Makefile.am: Reflect having moved automake/.
5        * console/Makefile.am: Reflect having moved automake/.
6        * include/Makefile.am: Reflect having moved automake/.
7        * network/Makefile.am: Reflect having moved automake/.
8        * start/Makefile.am: Reflect having moved automake/.
9        * startup/Makefile.am: Reflect having moved automake/.
10        * timer/Makefile.am: Reflect having moved automake/.
11        * wrapup/Makefile.am: Reflect having moved automake/.
12
132003-08-13      Joel Sherrill <joel@OARcorp.com>
14
15        PR 451/bsps
16        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
17
182003-08-11      Joel Sherrill <joel@OARcorp.com>
19
20        PR 450/make_build
21        * startup/linkcmds: Added .eh_frame
22
232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
26
272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        PR 445/bsps
30        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
31        Remove cpp, old_cpp (now unused).
32
332003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
36
372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove AC_CONFIG_AUX_DIR.
40
412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
44
452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: AC_PREREQ(2.57).
48
492003-01-20      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
52
532002-12-19      Joel Sherrill <joel@OARcorp.com>
54
55        * console/console.c: Removed __assert() which conflicts with newlib.
56
572002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65
662002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * start/Makefile.am: Use install-data-local to install startfile.
69
702002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73
742002-11-04      Joel Sherrill <joel@OARcorp.com>
75
76        * network/network.c: Removed warnings.
77
782002-11-04      Joel Sherrill <joel@OARcorp.com>
79
80        * console/console.c, network/network.c: Removed warnings.
81
822002-11-01      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/bspstart.c: Removed warnings.
85
862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Reformat.
89        Add autom4te*cache.
90        Remove autom4te.cache.
91
922002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
95
962002-08-21      Joel Sherrill <joel@OARcorp.com>
97
98        * bsp_specs: Added support for -nostdlibs.
99
1002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
109
1102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * startup/bspstart.c: Per PR252 removed hack that tripled size of
113        RTEMS Workspace when POSIX is configured.  This was probably done to
114        account for confdefs.h missing some application requirements.
115
1162002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: Eliminate PGM.
119        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
120
1212002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
124
1252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
128        Remove $(OBJS) from all-local.
129
1302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
133
1342001-05-09      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds: In support of gcc 3.1, added one of more
137        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
138        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
139        and direction of segments to memory regions may also have been
140        addressed.  This was a sweep across all BSPs.
141 
1422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * include/bsp.h: include <libcpu/cpu.h>.
145
1462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac:
149        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
150        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
151        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
160
1612002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Remove stray ';', PR 139.
164
1652002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
168
1692001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
172        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
173
1742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
177
1782001-10-25      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/linkcmds: Added _init and _fini.
181
1822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
185        * configure.in: Remove.
186        * configure.ac: New file, generated from configure.in by autoupdate.
187
1882001-09-27      Joel Sherrill <joel@OARcorp.com>
189
190        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
191
1922001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
195
1962001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.in: Add bspopts.h.
199        * include/bsp.h: Include bspopts.h.
200        * include/.cvsignore: Add bspopts.h*, stamp-h*.
201        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
202        * start/Makefile.am: Dito.
203        * network/Makefile.am: Dito.
204
2052001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
208
2092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
212
2132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
216
2172000-11-01      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
220        and libcsupport.h moved from libc to lib/include/rtems and
221        now must be referenced as <rtems/XXX.h>.   Header file order
222        was cleaned up while doing this.
223
2242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
227        Switch to GNU canonicalization.
228
2292000-10-20      Joel Sherrill <joel@OARcorp.com>
230
231        * console/console.c: Invoke BSP_uart_init() with enough arguments
232        now that more communication parameters are settable.
233
2342000-10-17      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
237        to libbsp/i386/shared/irq.
238
2392000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
240
241        * startup/linkcmds: Added lines so DWARF debug information
242        would be available.  Otherwise gdb complains that the offsets
243        for the debug info are incorrect and doesn't load the files.
244
2452000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
248
2492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
252        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
253        wrapup/Makefile.am: Include compile.am
254
2552000-08-10      Joel Sherrill <joel@OARcorp.com>
256
257        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.