source: rtems/c/src/lib/libbsp/i386/pc386/ChangeLog @ 85c92574

4.104.114.84.95
Last change on this file since 85c92574 was 85c92574, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/02 at 21:37:30

2001-05-09 Joel Sherrill <joel@…>

  • startup/linkcmds: In support of gcc 3.1, added one of more of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections and direction of segments to memory regions may also have been addressed. This was a sweep across all BSPs.
  • Property mode set to 100644
File size: 8.7 KB
Line 
12001-05-09      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: In support of gcc 3.1, added one of more
4        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
5        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
6        and direction of segments to memory regions may also have been
7        addressed.  This was a sweep across all BSPs.
8 
92002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:
12        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
13        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
14        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
25
262002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * PR139
29        * configure.ac: Remove stray ';', breaks building with automake-1.6.
30
312002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
34
352001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
38        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
39
402001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
43
442001-10-12      Joel Sherrill <joel@OARcorp.com>
45
46        * console/inch.c: Fixed typo.
47
482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
51        * configure.in: Remove.
52        * configure.ac: New file, generated from configure.in by autoupdate.
53
542001-09-27      Joel Sherrill <joel@OARcorp.com>
55
56        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
57
582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * include/Makefile.am: Use 'CLEANFILES ='.
61        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
62        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
63        * Makefile.am: Use 'TMPINSTALL_FILES ='.
64
652001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * console/Makefile.am: Remove RTEMS_H_FILES.
68        * start/start16.S: include <bspopts.h> to get NEW_GAS.
69
702001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.in: Add bspopts.h.
73        * include/.cvsignore: Add bspopts.h*, stamp-h*.
74        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
75        * 3c509/Makefile.am: Dito.
76        * console/Makefile.am: Dito.
77        * include/bsp.h: Include bspopts.h.
78
792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
80
81        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
82
832001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
86
872001-01-05      Joel Sherrill <joel@OARcorp.com>
88
89        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
90        would be visible.
91
922000-12-05       Eric Valette <valette@crf.canon.fr>
93
94        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
95        console/vt.c, include/bsp.h: Correct incorrect interrupt level
96        handling in new keyboard management code.  Correct
97        BSP_poll_char initialization routine.
98        * start/start.S, startup/bspstart.c: Correct when the video is
99        initialized.
100        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
101        did not work correctly on all PC speeds. The new calibrate routine
102        has been tested on Pentium 166, pentium II 200, pentium III
103        300 Mhz and does work as expected.
104
1052000-12-05      Joel Sherrill <joel@OARcorp.com>
106
107        * pc386/console/console.c, pc386/console/serial_mouse.c,
108        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
109
1102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
113
1142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
117
1182000-11-01      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
121        and libcsupport.h moved from libc to lib/include/rtems and
122        now must be referenced as <rtems/XXX.h>.   Header file order
123        was cleaned up while doing this.
124
1252000-10-29      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/sbrk.c: Removed.  Redundant with shared version.
128
1292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
132        Switch to GNU canonicalization.
133
1342000-10-23      Joel Sherrill <joel@OARcorp.com>
135
136        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
137
1382000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
139
140        * console/serial_mouse.c: Added support for changing serial parameters.
141
1422000-10-20      Joel Sherrill <joel@OARcorp.com>
143
144        * include/wd80x3.h: Added file header and logic to prevent multiple
145        inclusions of this file.
146        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
147
1482000-10-20      Joel Sherrill <joel@OARcorp.com>
149
150        * include/bsp.h: Cleaned up network driver name and attach defines.
151
1522000-10-20      Dmitry Kargapolov <dk@gentex.ru>
153
154        * ne2000/ne2000.c: Fix some errors in the driver. 
155        1. There was no sufficient check of data in ethernet header.
156        The code in ne_rx_daemon() was:
157            inport_word (dport, len);
158            ...
159            len -= 4;
160              ...
161            if (len > 0)
162              ne_read_data (sc, startaddr, len, p);
163        Unfortunately, sometimes my NIC gave me too big len value,
164        the result was memory override.  To fix this, I added ethernet
165        header data checking.
166
167        2. The way overrides were serviced was not good.  It was complex
168        but sometimes did not provide reliable continuing of NIC working.
169        I had the situation of an endless loop in ne_check_status()
170        after override processing.
171
172        3. There was conceptual error of porting.  The old method of
173        overrides curing was ported from the OS-s, where override-processing
174        did start immediately.  But RTEMS-version uses events, and cleaning
175        of the overrides can start later.
176
177        I selected the way of ne2000 programming that is used
178        in freebsd kernel (v4.0).
179
180        Because of both problems, incorrect data in header of raw packet
181        and receiver override, it went through ne_reset() and fully
182        reset the ne2000.
183
184        So, in summary
185        - added detecting of the incorrect data in ethernet header;
186        - replaced handling of receiver overrides with new scheme,
187        via resetting of NIC, this method is used also in case of
188        invalid header detecting.
189
1902000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
191
192        * console/console.c, console/serial_mouse.c, include/bsp.h:
193        Add the ability to set parity, number of data bits and
194        number of stop bits to the existing i386 serial drivers.
195
1962000-10-17      Joel Sherrill <joel@OARcorp.com>
197
198        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
199        to libbsp/i386/shared/irq.
200
2012000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
202
203        * startup/linkcmds: Added lines so DWARF debug information
204        would be available.  Otherwise gdb complains that the offsets
205        for the debug info are incorrect and doesn't load the files.
206
2072000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
210
2112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
214        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
215        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
216        compile.am
217
2182000-08-30      Joel Sherrill <joel@OARcorp.com>
219
220        * console/keyboard.h: Changed numerous routines from extern inline
221        to static inline.
222
2232000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
224
225        * Major rework of the "/dev/console" driver.
226        * Added termios support for stdin ( keyboard ).
227        * Added ioctls() to support modes similar to Linux( XLATE,
228        RAW, MEDIUMRAW ).
229        * Added Keyboard mapping and handling of the keyboard's leds.
230        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
231        controller ( 16 colors ).
232        * Added PS/2 and Serial mouse support for PC386 BSP.
233        * console/defkeymap.c: New file.
234        * console/fb_vga.c: New file.
235        * console/fb_vga.h: New file.
236        * console/i386kbd.h: New file.
237        * console/kd.h: New file.
238        * console/keyboard.c: New file.
239        * console/keyboard.h: New file.
240        * console/mouse_parser.c: New file.
241        * console/mouse_parser.h: New file.
242        * console/pc_keyb.c: New file.
243        * console/ps2_drv.h: New file.
244        * console/ps2_mouse.c: New file.
245        * console/ps2_mouse.h: New file.
246        * console/serial_mouse.c: New file.
247        * console/serial_mouse.h: New file.
248        * console/vgainit.c: New file.
249        * console/vt.c: New file.
250        * console/Makefile.am: Reflect new files.
251        * console/console.c, console/inch.c, console/outch.c: Console
252        functionality modifications.
253        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
254
2552000-08-10      Joel Sherrill <joel@OARcorp.com>
256
257        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.