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

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

2003-12-12 Ralf Corsepius <corsepiu@…>

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Cosmetics.
8
92003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * start/Makefile.am: Misc cleanups and fixes.
12        * startup/Makefile.am: Misc cleanups and fixes.
13        * wrapup/Makefile.am: Misc cleanups and fixes.
14
152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Add preinstallation dirstamp support.
18        * clock/Makefile.am: Cosmetics.
19        * console/Makefile.am: Cosmetics.
20        * network/Makefile.am: Cosmetics.
21        * startup/Makefile.am: Cosmetics.
22        * timer/Makefile.am: Cosmetics.
23        * wrapup/Makefile.am: Cosmetics
24
252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * clock/Makefile.am: Remove all-local: $(ARCH).
28        * console/Makefile.am: Remove all-local: $(ARCH).
29        * network/Makefile.am: Remove all-local: $(ARCH).
30        * start/Makefile.am: Remove all-local: $(ARCH).
31        * startup/Makefile.am: Remove all-local: $(ARCH).
32        * timer/Makefile.am: Remove all-local: $(ARCH).
33        * wrapup/Makefile.am: Remove all-local: $(ARCH).
34
352003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Merge-in include/Makefile.am.
38        Reflect changes to bsp.am.
39        * include/Makefile.am: Remove.
40        * configure.ac: Reflect changes above.
41
422003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * bsp_specs: Remove *lib:.
45
462003-09-04      Joel Sherrill <joel@OARcorp.com>
47
48        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
49        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
50        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
51        timer/timer.c, timer/timerisr.S: URL for license changed.
52
532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect having moved aclocal/.
56
572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect having moved automake/.
60        * clock/Makefile.am: Reflect having moved automake/.
61        * console/Makefile.am: Reflect having moved automake/.
62        * include/Makefile.am: Reflect having moved automake/.
63        * network/Makefile.am: Reflect having moved automake/.
64        * start/Makefile.am: Reflect having moved automake/.
65        * startup/Makefile.am: Reflect having moved automake/.
66        * timer/Makefile.am: Reflect having moved automake/.
67        * wrapup/Makefile.am: Reflect having moved automake/.
68
692003-08-13      Joel Sherrill <joel@OARcorp.com>
70
71        PR 451/bsps
72        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
73
742003-08-11      Joel Sherrill <joel@OARcorp.com>
75
76        PR 450/make_build
77        * startup/linkcmds: Added .eh_frame
78
792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
82
832003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        PR 445/bsps
86        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
87        Remove cpp, old_cpp (now unused).
88
892003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
92
932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove AC_CONFIG_AUX_DIR.
96
972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
100
1012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: AC_PREREQ(2.57).
104
1052003-01-20      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
108
1092002-12-19      Joel Sherrill <joel@OARcorp.com>
110
111        * console/console.c: Removed __assert() which conflicts with newlib.
112
1132002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
116        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
117        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
118        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
119        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
120        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
121
1222002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * start/Makefile.am: Use install-data-local to install startfile.
125
1262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129
1302002-11-04      Joel Sherrill <joel@OARcorp.com>
131
132        * network/network.c: Removed warnings.
133
1342002-11-04      Joel Sherrill <joel@OARcorp.com>
135
136        * console/console.c, network/network.c: Removed warnings.
137
1382002-11-01      Joel Sherrill <joel@OARcorp.com>
139
140        * startup/bspstart.c: Removed warnings.
141
1422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Reformat.
145        Add autom4te*cache.
146        Remove autom4te.cache.
147
1482002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
151
1522002-08-21      Joel Sherrill <joel@OARcorp.com>
153
154        * bsp_specs: Added support for -nostdlibs.
155
1562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
161        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
162        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
165
1662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * startup/bspstart.c: Per PR252 removed hack that tripled size of
169        RTEMS Workspace when POSIX is configured.  This was probably done to
170        account for confdefs.h missing some application requirements.
171
1722002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * start/Makefile.am: Eliminate PGM.
175        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
176
1772002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
180
1812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
184        Remove $(OBJS) from all-local.
185
1862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
189
1902001-05-09      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds: In support of gcc 3.1, added one of more
193        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
194        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
195        and direction of segments to memory regions may also have been
196        addressed.  This was a sweep across all BSPs.
197 
1982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * include/bsp.h: include <libcpu/cpu.h>.
201
2022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac:
205        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
206        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
207        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
212        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
216
2172002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Remove stray ';', PR 139.
220
2212002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
224
2252001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
228        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
229
2302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
233
2342001-10-25      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/linkcmds: Added _init and _fini.
237
2382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
241        * configure.in: Remove.
242        * configure.ac: New file, generated from configure.in by autoupdate.
243
2442001-09-27      Joel Sherrill <joel@OARcorp.com>
245
246        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
247
2482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
251
2522001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.in: Add bspopts.h.
255        * include/bsp.h: Include bspopts.h.
256        * include/.cvsignore: Add bspopts.h*, stamp-h*.
257        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
258        * start/Makefile.am: Dito.
259        * network/Makefile.am: Dito.
260
2612001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
264
2652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
268
2692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
272
2732000-11-01      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
276        and libcsupport.h moved from libc to lib/include/rtems and
277        now must be referenced as <rtems/XXX.h>.   Header file order
278        was cleaned up while doing this.
279
2802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
283        Switch to GNU canonicalization.
284
2852000-10-20      Joel Sherrill <joel@OARcorp.com>
286
287        * console/console.c: Invoke BSP_uart_init() with enough arguments
288        now that more communication parameters are settable.
289
2902000-10-17      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
293        to libbsp/i386/shared/irq.
294
2952000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
296
297        * startup/linkcmds: Added lines so DWARF debug information
298        would be available.  Otherwise gdb complains that the offsets
299        for the debug info are incorrect and doesn't load the files.
300
3012000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
304
3052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
308        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
309        wrapup/Makefile.am: Include compile.am
310
3112000-08-10      Joel Sherrill <joel@OARcorp.com>
312
313        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.