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

Last change on this file since d333638 was 73733dc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/06 at 04:52:39

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

  • configure.ac: Remove explicit ampolish3 support (now in RTEMS_BSP_CONFIGURE).
  • Property mode set to 100644
File size: 13.9 KB
Line 
12006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove explicit ampolish3 support (now in
4        RTEMS_BSP_CONFIGURE).
5
62006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Add ampolish3 support.
9        * Makefile.am: Add preinstall.am.
10
112005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Add pci.rel.
14
152005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Install/preinstall headers from ../../i386/shared.
18
192005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
22
232005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * include/bsp.h: New header guard.
26
272005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
28
29        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
30        Moved irq.h to bsp subdirectory.
31
322005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
35
362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Remove build-variant support.
39
402004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * configure.ac: Require automake > 1.9.
43
442004-07-25      Joel Sherrill <joel@OARcorp.com>
45
46        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
47        * network/ne2000.c: Add include of <sys/errno.h>.
48
492004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        PR 610/bsps
52        * Makefile.am: Add include/tm27.h, Cosmetics.
53        * include/tm27.h: Final cosmetics.
54
552004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * include/bsp.h: Split out tmtest27 support.
58        * include/tm27.h: New.
59
602004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        PR 613/bsps
63        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
64
652004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        PR 614/bsps
68        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
69
702004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
73        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
74
752004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
78        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
79        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
80
812004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
84        timer/timer.c: Convert to using c99 fixed size types.
85
862004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect changes to bsp.am.
89        Preinstall dist_project_lib*.
90
912004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Reflect changes to bsp.am.
94
952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
98
992004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Pickup files from ../../i386/shared instead of
102        ../shared. Reformat.
103
1042004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
107        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
108        wrapup/Makefile.am. Use automake compilation rules.
109        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
110        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
111        * configure.ac: Reflect changes above.
112
1132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
116        Add RTEMS_PROG_CCAS.
117
1182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Add PREINSTALL_DIRS.
121        * wrapup/Makefile.am: Reflect changes to libcpu.
122
1232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
126        Add PRE/TMPINSTALL_FILES to CLEANFILES.
127        * startup/Makefile.am: Ditto.
128
1292004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: Remove.
132        * Makefile.am: Merge-in start/Makefile.am.
133        * configure.ac: Reflect changes above.
134
1352004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Eliminate $(LIB).
138        Use noinst_DATA to trigger building libbsp.a.
139
1402003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
143        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
144
1452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
148        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
149
1502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
153
1542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Cosmetics.
157
1582003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Misc cleanups and fixes.
161        * startup/Makefile.am: Misc cleanups and fixes.
162        * wrapup/Makefile.am: Misc cleanups and fixes.
163
1642003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Add preinstallation dirstamp support.
167        * clock/Makefile.am: Cosmetics.
168        * console/Makefile.am: Cosmetics.
169        * network/Makefile.am: Cosmetics.
170        * startup/Makefile.am: Cosmetics.
171        * timer/Makefile.am: Cosmetics.
172        * wrapup/Makefile.am: Cosmetics.
173
1742003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am: Remove all-local: $(ARCH).
177        * console/Makefile.am: Remove all-local: $(ARCH).
178        * network/Makefile.am: Remove all-local: $(ARCH).
179        * start/Makefile.am: Remove all-local: $(ARCH).
180        * startup/Makefile.am: Remove all-local: $(ARCH).
181        * timer/Makefile.am: Remove all-local: $(ARCH).
182        * wrapup/Makefile.am: Remove all-local: $(ARCH).
183
1842003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Merge-in include/Makefile.am.
187        Reflect changes to bsp.am.
188        * include/Makefile.am: Remove.
189        * configure.ac: Reflect changes above.
190
1912003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * bsp_specs: Remove *lib:.
194
1952003-09-04      Joel Sherrill <joel@OARcorp.com>
196
197        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
198        include/coverhd.h, network/ne2000.c, start/80386ex.h,
199        start/80386ex.inc, start/macros.inc, start/start.S,
200        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
201        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
202        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
203        tools/debug_c/system.h, tools/network_ada/listener/init.c,
204        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
205        license changed.
206
2072003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Reflect having moved aclocal/.
210
2112003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Reflect having moved automake/.
214        * clock/Makefile.am: Reflect having moved automake/.
215        * console/Makefile.am: Reflect having moved automake/.
216        * include/Makefile.am: Reflect having moved automake/.
217        * network/Makefile.am: Reflect having moved automake/.
218        * start/Makefile.am: Reflect having moved automake/.
219        * startup/Makefile.am: Reflect having moved automake/.
220        * timer/Makefile.am: Reflect having moved automake/.
221        * wrapup/Makefile.am: Reflect having moved automake/.
222
2232003-08-13      Joel Sherrill <joel@OARcorp.com>
224
225        PR 451/bsps
226        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
227
2282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        PR 452/bsps
231        * startup/Makefile.am: Remove USE_INIT_FINI.
232
2332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
236
2372003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        PR 445/bsps
240        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
241        Remove cpp, old_cpp (now unused).
242
2432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Remove AC_CONFIG_AUX_DIR.
246
2472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
250
2512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: AC_PREREQ(2.57).
254
2552003-01-20      Joel Sherrill <joel@OARcorp.com>
256
257        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
258
2592002-12-19      Joel Sherrill <joel@OARcorp.com>
260
261        * console/console.c: Removed __assert() which conflicts with newlib.
262
2632002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271
2722002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * start/Makefile.am: Use install-data-local to install startfile.
275
2762002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279
2802002-11-04      Joel Sherrill <joel@OARcorp.com>
281
282        * console/console.c, network/ne2000.c: Removed warnings.
283
2842002-11-01      Joel Sherrill <joel@OARcorp.com>
285
286        * startup/bspstart.c: Removed warnings.
287
2882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * .cvsignore: Reformat.
291        Add autom4te*cache.
292        Remove autom4te.cache.
293
2942002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
297
2982002-08-21      Joel Sherrill <joel@OARcorp.com>
299
300        * bsp_specs: Added support for -nostdlibs.
301
3022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
311
3122002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * start/Makefile.am: Eliminate PGM.
315        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
316
3172002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
320
3212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
324        Remove $(OBJS) from all-local.
325
3262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
329
3302001-05-17      Joel Sherrill <joel@OARcorp.com>
331
332        * startup/linkcmds: Per PR224, added wild card math to .rodata.
333
3342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * include/bsp.h: include <libcpu/cpu.h>.
337        * console/console.c: Remove unused variable console_open_count.
338
3392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac:
342        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
343        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
344        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
353
3542002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Remove stray ';', PR 139.
357
3582002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
361
3622001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
365        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
366
3672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
370
3712001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
374        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
375        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
376
3772001-10-12      Joel Sherrill <joel@OARcorp.com>
378
379        * startup/linkcmds: Fixed typo.
380
3812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
384        * configure.in: Remove.
385        * configure.ac: New file, generated from configure.in by autoupdate.
386
3872001-09-27      Joel Sherrill <joel@OARcorp.com>
388
389        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
390
3912001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
394
3952001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.in: Add bspopts.h.
398        * include/.cvsignore: Add bspopts.h*, stamp-h*.
399        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
400        * include/bsp.h: Include bspopts.h.
401
4022001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
403
404        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
405
4062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
409
4102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
413
4142000-11-01      Joel Sherrill <joel@OARcorp.com>
415
416        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
417        and libcsupport.h moved from libc to lib/include/rtems and
418        now must be referenced as <rtems/XXX.h>.   Header file order
419        was cleaned up while doing this.
420
4212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
424        Switch to GNU canonicalization.
425
4262000-10-19      Joel Sherrill <joel@OARcorp.com>
427
428        * console/console.c: Invoke BSP_uart_init() with all arguments
429        now that it takes more parameters.
430
4312000-10-17      Joel Sherrill <joel@OARcorp.com>
432
433        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
434        to libbsp/i386/shared/irq.
435
4362000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
437
438        * startup/linkcmds: Added lines so DWARF debug information
439        would be available.  Otherwise gdb complains that the offsets
440        for the debug info are incorrect and doesn't load the files.
441
4422000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
445        * startup/Makefile.am: Cleanup comments.
446
4472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
450        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
451        wrapup/Makefile.am: Include compile.am
452
4532000-08-10      Joel Sherrill <joel@OARcorp.com>
454
455        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.