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

4.104.114.84.95
Last change on this file since 3299388d was 6f63094, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/08/03 at 15:28:57

2003-09-08 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
8        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
9        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
10        timer/timer.c, timer/timerisr.S: URL for license changed.
11
122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect having moved aclocal/.
15
162003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect having moved automake/.
19        * clock/Makefile.am: Reflect having moved automake/.
20        * console/Makefile.am: Reflect having moved automake/.
21        * include/Makefile.am: Reflect having moved automake/.
22        * network/Makefile.am: Reflect having moved automake/.
23        * start/Makefile.am: Reflect having moved automake/.
24        * startup/Makefile.am: Reflect having moved automake/.
25        * timer/Makefile.am: Reflect having moved automake/.
26        * wrapup/Makefile.am: Reflect having moved automake/.
27
282003-08-13      Joel Sherrill <joel@OARcorp.com>
29
30        PR 451/bsps
31        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
32
332003-08-11      Joel Sherrill <joel@OARcorp.com>
34
35        PR 450/make_build
36        * startup/linkcmds: Added .eh_frame
37
382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
41
422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        PR 445/bsps
45        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
46        Remove cpp, old_cpp (now unused).
47
482003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
51
522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove AC_CONFIG_AUX_DIR.
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
59
602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AC_PREREQ(2.57).
63
642003-01-20      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
67
682002-12-19      Joel Sherrill <joel@OARcorp.com>
69
70        * console/console.c: Removed __assert() which conflicts with newlib.
71
722002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Use install-data-local to install startfile.
84
852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88
892002-11-04      Joel Sherrill <joel@OARcorp.com>
90
91        * network/network.c: Removed warnings.
92
932002-11-04      Joel Sherrill <joel@OARcorp.com>
94
95        * console/console.c, network/network.c: Removed warnings.
96
972002-11-01      Joel Sherrill <joel@OARcorp.com>
98
99        * startup/bspstart.c: Removed warnings.
100
1012002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * .cvsignore: Reformat.
104        Add autom4te*cache.
105        Remove autom4te.cache.
106
1072002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
110
1112002-08-21      Joel Sherrill <joel@OARcorp.com>
112
113        * bsp_specs: Added support for -nostdlibs.
114
1152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
124
1252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * startup/bspstart.c: Per PR252 removed hack that tripled size of
128        RTEMS Workspace when POSIX is configured.  This was probably done to
129        account for confdefs.h missing some application requirements.
130
1312002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * start/Makefile.am: Eliminate PGM.
134        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
135
1362002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
139
1402002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
143        Remove $(OBJS) from all-local.
144
1452002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
148
1492001-05-09      Joel Sherrill <joel@OARcorp.com>
150
151        * startup/linkcmds: In support of gcc 3.1, added one of more
152        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
153        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
154        and direction of segments to memory regions may also have been
155        addressed.  This was a sweep across all BSPs.
156 
1572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * include/bsp.h: include <libcpu/cpu.h>.
160
1612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac:
164        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
165        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
166        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
175
1762002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Remove stray ';', PR 139.
179
1802002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
183
1842001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
187        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
188
1892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
192
1932001-10-25      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds: Added _init and _fini.
196
1972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
200        * configure.in: Remove.
201        * configure.ac: New file, generated from configure.in by autoupdate.
202
2032001-09-27      Joel Sherrill <joel@OARcorp.com>
204
205        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
206
2072001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
210
2112001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.in: Add bspopts.h.
214        * include/bsp.h: Include bspopts.h.
215        * include/.cvsignore: Add bspopts.h*, stamp-h*.
216        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
217        * start/Makefile.am: Dito.
218        * network/Makefile.am: Dito.
219
2202001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
223
2242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
227
2282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
231
2322000-11-01      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
235        and libcsupport.h moved from libc to lib/include/rtems and
236        now must be referenced as <rtems/XXX.h>.   Header file order
237        was cleaned up while doing this.
238
2392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
242        Switch to GNU canonicalization.
243
2442000-10-20      Joel Sherrill <joel@OARcorp.com>
245
246        * console/console.c: Invoke BSP_uart_init() with enough arguments
247        now that more communication parameters are settable.
248
2492000-10-17      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
252        to libbsp/i386/shared/irq.
253
2542000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
255
256        * startup/linkcmds: Added lines so DWARF debug information
257        would be available.  Otherwise gdb complains that the offsets
258        for the debug info are incorrect and doesn't load the files.
259
2602000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
263
2642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
267        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
268        wrapup/Makefile.am: Include compile.am
269
2702000-08-10      Joel Sherrill <joel@OARcorp.com>
271
272        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.