source: rtems/c/src/lib/libbsp/i386/i386ex/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: 16.0 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-03      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Handle .data.* sections
20
212007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * bsp_specs: Remove qrtems_debug.
24
252006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * network/network.c (uti596_ioctl): Use ioctl_command_t.
28
292006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * configure.ac: New BUG-REPORT address.
32
332006-11-15      Joel Sherrill <joel@OARcorp.com>
34
35        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
36        file and simplified initialization.
37
382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Remove superfluous -DASM.
41
422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Require autoconf-2.60. Require automake-1.10.
45
462006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Remove explicit ampolish3 support (now in
49        RTEMS_BSP_CONFIGURE).
50
512006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Add ampolish3 support.
54        * Makefile.am: Add preinstall.am.
55
562005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Add pci.rel.
59
602005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Install/preinstall headers from ../../i386/shared.
63
642005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * network/network.c: Remove #define KERNEL.
67        Include <errno.h>.
68        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
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, startup/bspstart.c:
77        Moved irq.h to bsp subdirectory.
78
792005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
80
81        * clock/ckinit.c, console/console.c: Added support for
82        addition of parameter to ISRs.
83        * network/network.c: Modified parameter list to remove
84        warnings.
85
862005-04-15      Joel Sherrill <joel@OARcorp.com>
87
88        * network/network.c: Fix warnings.
89
902005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
93
942005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Remove build-variant support.
97
982004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * configure.ac: Require automake > 1.9.
101
1022004-07-28      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
105
1062004-07-25      Joel Sherrill <joel@OARcorp.com>
107
108        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
109
1102004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        PR 610/bsps
113        * Makefile.am: Add include/tm27.h, Cosmetics.
114        * include/tm27.h: Final cosmetics.
115
1162004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * include/bsp.h: Split out tmtest27 support.
119        * include/tm27.h: New.
120
1212004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        PR 613/bsps
124        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
125
1262004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        PR 614/bsps
129        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
130
1312004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
134        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
135
1362004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
139        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
140        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
141        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
142
1432004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
146        Convert to using c99 fixed size types.
147
1482004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Reflect changes to bsp.am.
151        Preinstall dist_project_lib*.
152
1532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Reflect changes to bsp.am.
156
1572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
160
1612004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Pickup files from ../../i386/shared instead of
164        ../shared. Reformat.
165
1662004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
169        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
170        wrapup/Makefile.am. Use automake compilation rules.
171        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
172        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
173        * configure.ac: Reflect changes above.
174
1752004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
178        Add RTEMS_PROG_CCAS.
179
1802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Add PREINSTALL_DIRS.
183        * wrapup/Makefile.am: Reflect changes to libcpu.
184
1852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
188        Add PRE/TMPINSTALL_FILES to CLEANFILES.
189        * startup/Makefile.am: Ditto.
190
1912004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * start/Makefile.am: Remove.
194        * Makefile.am: Merge-in start/Makefile.am.
195        * configure.ac: Reflect changes above.
196
1972004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * wrapup/Makefile.am: Eliminate $(LIB).
200        Use noinst_DATA to trigger building libbsp.a.
201
2022003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
205        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
206
2072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
210        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
211
2122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
215
2162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * wrapup/Makefile.am: Cosmetics.
219
2202003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * start/Makefile.am: Misc cleanups and fixes.
223        * startup/Makefile.am: Misc cleanups and fixes.
224        * wrapup/Makefile.am: Misc cleanups and fixes.
225
2262003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Add preinstallation dirstamp support.
229        * clock/Makefile.am: Cosmetics.
230        * console/Makefile.am: Cosmetics.
231        * network/Makefile.am: Cosmetics.
232        * startup/Makefile.am: Cosmetics.
233        * timer/Makefile.am: Cosmetics.
234        * wrapup/Makefile.am: Cosmetics
235
2362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * clock/Makefile.am: Remove all-local: $(ARCH).
239        * console/Makefile.am: Remove all-local: $(ARCH).
240        * network/Makefile.am: Remove all-local: $(ARCH).
241        * start/Makefile.am: Remove all-local: $(ARCH).
242        * startup/Makefile.am: Remove all-local: $(ARCH).
243        * timer/Makefile.am: Remove all-local: $(ARCH).
244        * wrapup/Makefile.am: Remove all-local: $(ARCH).
245
2462003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Merge-in include/Makefile.am.
249        Reflect changes to bsp.am.
250        * include/Makefile.am: Remove.
251        * configure.ac: Reflect changes above.
252
2532003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * bsp_specs: Remove *lib:.
256
2572003-09-04      Joel Sherrill <joel@OARcorp.com>
258
259        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
260        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
261        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
262        timer/timer.c, timer/timerisr.S: URL for license changed.
263
2642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Reflect having moved aclocal/.
267
2682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Reflect having moved automake/.
271        * clock/Makefile.am: Reflect having moved automake/.
272        * console/Makefile.am: Reflect having moved automake/.
273        * include/Makefile.am: Reflect having moved automake/.
274        * network/Makefile.am: Reflect having moved automake/.
275        * start/Makefile.am: Reflect having moved automake/.
276        * startup/Makefile.am: Reflect having moved automake/.
277        * timer/Makefile.am: Reflect having moved automake/.
278        * wrapup/Makefile.am: Reflect having moved automake/.
279
2802003-08-13      Joel Sherrill <joel@OARcorp.com>
281
282        PR 451/bsps
283        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
284
2852003-08-11      Joel Sherrill <joel@OARcorp.com>
286
287        PR 450/make_build
288        * startup/linkcmds: Added .eh_frame
289
2902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
293
2942003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        PR 445/bsps
297        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
298        Remove cpp, old_cpp (now unused).
299
3002003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
303
3042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Remove AC_CONFIG_AUX_DIR.
307
3082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
311
3122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: AC_PREREQ(2.57).
315
3162003-01-20      Joel Sherrill <joel@OARcorp.com>
317
318        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
319
3202002-12-19      Joel Sherrill <joel@OARcorp.com>
321
322        * console/console.c: Removed __assert() which conflicts with newlib.
323
3242002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
327        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
328        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
329        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
330        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
331        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
332
3332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * start/Makefile.am: Use install-data-local to install startfile.
336
3372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
340
3412002-11-04      Joel Sherrill <joel@OARcorp.com>
342
343        * network/network.c: Removed warnings.
344
3452002-11-04      Joel Sherrill <joel@OARcorp.com>
346
347        * console/console.c, network/network.c: Removed warnings.
348
3492002-11-01      Joel Sherrill <joel@OARcorp.com>
350
351        * startup/bspstart.c: Removed warnings.
352
3532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * .cvsignore: Reformat.
356        Add autom4te*cache.
357        Remove autom4te.cache.
358
3592002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
362
3632002-08-21      Joel Sherrill <joel@OARcorp.com>
364
365        * bsp_specs: Added support for -nostdlibs.
366
3672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
370        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
371        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
372        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
373        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
374        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
375        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
376
3772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * startup/bspstart.c: Per PR252 removed hack that tripled size of
380        RTEMS Workspace when POSIX is configured.  This was probably done to
381        account for confdefs.h missing some application requirements.
382
3832002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * start/Makefile.am: Eliminate PGM.
386        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
387
3882002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
391
3922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
395        Remove $(OBJS) from all-local.
396
3972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
400
4012001-05-09      Joel Sherrill <joel@OARcorp.com>
402
403        * startup/linkcmds: In support of gcc 3.1, added one of more
404        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
405        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
406        and direction of segments to memory regions may also have been
407        addressed.  This was a sweep across all BSPs.
408 
4092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * include/bsp.h: include <libcpu/cpu.h>.
412
4132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac:
416        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
417        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
418        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
427
4282002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: Remove stray ';', PR 139.
431
4322002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
435
4362001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
439        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
440
4412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
444
4452001-10-25      Joel Sherrill <joel@OARcorp.com>
446
447        * startup/linkcmds: Added _init and _fini.
448
4492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
452        * configure.in: Remove.
453        * configure.ac: New file, generated from configure.in by autoupdate.
454
4552001-09-27      Joel Sherrill <joel@OARcorp.com>
456
457        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
458
4592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
462
4632001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.in: Add bspopts.h.
466        * include/bsp.h: Include bspopts.h.
467        * include/.cvsignore: Add bspopts.h*, stamp-h*.
468        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
469        * start/Makefile.am: Dito.
470        * network/Makefile.am: Dito.
471
4722001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
475
4762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
479
4802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
483
4842000-11-01      Joel Sherrill <joel@OARcorp.com>
485
486        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
487        and libcsupport.h moved from libc to lib/include/rtems and
488        now must be referenced as <rtems/XXX.h>.   Header file order
489        was cleaned up while doing this.
490
4912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
494        Switch to GNU canonicalization.
495
4962000-10-20      Joel Sherrill <joel@OARcorp.com>
497
498        * console/console.c: Invoke BSP_uart_init() with enough arguments
499        now that more communication parameters are settable.
500
5012000-10-17      Joel Sherrill <joel@OARcorp.com>
502
503        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
504        to libbsp/i386/shared/irq.
505
5062000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
507
508        * startup/linkcmds: Added lines so DWARF debug information
509        would be available.  Otherwise gdb complains that the offsets
510        for the debug info are incorrect and doesn't load the files.
511
5122000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
515
5162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
519        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
520        wrapup/Makefile.am: Include compile.am
521
5222000-08-10      Joel Sherrill <joel@OARcorp.com>
523
524        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.