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

4.104.114.84.95
Last change on this file since fcb0cd46 was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 14.4 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-11-15      Joel Sherrill <joel@OARcorp.com>
6
7        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
8        file and simplified initialization.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove superfluous -DASM.
13
142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Require autoconf-2.60. Require automake-1.10.
17
182006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Remove explicit ampolish3 support (now in
21        RTEMS_BSP_CONFIGURE).
22
232006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Add ampolish3 support.
26        * Makefile.am: Add preinstall.am.
27
282005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Add pci.rel.
31
322005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Install/preinstall headers from ../../i386/shared.
35
362005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
39
402005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * include/bsp.h: New header guard.
43
442005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
45
46        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
47        Moved irq.h to bsp subdirectory.
48
492005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
52
532005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Remove build-variant support.
56
572004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Require automake > 1.9.
60
612004-07-25      Joel Sherrill <joel@OARcorp.com>
62
63        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
64        * network/ne2000.c: Add include of <sys/errno.h>.
65
662004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        PR 610/bsps
69        * Makefile.am: Add include/tm27.h, Cosmetics.
70        * include/tm27.h: Final cosmetics.
71
722004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * include/bsp.h: Split out tmtest27 support.
75        * include/tm27.h: New.
76
772004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        PR 613/bsps
80        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
81
822004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        PR 614/bsps
85        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
86
872004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
90        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
91
922004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
95        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
96        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
97
982004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
101        timer/timer.c: Convert to using c99 fixed size types.
102
1032004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Reflect changes to bsp.am.
106        Preinstall dist_project_lib*.
107
1082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Reflect changes to bsp.am.
111
1122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
115
1162004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Pickup files from ../../i386/shared instead of
119        ../shared. Reformat.
120
1212004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
124        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
125        wrapup/Makefile.am. Use automake compilation rules.
126        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
127        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
128        * configure.ac: Reflect changes above.
129
1302004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
133        Add RTEMS_PROG_CCAS.
134
1352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Add PREINSTALL_DIRS.
138        * wrapup/Makefile.am: Reflect changes to libcpu.
139
1402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
143        Add PRE/TMPINSTALL_FILES to CLEANFILES.
144        * startup/Makefile.am: Ditto.
145
1462004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * start/Makefile.am: Remove.
149        * Makefile.am: Merge-in start/Makefile.am.
150        * configure.ac: Reflect changes above.
151
1522004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * wrapup/Makefile.am: Eliminate $(LIB).
155        Use noinst_DATA to trigger building libbsp.a.
156
1572003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
160        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
161
1622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
165        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
166
1672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
170
1712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * wrapup/Makefile.am: Cosmetics.
174
1752003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Misc cleanups and fixes.
178        * startup/Makefile.am: Misc cleanups and fixes.
179        * wrapup/Makefile.am: Misc cleanups and fixes.
180
1812003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Add preinstallation dirstamp support.
184        * clock/Makefile.am: Cosmetics.
185        * console/Makefile.am: Cosmetics.
186        * network/Makefile.am: Cosmetics.
187        * startup/Makefile.am: Cosmetics.
188        * timer/Makefile.am: Cosmetics.
189        * wrapup/Makefile.am: Cosmetics.
190
1912003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * clock/Makefile.am: Remove all-local: $(ARCH).
194        * console/Makefile.am: Remove all-local: $(ARCH).
195        * network/Makefile.am: Remove all-local: $(ARCH).
196        * start/Makefile.am: Remove all-local: $(ARCH).
197        * startup/Makefile.am: Remove all-local: $(ARCH).
198        * timer/Makefile.am: Remove all-local: $(ARCH).
199        * wrapup/Makefile.am: Remove all-local: $(ARCH).
200
2012003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Merge-in include/Makefile.am.
204        Reflect changes to bsp.am.
205        * include/Makefile.am: Remove.
206        * configure.ac: Reflect changes above.
207
2082003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * bsp_specs: Remove *lib:.
211
2122003-09-04      Joel Sherrill <joel@OARcorp.com>
213
214        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
215        include/coverhd.h, network/ne2000.c, start/80386ex.h,
216        start/80386ex.inc, start/macros.inc, start/start.S,
217        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
218        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
219        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
220        tools/debug_c/system.h, tools/network_ada/listener/init.c,
221        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
222        license changed.
223
2242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Reflect having moved aclocal/.
227
2282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Reflect having moved automake/.
231        * clock/Makefile.am: Reflect having moved automake/.
232        * console/Makefile.am: Reflect having moved automake/.
233        * include/Makefile.am: Reflect having moved automake/.
234        * network/Makefile.am: Reflect having moved automake/.
235        * start/Makefile.am: Reflect having moved automake/.
236        * startup/Makefile.am: Reflect having moved automake/.
237        * timer/Makefile.am: Reflect having moved automake/.
238        * wrapup/Makefile.am: Reflect having moved automake/.
239
2402003-08-13      Joel Sherrill <joel@OARcorp.com>
241
242        PR 451/bsps
243        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
244
2452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        PR 452/bsps
248        * startup/Makefile.am: Remove USE_INIT_FINI.
249
2502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
253
2542003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        PR 445/bsps
257        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
258        Remove cpp, old_cpp (now unused).
259
2602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Remove AC_CONFIG_AUX_DIR.
263
2642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
267
2682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: AC_PREREQ(2.57).
271
2722003-01-20      Joel Sherrill <joel@OARcorp.com>
273
274        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
275
2762002-12-19      Joel Sherrill <joel@OARcorp.com>
277
278        * console/console.c: Removed __assert() which conflicts with newlib.
279
2802002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288
2892002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: Use install-data-local to install startfile.
292
2932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
296
2972002-11-04      Joel Sherrill <joel@OARcorp.com>
298
299        * console/console.c, network/ne2000.c: Removed warnings.
300
3012002-11-01      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/bspstart.c: Removed warnings.
304
3052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * .cvsignore: Reformat.
308        Add autom4te*cache.
309        Remove autom4te.cache.
310
3112002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
314
3152002-08-21      Joel Sherrill <joel@OARcorp.com>
316
317        * bsp_specs: Added support for -nostdlibs.
318
3192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
328
3292002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * start/Makefile.am: Eliminate PGM.
332        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
333
3342002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
337
3382002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
341        Remove $(OBJS) from all-local.
342
3432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
346
3472001-05-17      Joel Sherrill <joel@OARcorp.com>
348
349        * startup/linkcmds: Per PR224, added wild card math to .rodata.
350
3512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * include/bsp.h: include <libcpu/cpu.h>.
354        * console/console.c: Remove unused variable console_open_count.
355
3562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac:
359        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
360        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
361        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
370
3712002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Remove stray ';', PR 139.
374
3752002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
378
3792001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
382        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
383
3842001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
387
3882001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
391        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
392        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
393
3942001-10-12      Joel Sherrill <joel@OARcorp.com>
395
396        * startup/linkcmds: Fixed typo.
397
3982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
401        * configure.in: Remove.
402        * configure.ac: New file, generated from configure.in by autoupdate.
403
4042001-09-27      Joel Sherrill <joel@OARcorp.com>
405
406        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
407
4082001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
411
4122001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.in: Add bspopts.h.
415        * include/.cvsignore: Add bspopts.h*, stamp-h*.
416        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
417        * include/bsp.h: Include bspopts.h.
418
4192001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
420
421        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
422
4232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
426
4272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
430
4312000-11-01      Joel Sherrill <joel@OARcorp.com>
432
433        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
434        and libcsupport.h moved from libc to lib/include/rtems and
435        now must be referenced as <rtems/XXX.h>.   Header file order
436        was cleaned up while doing this.
437
4382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
441        Switch to GNU canonicalization.
442
4432000-10-19      Joel Sherrill <joel@OARcorp.com>
444
445        * console/console.c: Invoke BSP_uart_init() with all arguments
446        now that it takes more parameters.
447
4482000-10-17      Joel Sherrill <joel@OARcorp.com>
449
450        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
451        to libbsp/i386/shared/irq.
452
4532000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
454
455        * startup/linkcmds: Added lines so DWARF debug information
456        would be available.  Otherwise gdb complains that the offsets
457        for the debug info are incorrect and doesn't load the files.
458
4592000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
462        * startup/Makefile.am: Cleanup comments.
463
4642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
467        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
468        wrapup/Makefile.am: Include compile.am
469
4702000-08-10      Joel Sherrill <joel@OARcorp.com>
471
472        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.