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

4.104.114.95
Last change on this file since 558bc25 was 558bc25, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:26:33

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 15.5 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
4        Table fields to the Configuration Table. This included
5        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
6        do_zero_of_workspace, extra_mpci_receive_server_stack,
7        stack_allocate_hook, and stack_free_hook. As a side-effect of this
8        effort some multiprocessing code was made conditional and some style
9        clean up occurred.
10
112007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * startup/bspstart.c: Eliminate the interrupt_table_segment and
14        interrupt_table_offset fields in the i386 CPU Table since they are
15        never read.
16
172007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
20        since it was used to configure a no longer used feature. Device names
21        are now part of the filesystem not in a table.
22
232007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * bsp_specs: Remove qrtems_debug.
26
272006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
30
312006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * configure.ac: New BUG-REPORT address.
34
352006-11-15      Joel Sherrill <joel@OARcorp.com>
36
37        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
38        file and simplified initialization.
39
402006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Remove superfluous -DASM.
43
442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Require autoconf-2.60. Require automake-1.10.
47
482006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Remove explicit ampolish3 support (now in
51        RTEMS_BSP_CONFIGURE).
52
532006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * configure.ac: Add ampolish3 support.
56        * Makefile.am: Add preinstall.am.
57
582005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Add pci.rel.
61
622005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Install/preinstall headers from ../../i386/shared.
65
662005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
69
702005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * include/bsp.h: New header guard.
73
742005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
75
76        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
77        Moved irq.h to bsp subdirectory.
78
792005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
82
832005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Remove build-variant support.
86
872004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * configure.ac: Require automake > 1.9.
90
912004-07-25      Joel Sherrill <joel@OARcorp.com>
92
93        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
94        * network/ne2000.c: Add include of <sys/errno.h>.
95
962004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        PR 610/bsps
99        * Makefile.am: Add include/tm27.h, Cosmetics.
100        * include/tm27.h: Final cosmetics.
101
1022004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * include/bsp.h: Split out tmtest27 support.
105        * include/tm27.h: New.
106
1072004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        PR 613/bsps
110        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
111
1122004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        PR 614/bsps
115        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
116
1172004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
120        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
121
1222004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
125        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
126        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
127
1282004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
131        timer/timer.c: Convert to using c99 fixed size types.
132
1332004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Reflect changes to bsp.am.
136        Preinstall dist_project_lib*.
137
1382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Reflect changes to bsp.am.
141
1422004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
145
1462004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Pickup files from ../../i386/shared instead of
149        ../shared. Reformat.
150
1512004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
154        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
155        wrapup/Makefile.am. Use automake compilation rules.
156        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
157        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
158        * configure.ac: Reflect changes above.
159
1602004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
163        Add RTEMS_PROG_CCAS.
164
1652004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Add PREINSTALL_DIRS.
168        * wrapup/Makefile.am: Reflect changes to libcpu.
169
1702004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
173        Add PRE/TMPINSTALL_FILES to CLEANFILES.
174        * startup/Makefile.am: Ditto.
175
1762004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * start/Makefile.am: Remove.
179        * Makefile.am: Merge-in start/Makefile.am.
180        * configure.ac: Reflect changes above.
181
1822004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * wrapup/Makefile.am: Eliminate $(LIB).
185        Use noinst_DATA to trigger building libbsp.a.
186
1872003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
190        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
191
1922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
195        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
196
1972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
200
2012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * wrapup/Makefile.am: Cosmetics.
204
2052003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/Makefile.am: Misc cleanups and fixes.
208        * startup/Makefile.am: Misc cleanups and fixes.
209        * wrapup/Makefile.am: Misc cleanups and fixes.
210
2112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Add preinstallation dirstamp support.
214        * clock/Makefile.am: Cosmetics.
215        * console/Makefile.am: Cosmetics.
216        * network/Makefile.am: Cosmetics.
217        * startup/Makefile.am: Cosmetics.
218        * timer/Makefile.am: Cosmetics.
219        * wrapup/Makefile.am: Cosmetics.
220
2212003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * clock/Makefile.am: Remove all-local: $(ARCH).
224        * console/Makefile.am: Remove all-local: $(ARCH).
225        * network/Makefile.am: Remove all-local: $(ARCH).
226        * start/Makefile.am: Remove all-local: $(ARCH).
227        * startup/Makefile.am: Remove all-local: $(ARCH).
228        * timer/Makefile.am: Remove all-local: $(ARCH).
229        * wrapup/Makefile.am: Remove all-local: $(ARCH).
230
2312003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Merge-in include/Makefile.am.
234        Reflect changes to bsp.am.
235        * include/Makefile.am: Remove.
236        * configure.ac: Reflect changes above.
237
2382003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * bsp_specs: Remove *lib:.
241
2422003-09-04      Joel Sherrill <joel@OARcorp.com>
243
244        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
245        include/coverhd.h, network/ne2000.c, start/80386ex.h,
246        start/80386ex.inc, start/macros.inc, start/start.S,
247        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
248        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
249        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
250        tools/debug_c/system.h, tools/network_ada/listener/init.c,
251        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
252        license changed.
253
2542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Reflect having moved aclocal/.
257
2582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Reflect having moved automake/.
261        * clock/Makefile.am: Reflect having moved automake/.
262        * console/Makefile.am: Reflect having moved automake/.
263        * include/Makefile.am: Reflect having moved automake/.
264        * network/Makefile.am: Reflect having moved automake/.
265        * start/Makefile.am: Reflect having moved automake/.
266        * startup/Makefile.am: Reflect having moved automake/.
267        * timer/Makefile.am: Reflect having moved automake/.
268        * wrapup/Makefile.am: Reflect having moved automake/.
269
2702003-08-13      Joel Sherrill <joel@OARcorp.com>
271
272        PR 451/bsps
273        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
274
2752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        PR 452/bsps
278        * startup/Makefile.am: Remove USE_INIT_FINI.
279
2802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
283
2842003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        PR 445/bsps
287        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
288        Remove cpp, old_cpp (now unused).
289
2902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Remove AC_CONFIG_AUX_DIR.
293
2942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
297
2982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: AC_PREREQ(2.57).
301
3022003-01-20      Joel Sherrill <joel@OARcorp.com>
303
304        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
305
3062002-12-19      Joel Sherrill <joel@OARcorp.com>
307
308        * console/console.c: Removed __assert() which conflicts with newlib.
309
3102002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
317        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
318
3192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * start/Makefile.am: Use install-data-local to install startfile.
322
3232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
326
3272002-11-04      Joel Sherrill <joel@OARcorp.com>
328
329        * console/console.c, network/ne2000.c: Removed warnings.
330
3312002-11-01      Joel Sherrill <joel@OARcorp.com>
332
333        * startup/bspstart.c: Removed warnings.
334
3352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * .cvsignore: Reformat.
338        Add autom4te*cache.
339        Remove autom4te.cache.
340
3412002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
344
3452002-08-21      Joel Sherrill <joel@OARcorp.com>
346
347        * bsp_specs: Added support for -nostdlibs.
348
3492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
352        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
353        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
355        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
356        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
357        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
358
3592002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * start/Makefile.am: Eliminate PGM.
362        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
363
3642002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
367
3682002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
371        Remove $(OBJS) from all-local.
372
3732002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
376
3772001-05-17      Joel Sherrill <joel@OARcorp.com>
378
379        * startup/linkcmds: Per PR224, added wild card math to .rodata.
380
3812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * include/bsp.h: include <libcpu/cpu.h>.
384        * console/console.c: Remove unused variable console_open_count.
385
3862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac:
389        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
390        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
391        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
400
4012002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: Remove stray ';', PR 139.
404
4052002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
408
4092001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
412        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
413
4142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
417
4182001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
421        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
422        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
423
4242001-10-12      Joel Sherrill <joel@OARcorp.com>
425
426        * startup/linkcmds: Fixed typo.
427
4282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
431        * configure.in: Remove.
432        * configure.ac: New file, generated from configure.in by autoupdate.
433
4342001-09-27      Joel Sherrill <joel@OARcorp.com>
435
436        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
437
4382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
441
4422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.in: Add bspopts.h.
445        * include/.cvsignore: Add bspopts.h*, stamp-h*.
446        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
447        * include/bsp.h: Include bspopts.h.
448
4492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
450
451        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
452
4532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
456
4572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
460
4612000-11-01      Joel Sherrill <joel@OARcorp.com>
462
463        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
464        and libcsupport.h moved from libc to lib/include/rtems and
465        now must be referenced as <rtems/XXX.h>.   Header file order
466        was cleaned up while doing this.
467
4682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
471        Switch to GNU canonicalization.
472
4732000-10-19      Joel Sherrill <joel@OARcorp.com>
474
475        * console/console.c: Invoke BSP_uart_init() with all arguments
476        now that it takes more parameters.
477
4782000-10-17      Joel Sherrill <joel@OARcorp.com>
479
480        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
481        to libbsp/i386/shared/irq.
482
4832000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
484
485        * startup/linkcmds: Added lines so DWARF debug information
486        would be available.  Otherwise gdb complains that the offsets
487        for the debug info are incorrect and doesn't load the files.
488
4892000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
492        * startup/Makefile.am: Cleanup comments.
493
4942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
497        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
498        wrapup/Makefile.am: Include compile.am
499
5002000-08-10      Joel Sherrill <joel@OARcorp.com>
501
502        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.