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

4.104.114.84.95
Last change on this file since 27515f6d was 27515f6d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 17:56:11

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • network/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics
  • Property mode set to 100644
File size: 9.3 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add preinstallation dirstamp support.
4        * clock/Makefile.am: Cosmetics.
5        * console/Makefile.am: Cosmetics.
6        * network/Makefile.am: Cosmetics.
7        * startup/Makefile.am: Cosmetics.
8        * timer/Makefile.am: Cosmetics.
9        * wrapup/Makefile.am: Cosmetics
10
112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Remove all-local: $(ARCH).
14        * console/Makefile.am: Remove all-local: $(ARCH).
15        * network/Makefile.am: Remove all-local: $(ARCH).
16        * start/Makefile.am: Remove all-local: $(ARCH).
17        * startup/Makefile.am: Remove all-local: $(ARCH).
18        * timer/Makefile.am: Remove all-local: $(ARCH).
19        * wrapup/Makefile.am: Remove all-local: $(ARCH).
20
212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Merge-in include/Makefile.am.
24        Reflect changes to bsp.am.
25        * include/Makefile.am: Remove.
26        * configure.ac: Reflect changes above.
27
282003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * bsp_specs: Remove *lib:.
31
322003-09-04      Joel Sherrill <joel@OARcorp.com>
33
34        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
35        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
36        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
37        timer/timer.c, timer/timerisr.S: URL for license changed.
38
392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect having moved aclocal/.
42
432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Reflect having moved automake/.
46        * clock/Makefile.am: Reflect having moved automake/.
47        * console/Makefile.am: Reflect having moved automake/.
48        * include/Makefile.am: Reflect having moved automake/.
49        * network/Makefile.am: Reflect having moved automake/.
50        * start/Makefile.am: Reflect having moved automake/.
51        * startup/Makefile.am: Reflect having moved automake/.
52        * timer/Makefile.am: Reflect having moved automake/.
53        * wrapup/Makefile.am: Reflect having moved automake/.
54
552003-08-13      Joel Sherrill <joel@OARcorp.com>
56
57        PR 451/bsps
58        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
59
602003-08-11      Joel Sherrill <joel@OARcorp.com>
61
62        PR 450/make_build
63        * startup/linkcmds: Added .eh_frame
64
652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
68
692003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        PR 445/bsps
72        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
73        Remove cpp, old_cpp (now unused).
74
752003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
78
792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove AC_CONFIG_AUX_DIR.
82
832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
86
872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: AC_PREREQ(2.57).
90
912003-01-20      Joel Sherrill <joel@OARcorp.com>
92
93        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
94
952002-12-19      Joel Sherrill <joel@OARcorp.com>
96
97        * console/console.c: Removed __assert() which conflicts with newlib.
98
992002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
104        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
105        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
106        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
107
1082002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Use install-data-local to install startfile.
111
1122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
115
1162002-11-04      Joel Sherrill <joel@OARcorp.com>
117
118        * network/network.c: Removed warnings.
119
1202002-11-04      Joel Sherrill <joel@OARcorp.com>
121
122        * console/console.c, network/network.c: Removed warnings.
123
1242002-11-01      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/bspstart.c: Removed warnings.
127
1282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Reformat.
131        Add autom4te*cache.
132        Remove autom4te.cache.
133
1342002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
137
1382002-08-21      Joel Sherrill <joel@OARcorp.com>
139
140        * bsp_specs: Added support for -nostdlibs.
141
1422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
145        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
146        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
147        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
148        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
149        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
150        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
151
1522002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * startup/bspstart.c: Per PR252 removed hack that tripled size of
155        RTEMS Workspace when POSIX is configured.  This was probably done to
156        account for confdefs.h missing some application requirements.
157
1582002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Eliminate PGM.
161        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
162
1632002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
166
1672002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
170        Remove $(OBJS) from all-local.
171
1722002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
175
1762001-05-09      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds: In support of gcc 3.1, added one of more
179        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
180        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
181        and direction of segments to memory regions may also have been
182        addressed.  This was a sweep across all BSPs.
183 
1842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * include/bsp.h: include <libcpu/cpu.h>.
187
1882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac:
191        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
192        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
193        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
194        * Makefile.am: Remove AUTOMAKE_OPTIONS.
195        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
202
2032002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Remove stray ';', PR 139.
206
2072002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
210
2112001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
214        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
215
2162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
219
2202001-10-25      Joel Sherrill <joel@OARcorp.com>
221
222        * startup/linkcmds: Added _init and _fini.
223
2242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
227        * configure.in: Remove.
228        * configure.ac: New file, generated from configure.in by autoupdate.
229
2302001-09-27      Joel Sherrill <joel@OARcorp.com>
231
232        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
233
2342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
237
2382001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.in: Add bspopts.h.
241        * include/bsp.h: Include bspopts.h.
242        * include/.cvsignore: Add bspopts.h*, stamp-h*.
243        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
244        * start/Makefile.am: Dito.
245        * network/Makefile.am: Dito.
246
2472001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
250
2512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
254
2552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
258
2592000-11-01      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
262        and libcsupport.h moved from libc to lib/include/rtems and
263        now must be referenced as <rtems/XXX.h>.   Header file order
264        was cleaned up while doing this.
265
2662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
269        Switch to GNU canonicalization.
270
2712000-10-20      Joel Sherrill <joel@OARcorp.com>
272
273        * console/console.c: Invoke BSP_uart_init() with enough arguments
274        now that more communication parameters are settable.
275
2762000-10-17      Joel Sherrill <joel@OARcorp.com>
277
278        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
279        to libbsp/i386/shared/irq.
280
2812000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
282
283        * startup/linkcmds: Added lines so DWARF debug information
284        would be available.  Otherwise gdb complains that the offsets
285        for the debug info are incorrect and doesn't load the files.
286
2872000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
290
2912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
294        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
295        wrapup/Makefile.am: Include compile.am
296
2972000-08-10      Joel Sherrill <joel@OARcorp.com>
298
299        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.