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

4.104.114.84.95
Last change on this file since e9924f91 was e9924f91, checked in by Joel Sherrill <joel.sherrill@…>, on 07/25/04 at 14:22:46

2004-07-25 Joel Sherrill <joel@…>

  • Makefile.am: Add -DINSIDE_RTEMS_BSD_TCPIP_STACK for network.
  • network/ne2000.c: Add include of <sys/errno.h>.
  • Property mode set to 100644
File size: 12.8 KB
Line 
12004-07-25      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
4        * network/ne2000.c: Add include of <sys/errno.h>.
5
62004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 610/bsps
9        * Makefile.am: Add include/tm27.h, Cosmetics.
10        * include/tm27.h: Final cosmetics.
11
122004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * include/bsp.h: Split out tmtest27 support.
15        * include/tm27.h: New.
16
172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 613/bsps
20        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
21
222004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        PR 614/bsps
25        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
26
272004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
30        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
31
322004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
35        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
36        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
37
382004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
41        timer/timer.c: Convert to using c99 fixed size types.
42
432004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Reflect changes to bsp.am.
46        Preinstall dist_project_lib*.
47
482004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reflect changes to bsp.am.
51
522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
55
562004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Pickup files from ../../i386/shared instead of
59        ../shared. Reformat.
60
612004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
64        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
65        wrapup/Makefile.am. Use automake compilation rules.
66        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
67        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
68        * configure.ac: Reflect changes above.
69
702004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
73        Add RTEMS_PROG_CCAS.
74
752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add PREINSTALL_DIRS.
78        * wrapup/Makefile.am: Reflect changes to libcpu.
79
802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
83        Add PRE/TMPINSTALL_FILES to CLEANFILES.
84        * startup/Makefile.am: Ditto.
85
862004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: Remove.
89        * Makefile.am: Merge-in start/Makefile.am.
90        * configure.ac: Reflect changes above.
91
922004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate $(LIB).
95        Use noinst_DATA to trigger building libbsp.a.
96
972003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106
1072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
110
1112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Cosmetics.
114
1152003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: Misc cleanups and fixes.
118        * startup/Makefile.am: Misc cleanups and fixes.
119        * wrapup/Makefile.am: Misc cleanups and fixes.
120
1212003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Add preinstallation dirstamp support.
124        * clock/Makefile.am: Cosmetics.
125        * console/Makefile.am: Cosmetics.
126        * network/Makefile.am: Cosmetics.
127        * startup/Makefile.am: Cosmetics.
128        * timer/Makefile.am: Cosmetics.
129        * wrapup/Makefile.am: Cosmetics.
130
1312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * clock/Makefile.am: Remove all-local: $(ARCH).
134        * console/Makefile.am: Remove all-local: $(ARCH).
135        * network/Makefile.am: Remove all-local: $(ARCH).
136        * start/Makefile.am: Remove all-local: $(ARCH).
137        * startup/Makefile.am: Remove all-local: $(ARCH).
138        * timer/Makefile.am: Remove all-local: $(ARCH).
139        * wrapup/Makefile.am: Remove all-local: $(ARCH).
140
1412003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Merge-in include/Makefile.am.
144        Reflect changes to bsp.am.
145        * include/Makefile.am: Remove.
146        * configure.ac: Reflect changes above.
147
1482003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * bsp_specs: Remove *lib:.
151
1522003-09-04      Joel Sherrill <joel@OARcorp.com>
153
154        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
155        include/coverhd.h, network/ne2000.c, start/80386ex.h,
156        start/80386ex.inc, start/macros.inc, start/start.S,
157        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
158        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
159        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
160        tools/debug_c/system.h, tools/network_ada/listener/init.c,
161        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
162        license changed.
163
1642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Reflect having moved aclocal/.
167
1682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having moved automake/.
171        * clock/Makefile.am: Reflect having moved automake/.
172        * console/Makefile.am: Reflect having moved automake/.
173        * include/Makefile.am: Reflect having moved automake/.
174        * network/Makefile.am: Reflect having moved automake/.
175        * start/Makefile.am: Reflect having moved automake/.
176        * startup/Makefile.am: Reflect having moved automake/.
177        * timer/Makefile.am: Reflect having moved automake/.
178        * wrapup/Makefile.am: Reflect having moved automake/.
179
1802003-08-13      Joel Sherrill <joel@OARcorp.com>
181
182        PR 451/bsps
183        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        PR 452/bsps
188        * startup/Makefile.am: Remove USE_INIT_FINI.
189
1902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
193
1942003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        PR 445/bsps
197        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
198        Remove cpp, old_cpp (now unused).
199
2002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Remove AC_CONFIG_AUX_DIR.
203
2042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
207
2082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: AC_PREREQ(2.57).
211
2122003-01-20      Joel Sherrill <joel@OARcorp.com>
213
214        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
215
2162002-12-19      Joel Sherrill <joel@OARcorp.com>
217
218        * console/console.c: Removed __assert() which conflicts with newlib.
219
2202002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228
2292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * start/Makefile.am: Use install-data-local to install startfile.
232
2332002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236
2372002-11-04      Joel Sherrill <joel@OARcorp.com>
238
239        * console/console.c, network/ne2000.c: Removed warnings.
240
2412002-11-01      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/bspstart.c: Removed warnings.
244
2452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * .cvsignore: Reformat.
248        Add autom4te*cache.
249        Remove autom4te.cache.
250
2512002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
254
2552002-08-21      Joel Sherrill <joel@OARcorp.com>
256
257        * bsp_specs: Added support for -nostdlibs.
258
2592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
268
2692002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * start/Makefile.am: Eliminate PGM.
272        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
273
2742002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
277
2782002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
281        Remove $(OBJS) from all-local.
282
2832002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
286
2872001-05-17      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/linkcmds: Per PR224, added wild card math to .rodata.
290
2912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * include/bsp.h: include <libcpu/cpu.h>.
294        * console/console.c: Remove unused variable console_open_count.
295
2962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac:
299        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
300        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
301        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
310
3112002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Remove stray ';', PR 139.
314
3152002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
318
3192001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
322        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
323
3242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
327
3282001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
331        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
332        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
333
3342001-10-12      Joel Sherrill <joel@OARcorp.com>
335
336        * startup/linkcmds: Fixed typo.
337
3382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
341        * configure.in: Remove.
342        * configure.ac: New file, generated from configure.in by autoupdate.
343
3442001-09-27      Joel Sherrill <joel@OARcorp.com>
345
346        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
347
3482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
351
3522001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.in: Add bspopts.h.
355        * include/.cvsignore: Add bspopts.h*, stamp-h*.
356        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
357        * include/bsp.h: Include bspopts.h.
358
3592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
360
361        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
362
3632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
366
3672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
370
3712000-11-01      Joel Sherrill <joel@OARcorp.com>
372
373        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
374        and libcsupport.h moved from libc to lib/include/rtems and
375        now must be referenced as <rtems/XXX.h>.   Header file order
376        was cleaned up while doing this.
377
3782000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
381        Switch to GNU canonicalization.
382
3832000-10-19      Joel Sherrill <joel@OARcorp.com>
384
385        * console/console.c: Invoke BSP_uart_init() with all arguments
386        now that it takes more parameters.
387
3882000-10-17      Joel Sherrill <joel@OARcorp.com>
389
390        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
391        to libbsp/i386/shared/irq.
392
3932000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
394
395        * startup/linkcmds: Added lines so DWARF debug information
396        would be available.  Otherwise gdb complains that the offsets
397        for the debug info are incorrect and doesn't load the files.
398
3992000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
402        * startup/Makefile.am: Cleanup comments.
403
4042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
407        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
408        wrapup/Makefile.am: Include compile.am
409
4102000-08-10      Joel Sherrill <joel@OARcorp.com>
411
412        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.