source: rtems/c/src/lib/libbsp/i386/pc386/ChangeLog @ 7cc4f59

4.104.114.84.95
Last change on this file since 7cc4f59 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: 25.9 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-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * timer/timer.c: Remove C++-style comments.
9
102005-11-02      Till Straumann <strauman@slac.stanford.edu>
11
12        PR 832/bsps
13        * startup/ldsegs.S: put IDT and GDT into data segment.
14        The CPU modifies the 'accessed' bit and GDB's (rtems-gdb-stub)
15        text segment checksum comparison failed...
16
172005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * console/fb_vga.h, console/kd.h, console/ps2_drv.h,
20        console/serial_mouse.c, console/serial_mouse.h: Remove CVS Log.
21
222005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Install/preinstall headers from ../../i386/shared.
25
262005-09-29      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
27
28        PR 649/filesystem
29        * ide/idecfg.c: added configuration items for primary/secondary
30        IDE interface
31        * configure.ac: added configuration items for primary/secondary
32        IDE interface
33       
342005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * 3c509/3c509.c: Remove [$]Log.
37        Include <errno.h> instead of <sys/errno.h>.
38
392005-08-23  Karel Gardas  <kgardas@objectsecurity.com>>
40
41        * timer/timer.c: Enhance to use either interupt-based timer
42        functions on older CPUs or to use TSC-based timer functions on
43        more recent (Pentium and above) CPUs. The decision is made in
44        Timer_initialize function when it is called for the first time
45        based on a result obtained from cpuid instruction during the BSP
46        initialization phase. During the first call, there are also late
47        bindings to the implementation functions initialized to
48        appropriate values.
49
502005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
51
52        * startup/bspstart.c: Initialize PCI bus in bsp_start function.
53
542005-07-18      Lars Munch <lars@segv.dk>
55
56        PR 813/networking
57        * ne2000/ne2000.c: The ne2000 driver on pc386 has been broken since a
58        parameter was added to irq handlers (2005-04-18). Before these
59        changes the argument to the interrupt handler was the interrupt
60        number, now the argument is handle, but the ne2000 driver needs the
61        interrupt number. The fix is to set the handle to the interrupt
62        number.
63
642005-07-06      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * console/keyboard.c: Apply CHAR_BIT to compute BITS_PER_LONG.
67
682005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * include/bsp.h: New header guard.
71
722005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
73
74        * 3c509/3c509.c, clock/ckinit.c, console/console.c, console/fb_vga.c,
75        console/inch.c, console/ps2_mouse.c, console/serial_mouse.c,
76        ne2000/ne2000.c, timer/timer.c, wd8003/wd8003.c: Moved irq.h to bsp
77        subdirectory.
78
792005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
80
81        * 3c509/3c509.c, ne2000/ne2000.c: Modified parameters to
82        remove warnings.
83        * console/console.c, wd8003/wd8003.c: Added support for
84        addition of parameter in ISRs.
85       
862005-04-26      Joel Sherrill <joel@OARcorp.com>
87
88        * 3c509/3c509.c, wd8003/wd8003.c: Eliminate warnings.
89
902005-04-18      Eric Valette <eric.valette@free.fr>
91
92        * clock/ckinit.c, console/console.c, console/ps2_mouse.c,
93        console/serial_mouse.c, timer/timer.c: Added parameter to irq handler
94
952005-02-18      Joel Sherrill <joel@OARcorp.com>
96
97        * console/keyboard.h: Add include file and cleanup file header.
98
992005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * clock/todcfg.c: size_t RTC_Count.
102
1032005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * console/vgainit.c: static graphic_on|off.
106
1072005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
110
1112005-01-04      Joel Sherrill <joel@OARcorp.com>
112
113        * console/keyboard.c, console/ps2_mouse.c, console/vt.c: Remove
114        warnings.
115
1162005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * Makefile.am: Remove build-variant support.
119
1202004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
121
122        PR 703/filesystem
123        * ide/ide.c: Extend the "modes_available" and "mode_active" parameters
124        to uint16_t for UDMA support.
125
1262004-10-13      Eric Norum <norume@aps.anl.gov>
127
128        PR 688/bsps
129        * Makefile.am clock/todcfg.c: Add support for MC146818A TOD chip.
130
1312004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * configure.ac: Require automake > 1.9.
134
1352004-07-25      Joel Sherrill <joel@OARcorp.com>
136
137        * 3c509/3c509.c: Add <sys/errno.h>.
138        * startup/linkcmds: Add .jcr section.
139
1402004-05-21  Till Strauman <strauman@slac.stanford.edu>
141
142        * PR 624/bsps
143        startup/bspstart.c: When probing the memory, make sure not to
144        corrupt the application. Only probe addresses beyond rtemsFreeMemStart.
145        * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling
146        the screen.
147
1482004-05-21      Joel Sherrill <joel@OARcorp.com>
149
150        * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of
151        recent updates to BSD header files.
152
1532004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        PR 610/bsps
156        * Makefile.am: Add include/tm27.h, Cosmetics.
157        * include/tm27.h: Final cosmetics.
158
1592004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * include/bsp.h: Split out tmtest27 support.
162        * include/tm27.h: New.
163
1642004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        PR 613/bsps
167        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
168
1692004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        PR 614/bsps
172        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
173
1742004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src
177        which still uses RTEMS_ROOT).
178
1792004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
182        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
183
1842004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * startup/ldsegs.S: Include <rtems/asm.h> instead of <asm.h>.
187        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
188        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
189        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
190
1912004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * clock/ckinit.c, clock/rtc.c, console/inch.c, ide/ide.c,
194        include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using
195        c99 fixed size types.
196
1972004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Don't install *.rels. Reflect changes to bsp.am.
200        Preinstall dist_project_lib*.
201
2022004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Explicitly check for OBJCOPY.
205
2062004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Reflect changes to bsp.am.
209
2102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Reflect changes to bsp.am.
213
2142004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
217
2182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Add start*.bin to CLEANFILES.
221
2222004-02-06      Joel Sherrill <joel@OARcorp.com>
223
224        * Makefile.am: Split startup into multiple .rels without reorganizing
225        the source.
226
2272004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Add missing $ in reference to 3c509.rel.
230
2312004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Merge-in 3c509/Makefile.am, clock/Makefile.am,
234        console/Makefile.am, ide/Makefile.am, ne2000/Makefile.am,
235        startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am,
236        wrapup/Makefile.am. Use automake compilation rules.
237        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
238        ide/Makefile.am, ne2000/Makefile.am, startup/Makefile.am,
239        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Remove.
240        * configure.ac: Reflect changes above.
241        * start/start.S: Change comment to make it gcc -ansi compliant.
242
2432004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
246        Add RTEMS_PROG_CCAS.
247
2482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Add PREINSTALL_DIRS.
251        * console/Makefile.am: Add PREINSTALL_DIRS.
252        * wrapup/Makefile.am: Reflect changes to libcpu.
253
2542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
257        Add PRE/TMPINSTALL_FILES to CLEANFILES.
258        * console/Makefile.am: Ditto.
259        * startup/Makefile.am: Ditto.
260
2612004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * start/Makefile.am: Remove.
264        * Makefile.am: Merge-in start/Makefile.am.
265        * configure.ac: Reflect changes above.
266
2672004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Eliminate $(LIB).
270        Use noinst_DATA to trigger building libbsp.a.
271
2722003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * start/Makefile.am: Build $(ARCH)/start16$(LIB_VARIANT).bin.
275
2762003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
279        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
280
2812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * console/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
284        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
285        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
286
2872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
290
2912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/Makefile.am: Cosmetics.
294
2952003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Misc cleanups and fixes.
298        * start/Makefile.am: Misc cleanups and fixes.
299        * startup/Makefile.am: Misc cleanups and fixes.
300        * wrapup/Makefile.am: Misc cleanups and fixes.
301
3022003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * ide/Makefile.am: PGM = ide.rel.
305
3062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Add preinstallation dirstamp support.
309        * 3c509/Makefile.am: Cosmetics.
310        * clock/Makefile.am: Cosmetics.
311        * console/Makefile.am: Add preinstallation dirstamp support.
312        * ide/Makefile.am: Cosmetics.
313        * ne2000/Makefile.am: Cosmetics.
314        * start/Makefile.am: Add compilation dirstamp support.
315        * startup/Makefile.am: Cosmetics.
316        * timer/Makefile.am: Cosmetics.
317        * wd8003/Makefile.am: Cosmetics.
318        * wrapup/Makefile.am: Cosmetics.
319
3202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * 3c509/Makefile.am: Remove all-local: $(ARCH).
323        * clock/Makefile.am: Remove all-local: $(ARCH).
324        * console/Makefile.am: Remove all-local: $(ARCH).
325        * ide/Makefile.am: Remove all-local: $(ARCH).
326        * ne2000/Makefile.am: Remove all-local: $(ARCH).
327        * start/Makefile.am: Remove all-local: $(ARCH).
328        * startup/Makefile.am: Remove all-local: $(ARCH).
329        * timer/Makefile.am: Remove all-local: $(ARCH).
330        * wd8003/Makefile.am: Remove all-local: $(ARCH).
331        * wrapup/Makefile.am: Remove all-local: $(ARCH).
332
3332003-10-02      Till Strauman <strauman@slac.stanford.edu>
334
335        PR 502/bsps
336        * console/outch.c: Add support for a few ANSI escape sequences to make
337        libetcl happy.
338
3392003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Merge-in include/Makefile.am.
342        Reflect changes to bsp.am.
343        * include/Makefile.am: Remove.
344        * configure.ac: Reflect changes above.
345
3462003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * bsp_specs: Remove *lib:.
349
3502003-09-04      Joel Sherrill <joel@OARcorp.com>
351
352        * clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c,
353        console/outch.c, ide/ide.c, include/bsp.h, include/crt.h,
354        ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c,
355        startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S:
356        URL for license changed.
357
3582003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        PR 461/bsps
361        * start/Makefile.am: Correct generation of startup16.bin.
362
3632003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
366
3672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Reflect having moved aclocal/.
370
3712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Reflect having moved automake/.
374        * 3c509/Makefile.am: Reflect having moved automake/.
375        * clock/Makefile.am: Reflect having moved automake/.
376        * console/Makefile.am: Reflect having moved automake/.
377        * ide/Makefile.am: Reflect having moved automake/.
378        * include/Makefile.am: Reflect having moved automake/.
379        * ne2000/Makefile.am: Reflect having moved automake/.
380        * start/Makefile.am: Reflect having moved automake/.
381        * startup/Makefile.am: Reflect having moved automake/.
382        * timer/Makefile.am: Reflect having moved automake/.
383        * wd8003/Makefile.am: Reflect having moved automake/.
384        * wrapup/Makefile.am: Reflect having moved automake/.
385
3862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        PR 452/bsps
389        * startup/Makefile.am: Remove USE_INIT_FINI.
390
3912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
394
3952003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        PR 445/bsps
398        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
399        Remove cpp, old_cpp (now unused).
400
4012003-07-08      Joel Sherrill <joel@OARcorp.com>
402
403        * console/console.c: Correct typo.
404
4052003-05-08      Chris Johns  <cjohns@cybertec.com.au>
406
407        * HOWTO:
408        Updated the GRUB version info and how to build GRUB from source.
409        Added how to boot over the network with a PXE Netboot BIOS.
410
4112003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * ide/.cvsignore: New.
414
4152003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
416
417        PR 368/filesystems
418        * startup/ldsegs.S: Increase alignment.
419        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
420        Added IDE supporting infrastructure.
421        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
422        BSP support for libchip standard ide driver.
423
4242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Remove AC_CONFIG_AUX_DIR.
427
4282003-02-20      Till Straumann <strauman@slac.stanford.edu>
429
430        PR 353/bsps
431        * include/bsp.h: Let the application override the network driver
432        and attach routine.
433
4342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
437
4382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: AC_PREREQ(2.57).
441
4422003-01-20      Joel Sherrill <joel@OARcorp.com>
443
444        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
445
4462003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
449        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
452        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
453        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
454        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
455
4562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * start/Makefile.am: Use install-data-local to install startfile.
459
4602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
463
4642002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
467
4682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * .cvsignore: Reformat.
471        Add autom4te*cache.
472        Remove autom4te.cache.
473
4742002-09-13     Eric Norum <eric.norum@usask.ca>
475
476        * start/start16.S: Remove unwanted + at beginning of relative
477        numeric label.
478
4792002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
482
4832002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
486        PREINSTALL_FILES.
487        * console/mouse_parser.c: Include <string.h> (for strcmp).
488        * console/vt.c: Include <string.h> (for memcpy).
489        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
490
4912002-08-21      Joel Sherrill <joel@OARcorp.com>
492
493        * bsp_specs: Added support for -nostdlibs.
494
4952002-08-14      Joel Sherrill <joel@OARcorp.com>
496
497        * start/start16.S: Per PR259, added code to test for video present
498        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
499        tested this patch.
500
5012002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
504
5052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
508        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
509        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
510        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
511        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
512        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
513        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
514        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
515        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
516
5172002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * startup/ldsegs.S: #include <asm.h>.
520        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
521        Remove printk (Now in bspIo.h).
522
5232002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * start/Makefile.am: Eliminate PGM.
526        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
527        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
528
5292002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
532
5332002-07-16      Eric Norum <eric.norum@usask.ca>
534
535        * console/console.c: Others on the rtems-users list have expressed
536        concern about this run-time selection, so I've enclosed the changes
537        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
538
5392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
542        Remove $(OBJS) from all-local.
543
5442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
547
5482001-05-09      Joel Sherrill <joel@OARcorp.com>
549
550        * startup/linkcmds: In support of gcc 3.1, added one of more
551        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
552        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
553        and direction of segments to memory regions may also have been
554        addressed.  This was a sweep across all BSPs.
555 
5562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.ac:
559        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
560        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
561        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
562        * Makefile.am: Remove AUTOMAKE_OPTIONS.
563        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
564        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
565        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
566        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
567        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
569        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
570        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
572
5732002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * PR139
576        * configure.ac: Remove stray ';', breaks building with automake-1.6.
577
5782002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
581
5822001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
585        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
586
5872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
590
5912001-10-12      Joel Sherrill <joel@OARcorp.com>
592
593        * console/inch.c: Fixed typo.
594
5952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
598        * configure.in: Remove.
599        * configure.ac: New file, generated from configure.in by autoupdate.
600
6012001-09-27      Joel Sherrill <joel@OARcorp.com>
602
603        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
604
6052001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * include/Makefile.am: Use 'CLEANFILES ='.
608        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
609        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
610        * Makefile.am: Use 'TMPINSTALL_FILES ='.
611
6122001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * console/Makefile.am: Remove RTEMS_H_FILES.
615        * start/start16.S: include <bspopts.h> to get NEW_GAS.
616
6172001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * configure.in: Add bspopts.h.
620        * include/.cvsignore: Add bspopts.h*, stamp-h*.
621        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
622        * 3c509/Makefile.am: Dito.
623        * console/Makefile.am: Dito.
624        * include/bsp.h: Include bspopts.h.
625
6262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
627
628        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
629
6302001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
633
6342001-01-05      Joel Sherrill <joel@OARcorp.com>
635
636        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
637        would be visible.
638
6392000-12-05       Eric Valette <valette@crf.canon.fr>
640
641        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
642        console/vt.c, include/bsp.h: Correct incorrect interrupt level
643        handling in new keyboard management code.  Correct
644        BSP_poll_char initialization routine.
645        * start/start.S, startup/bspstart.c: Correct when the video is
646        initialized.
647        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
648        did not work correctly on all PC speeds. The new calibrate routine
649        has been tested on Pentium 166, pentium II 200, pentium III
650        300 Mhz and does work as expected.
651
6522000-12-05      Joel Sherrill <joel@OARcorp.com>
653
654        * pc386/console/console.c, pc386/console/serial_mouse.c,
655        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
656
6572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
660
6612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
664
6652000-11-01      Joel Sherrill <joel@OARcorp.com>
666
667        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
668        and libcsupport.h moved from libc to lib/include/rtems and
669        now must be referenced as <rtems/XXX.h>.   Header file order
670        was cleaned up while doing this.
671
6722000-10-29      Joel Sherrill <joel@OARcorp.com>
673
674        * startup/sbrk.c: Removed.  Redundant with shared version.
675
6762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
679        Switch to GNU canonicalization.
680
6812000-10-23      Joel Sherrill <joel@OARcorp.com>
682
683        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
684
6852000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
686
687        * console/serial_mouse.c: Added support for changing serial parameters.
688
6892000-10-20      Joel Sherrill <joel@OARcorp.com>
690
691        * include/wd80x3.h: Added file header and logic to prevent multiple
692        inclusions of this file.
693        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
694
6952000-10-20      Joel Sherrill <joel@OARcorp.com>
696
697        * include/bsp.h: Cleaned up network driver name and attach defines.
698
6992000-10-20      Dmitry Kargapolov <dk@gentex.ru>
700
701        * ne2000/ne2000.c: Fix some errors in the driver. 
702        1. There was no sufficient check of data in ethernet header.
703        The code in ne_rx_daemon() was:
704            inport_word (dport, len);
705            ...
706            len -= 4;
707              ...
708            if (len > 0)
709              ne_read_data (sc, startaddr, len, p);
710        Unfortunately, sometimes my NIC gave me too big len value,
711        the result was memory override.  To fix this, I added ethernet
712        header data checking.
713
714        2. The way overrides were serviced was not good.  It was complex
715        but sometimes did not provide reliable continuing of NIC working.
716        I had the situation of an endless loop in ne_check_status()
717        after override processing.
718
719        3. There was conceptual error of porting.  The old method of
720        overrides curing was ported from the OS-s, where override-processing
721        did start immediately.  But RTEMS-version uses events, and cleaning
722        of the overrides can start later.
723
724        I selected the way of ne2000 programming that is used
725        in freebsd kernel (v4.0).
726
727        Because of both problems, incorrect data in header of raw packet
728        and receiver override, it went through ne_reset() and fully
729        reset the ne2000.
730
731        So, in summary
732        - added detecting of the incorrect data in ethernet header;
733        - replaced handling of receiver overrides with new scheme,
734        via resetting of NIC, this method is used also in case of
735        invalid header detecting.
736
7372000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
738
739        * console/console.c, console/serial_mouse.c, include/bsp.h:
740        Add the ability to set parity, number of data bits and
741        number of stop bits to the existing i386 serial drivers.
742
7432000-10-17      Joel Sherrill <joel@OARcorp.com>
744
745        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
746        to libbsp/i386/shared/irq.
747
7482000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
749
750        * startup/linkcmds: Added lines so DWARF debug information
751        would be available.  Otherwise gdb complains that the offsets
752        for the debug info are incorrect and doesn't load the files.
753
7542000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
757
7582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
761        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
762        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
763        compile.am
764
7652000-08-30      Joel Sherrill <joel@OARcorp.com>
766
767        * console/keyboard.h: Changed numerous routines from extern inline
768        to static inline.
769
7702000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
771
772        * Major rework of the "/dev/console" driver.
773        * Added termios support for stdin ( keyboard ).
774        * Added ioctls() to support modes similar to Linux( XLATE,
775        RAW, MEDIUMRAW ).
776        * Added Keyboard mapping and handling of the keyboard's leds.
777        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
778        controller ( 16 colors ).
779        * Added PS/2 and Serial mouse support for PC386 BSP.
780        * console/defkeymap.c: New file.
781        * console/fb_vga.c: New file.
782        * console/fb_vga.h: New file.
783        * console/i386kbd.h: New file.
784        * console/kd.h: New file.
785        * console/keyboard.c: New file.
786        * console/keyboard.h: New file.
787        * console/mouse_parser.c: New file.
788        * console/mouse_parser.h: New file.
789        * console/pc_keyb.c: New file.
790        * console/ps2_drv.h: New file.
791        * console/ps2_mouse.c: New file.
792        * console/ps2_mouse.h: New file.
793        * console/serial_mouse.c: New file.
794        * console/serial_mouse.h: New file.
795        * console/vgainit.c: New file.
796        * console/vt.c: New file.
797        * console/Makefile.am: Reflect new files.
798        * console/console.c, console/inch.c, console/outch.c: Console
799        functionality modifications.
800        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
801
8022000-08-10      Joel Sherrill <joel@OARcorp.com>
803
804        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.