source: rtems/c/src/lib/libbsp/i386/pc386/ChangeLog @ 445c0a0

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

2002-07-04 Ralf Corsepius <corsepiu@…>

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