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

4.104.114.84.95
Last change on this file since 5c7f274 was 5c7f274, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/10/06 at 19:14:43

2006-01-10 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Add ampolish3 support.
  • Makefile.am: Add preinstall.am.
  • Property mode set to 100644
File size: 13.8 KB
Line 
12006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Add ampolish3 support.
4        * Makefile.am: Add preinstall.am.
5
62005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Add pci.rel.
9
102005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Install/preinstall headers from ../../i386/shared.
13
142005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
17
182005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * include/bsp.h: New header guard.
21
222005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
23
24        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
25        Moved irq.h to bsp subdirectory.
26
272005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
30
312005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Remove build-variant support.
34
352004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * configure.ac: Require automake > 1.9.
38
392004-07-25      Joel Sherrill <joel@OARcorp.com>
40
41        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
42        * network/ne2000.c: Add include of <sys/errno.h>.
43
442004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        PR 610/bsps
47        * Makefile.am: Add include/tm27.h, Cosmetics.
48        * include/tm27.h: Final cosmetics.
49
502004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * include/bsp.h: Split out tmtest27 support.
53        * include/tm27.h: New.
54
552004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        PR 613/bsps
58        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
59
602004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        PR 614/bsps
63        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
64
652004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
68        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
69
702004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
73        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
74        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
75
762004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
79        timer/timer.c: Convert to using c99 fixed size types.
80
812004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Reflect changes to bsp.am.
84        Preinstall dist_project_lib*.
85
862004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect changes to bsp.am.
89
902004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
93
942004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Pickup files from ../../i386/shared instead of
97        ../shared. Reformat.
98
992004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
102        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
103        wrapup/Makefile.am. Use automake compilation rules.
104        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
105        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
106        * configure.ac: Reflect changes above.
107
1082004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
111        Add RTEMS_PROG_CCAS.
112
1132004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Add PREINSTALL_DIRS.
116        * wrapup/Makefile.am: Reflect changes to libcpu.
117
1182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
121        Add PRE/TMPINSTALL_FILES to CLEANFILES.
122        * startup/Makefile.am: Ditto.
123
1242004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: Remove.
127        * Makefile.am: Merge-in start/Makefile.am.
128        * configure.ac: Reflect changes above.
129
1302004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Eliminate $(LIB).
133        Use noinst_DATA to trigger building libbsp.a.
134
1352003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
138        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
139
1402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
143        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
144
1452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * wrapup/Makefile.am: Cosmetics.
152
1532003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * start/Makefile.am: Misc cleanups and fixes.
156        * startup/Makefile.am: Misc cleanups and fixes.
157        * wrapup/Makefile.am: Misc cleanups and fixes.
158
1592003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add preinstallation dirstamp support.
162        * clock/Makefile.am: Cosmetics.
163        * console/Makefile.am: Cosmetics.
164        * network/Makefile.am: Cosmetics.
165        * startup/Makefile.am: Cosmetics.
166        * timer/Makefile.am: Cosmetics.
167        * wrapup/Makefile.am: Cosmetics.
168
1692003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * clock/Makefile.am: Remove all-local: $(ARCH).
172        * console/Makefile.am: Remove all-local: $(ARCH).
173        * network/Makefile.am: Remove all-local: $(ARCH).
174        * start/Makefile.am: Remove all-local: $(ARCH).
175        * startup/Makefile.am: Remove all-local: $(ARCH).
176        * timer/Makefile.am: Remove all-local: $(ARCH).
177        * wrapup/Makefile.am: Remove all-local: $(ARCH).
178
1792003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Merge-in include/Makefile.am.
182        Reflect changes to bsp.am.
183        * include/Makefile.am: Remove.
184        * configure.ac: Reflect changes above.
185
1862003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * bsp_specs: Remove *lib:.
189
1902003-09-04      Joel Sherrill <joel@OARcorp.com>
191
192        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
193        include/coverhd.h, network/ne2000.c, start/80386ex.h,
194        start/80386ex.inc, start/macros.inc, start/start.S,
195        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
196        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
197        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
198        tools/debug_c/system.h, tools/network_ada/listener/init.c,
199        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
200        license changed.
201
2022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Reflect having moved aclocal/.
205
2062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Reflect having moved automake/.
209        * clock/Makefile.am: Reflect having moved automake/.
210        * console/Makefile.am: Reflect having moved automake/.
211        * include/Makefile.am: Reflect having moved automake/.
212        * network/Makefile.am: Reflect having moved automake/.
213        * start/Makefile.am: Reflect having moved automake/.
214        * startup/Makefile.am: Reflect having moved automake/.
215        * timer/Makefile.am: Reflect having moved automake/.
216        * wrapup/Makefile.am: Reflect having moved automake/.
217
2182003-08-13      Joel Sherrill <joel@OARcorp.com>
219
220        PR 451/bsps
221        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
222
2232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        PR 452/bsps
226        * startup/Makefile.am: Remove USE_INIT_FINI.
227
2282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
231
2322003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        PR 445/bsps
235        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
236        Remove cpp, old_cpp (now unused).
237
2382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Remove AC_CONFIG_AUX_DIR.
241
2422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
245
2462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: AC_PREREQ(2.57).
249
2502003-01-20      Joel Sherrill <joel@OARcorp.com>
251
252        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
253
2542002-12-19      Joel Sherrill <joel@OARcorp.com>
255
256        * console/console.c: Removed __assert() which conflicts with newlib.
257
2582002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266
2672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * start/Makefile.am: Use install-data-local to install startfile.
270
2712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274
2752002-11-04      Joel Sherrill <joel@OARcorp.com>
276
277        * console/console.c, network/ne2000.c: Removed warnings.
278
2792002-11-01      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/bspstart.c: Removed warnings.
282
2832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * .cvsignore: Reformat.
286        Add autom4te*cache.
287        Remove autom4te.cache.
288
2892002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
292
2932002-08-21      Joel Sherrill <joel@OARcorp.com>
294
295        * bsp_specs: Added support for -nostdlibs.
296
2972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
300        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
306
3072002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * start/Makefile.am: Eliminate PGM.
310        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
311
3122002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
315
3162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
319        Remove $(OBJS) from all-local.
320
3212002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
324
3252001-05-17      Joel Sherrill <joel@OARcorp.com>
326
327        * startup/linkcmds: Per PR224, added wild card math to .rodata.
328
3292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * include/bsp.h: include <libcpu/cpu.h>.
332        * console/console.c: Remove unused variable console_open_count.
333
3342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac:
337        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
338        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
339        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
348
3492002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: Remove stray ';', PR 139.
352
3532002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
356
3572001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
360        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
361
3622001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
365
3662001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
369        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
370        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
371
3722001-10-12      Joel Sherrill <joel@OARcorp.com>
373
374        * startup/linkcmds: Fixed typo.
375
3762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
379        * configure.in: Remove.
380        * configure.ac: New file, generated from configure.in by autoupdate.
381
3822001-09-27      Joel Sherrill <joel@OARcorp.com>
383
384        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
385
3862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
389
3902001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.in: Add bspopts.h.
393        * include/.cvsignore: Add bspopts.h*, stamp-h*.
394        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
395        * include/bsp.h: Include bspopts.h.
396
3972001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
398
399        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
400
4012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
404
4052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
408
4092000-11-01      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
412        and libcsupport.h moved from libc to lib/include/rtems and
413        now must be referenced as <rtems/XXX.h>.   Header file order
414        was cleaned up while doing this.
415
4162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
419        Switch to GNU canonicalization.
420
4212000-10-19      Joel Sherrill <joel@OARcorp.com>
422
423        * console/console.c: Invoke BSP_uart_init() with all arguments
424        now that it takes more parameters.
425
4262000-10-17      Joel Sherrill <joel@OARcorp.com>
427
428        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
429        to libbsp/i386/shared/irq.
430
4312000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
432
433        * startup/linkcmds: Added lines so DWARF debug information
434        would be available.  Otherwise gdb complains that the offsets
435        for the debug info are incorrect and doesn't load the files.
436
4372000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
440        * startup/Makefile.am: Cleanup comments.
441
4422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
445        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
446        wrapup/Makefile.am: Include compile.am
447
4482000-08-10      Joel Sherrill <joel@OARcorp.com>
449
450        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.