source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ cc1426bb

4.104.114.84.95
Last change on this file since cc1426bb was cc1426bb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:19:28
  • start/start.S: Include <rtems/asm.h> instead of <asm.h>.
  • timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 12.1 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
4        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
5
62004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
9        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
10        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
11
122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
15        timer/timer.c: Convert to using c99 fixed size types.
16
172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect changes to bsp.am.
20        Preinstall dist_project_lib*.
21
222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect changes to bsp.am.
25
262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
29
302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Pickup files from ../../i386/shared instead of
33        ../shared. Reformat.
34
352004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
38        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
39        wrapup/Makefile.am. Use automake compilation rules.
40        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
41        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
42        * configure.ac: Reflect changes above.
43
442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
47        Add RTEMS_PROG_CCAS.
48
492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Add PREINSTALL_DIRS.
52        * wrapup/Makefile.am: Reflect changes to libcpu.
53
542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
57        Add PRE/TMPINSTALL_FILES to CLEANFILES.
58        * startup/Makefile.am: Ditto.
59
602004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: Remove.
63        * Makefile.am: Merge-in start/Makefile.am.
64        * configure.ac: Reflect changes above.
65
662004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Eliminate $(LIB).
69        Use noinst_DATA to trigger building libbsp.a.
70
712003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
74        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
75
762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
79        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
80
812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
84
852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Cosmetics.
88
892003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * start/Makefile.am: Misc cleanups and fixes.
92        * startup/Makefile.am: Misc cleanups and fixes.
93        * wrapup/Makefile.am: Misc cleanups and fixes.
94
952003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Add preinstallation dirstamp support.
98        * clock/Makefile.am: Cosmetics.
99        * console/Makefile.am: Cosmetics.
100        * network/Makefile.am: Cosmetics.
101        * startup/Makefile.am: Cosmetics.
102        * timer/Makefile.am: Cosmetics.
103        * wrapup/Makefile.am: Cosmetics.
104
1052003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * clock/Makefile.am: Remove all-local: $(ARCH).
108        * console/Makefile.am: Remove all-local: $(ARCH).
109        * network/Makefile.am: Remove all-local: $(ARCH).
110        * start/Makefile.am: Remove all-local: $(ARCH).
111        * startup/Makefile.am: Remove all-local: $(ARCH).
112        * timer/Makefile.am: Remove all-local: $(ARCH).
113        * wrapup/Makefile.am: Remove all-local: $(ARCH).
114
1152003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Merge-in include/Makefile.am.
118        Reflect changes to bsp.am.
119        * include/Makefile.am: Remove.
120        * configure.ac: Reflect changes above.
121
1222003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * bsp_specs: Remove *lib:.
125
1262003-09-04      Joel Sherrill <joel@OARcorp.com>
127
128        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
129        include/coverhd.h, network/ne2000.c, start/80386ex.h,
130        start/80386ex.inc, start/macros.inc, start/start.S,
131        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
132        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
133        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
134        tools/debug_c/system.h, tools/network_ada/listener/init.c,
135        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
136        license changed.
137
1382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Reflect having moved aclocal/.
141
1422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Reflect having moved automake/.
145        * clock/Makefile.am: Reflect having moved automake/.
146        * console/Makefile.am: Reflect having moved automake/.
147        * include/Makefile.am: Reflect having moved automake/.
148        * network/Makefile.am: Reflect having moved automake/.
149        * start/Makefile.am: Reflect having moved automake/.
150        * startup/Makefile.am: Reflect having moved automake/.
151        * timer/Makefile.am: Reflect having moved automake/.
152        * wrapup/Makefile.am: Reflect having moved automake/.
153
1542003-08-13      Joel Sherrill <joel@OARcorp.com>
155
156        PR 451/bsps
157        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
158
1592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        PR 452/bsps
162        * startup/Makefile.am: Remove USE_INIT_FINI.
163
1642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
167
1682003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        PR 445/bsps
171        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
172        Remove cpp, old_cpp (now unused).
173
1742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove AC_CONFIG_AUX_DIR.
177
1782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
181
1822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: AC_PREREQ(2.57).
185
1862003-01-20      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
189
1902002-12-19      Joel Sherrill <joel@OARcorp.com>
191
192        * console/console.c: Removed __assert() which conflicts with newlib.
193
1942002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202
2032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * start/Makefile.am: Use install-data-local to install startfile.
206
2072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210
2112002-11-04      Joel Sherrill <joel@OARcorp.com>
212
213        * console/console.c, network/ne2000.c: Removed warnings.
214
2152002-11-01      Joel Sherrill <joel@OARcorp.com>
216
217        * startup/bspstart.c: Removed warnings.
218
2192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * .cvsignore: Reformat.
222        Add autom4te*cache.
223        Remove autom4te.cache.
224
2252002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
228
2292002-08-21      Joel Sherrill <joel@OARcorp.com>
230
231        * bsp_specs: Added support for -nostdlibs.
232
2332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
242
2432002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * start/Makefile.am: Eliminate PGM.
246        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
247
2482002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
251
2522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
255        Remove $(OBJS) from all-local.
256
2572002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
260
2612001-05-17      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/linkcmds: Per PR224, added wild card math to .rodata.
264
2652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * include/bsp.h: include <libcpu/cpu.h>.
268        * console/console.c: Remove unused variable console_open_count.
269
2702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac:
273        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
274        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
275        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
284
2852002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Remove stray ';', PR 139.
288
2892002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
292
2932001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
296        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
297
2982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
301
3022001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
305        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
306        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
307
3082001-10-12      Joel Sherrill <joel@OARcorp.com>
309
310        * startup/linkcmds: Fixed typo.
311
3122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
315        * configure.in: Remove.
316        * configure.ac: New file, generated from configure.in by autoupdate.
317
3182001-09-27      Joel Sherrill <joel@OARcorp.com>
319
320        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
321
3222001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
325
3262001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.in: Add bspopts.h.
329        * include/.cvsignore: Add bspopts.h*, stamp-h*.
330        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
331        * include/bsp.h: Include bspopts.h.
332
3332001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
334
335        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
336
3372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
340
3412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
344
3452000-11-01      Joel Sherrill <joel@OARcorp.com>
346
347        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
348        and libcsupport.h moved from libc to lib/include/rtems and
349        now must be referenced as <rtems/XXX.h>.   Header file order
350        was cleaned up while doing this.
351
3522000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
355        Switch to GNU canonicalization.
356
3572000-10-19      Joel Sherrill <joel@OARcorp.com>
358
359        * console/console.c: Invoke BSP_uart_init() with all arguments
360        now that it takes more parameters.
361
3622000-10-17      Joel Sherrill <joel@OARcorp.com>
363
364        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
365        to libbsp/i386/shared/irq.
366
3672000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
368
369        * startup/linkcmds: Added lines so DWARF debug information
370        would be available.  Otherwise gdb complains that the offsets
371        for the debug info are incorrect and doesn't load the files.
372
3732000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
376        * startup/Makefile.am: Cleanup comments.
377
3782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
381        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
382        wrapup/Makefile.am: Include compile.am
383
3842000-08-10      Joel Sherrill <joel@OARcorp.com>
385
386        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.