source: rtems/c/src/lib/libbsp/i386/pc386/ChangeLog @ 0b34e440

4.104.114.84.95
Last change on this file since 0b34e440 was 0b34e440, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 02:24:04

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

  • start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o. Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
  • Property mode set to 100644
File size: 9.5 KB
Line 
12002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Eliminate PGM.
4        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
5        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
6
72002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
10
112002-07-16      Eric Norum <eric.norum@usask.ca>
12
13        * console/console.c: Others on the rtems-users list have expressed
14        concern about this run-time selection, so I've enclosed the changes
15        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
16
172002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
20        Remove $(OBJS) from all-local.
21
222002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
25
262001-05-09      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds: In support of gcc 3.1, added one of more
29        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
30        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
31        and direction of segments to memory regions may also have been
32        addressed.  This was a sweep across all BSPs.
33 
342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac:
37        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
38        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
39        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
50
512002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * PR139
54        * configure.ac: Remove stray ';', breaks building with automake-1.6.
55
562002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
59
602001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
63        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
64
652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
68
692001-10-12      Joel Sherrill <joel@OARcorp.com>
70
71        * console/inch.c: Fixed typo.
72
732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
76        * configure.in: Remove.
77        * configure.ac: New file, generated from configure.in by autoupdate.
78
792001-09-27      Joel Sherrill <joel@OARcorp.com>
80
81        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
82
832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * include/Makefile.am: Use 'CLEANFILES ='.
86        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
87        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
88        * Makefile.am: Use 'TMPINSTALL_FILES ='.
89
902001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * console/Makefile.am: Remove RTEMS_H_FILES.
93        * start/start16.S: include <bspopts.h> to get NEW_GAS.
94
952001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.in: Add bspopts.h.
98        * include/.cvsignore: Add bspopts.h*, stamp-h*.
99        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
100        * 3c509/Makefile.am: Dito.
101        * console/Makefile.am: Dito.
102        * include/bsp.h: Include bspopts.h.
103
1042001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
105
106        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
107
1082001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
111
1122001-01-05      Joel Sherrill <joel@OARcorp.com>
113
114        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
115        would be visible.
116
1172000-12-05       Eric Valette <valette@crf.canon.fr>
118
119        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
120        console/vt.c, include/bsp.h: Correct incorrect interrupt level
121        handling in new keyboard management code.  Correct
122        BSP_poll_char initialization routine.
123        * start/start.S, startup/bspstart.c: Correct when the video is
124        initialized.
125        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
126        did not work correctly on all PC speeds. The new calibrate routine
127        has been tested on Pentium 166, pentium II 200, pentium III
128        300 Mhz and does work as expected.
129
1302000-12-05      Joel Sherrill <joel@OARcorp.com>
131
132        * pc386/console/console.c, pc386/console/serial_mouse.c,
133        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
134
1352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
138
1392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
142
1432000-11-01      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
146        and libcsupport.h moved from libc to lib/include/rtems and
147        now must be referenced as <rtems/XXX.h>.   Header file order
148        was cleaned up while doing this.
149
1502000-10-29      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/sbrk.c: Removed.  Redundant with shared version.
153
1542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
157        Switch to GNU canonicalization.
158
1592000-10-23      Joel Sherrill <joel@OARcorp.com>
160
161        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
162
1632000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
164
165        * console/serial_mouse.c: Added support for changing serial parameters.
166
1672000-10-20      Joel Sherrill <joel@OARcorp.com>
168
169        * include/wd80x3.h: Added file header and logic to prevent multiple
170        inclusions of this file.
171        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
172
1732000-10-20      Joel Sherrill <joel@OARcorp.com>
174
175        * include/bsp.h: Cleaned up network driver name and attach defines.
176
1772000-10-20      Dmitry Kargapolov <dk@gentex.ru>
178
179        * ne2000/ne2000.c: Fix some errors in the driver. 
180        1. There was no sufficient check of data in ethernet header.
181        The code in ne_rx_daemon() was:
182            inport_word (dport, len);
183            ...
184            len -= 4;
185              ...
186            if (len > 0)
187              ne_read_data (sc, startaddr, len, p);
188        Unfortunately, sometimes my NIC gave me too big len value,
189        the result was memory override.  To fix this, I added ethernet
190        header data checking.
191
192        2. The way overrides were serviced was not good.  It was complex
193        but sometimes did not provide reliable continuing of NIC working.
194        I had the situation of an endless loop in ne_check_status()
195        after override processing.
196
197        3. There was conceptual error of porting.  The old method of
198        overrides curing was ported from the OS-s, where override-processing
199        did start immediately.  But RTEMS-version uses events, and cleaning
200        of the overrides can start later.
201
202        I selected the way of ne2000 programming that is used
203        in freebsd kernel (v4.0).
204
205        Because of both problems, incorrect data in header of raw packet
206        and receiver override, it went through ne_reset() and fully
207        reset the ne2000.
208
209        So, in summary
210        - added detecting of the incorrect data in ethernet header;
211        - replaced handling of receiver overrides with new scheme,
212        via resetting of NIC, this method is used also in case of
213        invalid header detecting.
214
2152000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
216
217        * console/console.c, console/serial_mouse.c, include/bsp.h:
218        Add the ability to set parity, number of data bits and
219        number of stop bits to the existing i386 serial drivers.
220
2212000-10-17      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
224        to libbsp/i386/shared/irq.
225
2262000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
227
228        * startup/linkcmds: Added lines so DWARF debug information
229        would be available.  Otherwise gdb complains that the offsets
230        for the debug info are incorrect and doesn't load the files.
231
2322000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
235
2362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
239        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
240        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
241        compile.am
242
2432000-08-30      Joel Sherrill <joel@OARcorp.com>
244
245        * console/keyboard.h: Changed numerous routines from extern inline
246        to static inline.
247
2482000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
249
250        * Major rework of the "/dev/console" driver.
251        * Added termios support for stdin ( keyboard ).
252        * Added ioctls() to support modes similar to Linux( XLATE,
253        RAW, MEDIUMRAW ).
254        * Added Keyboard mapping and handling of the keyboard's leds.
255        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
256        controller ( 16 colors ).
257        * Added PS/2 and Serial mouse support for PC386 BSP.
258        * console/defkeymap.c: New file.
259        * console/fb_vga.c: New file.
260        * console/fb_vga.h: New file.
261        * console/i386kbd.h: New file.
262        * console/kd.h: New file.
263        * console/keyboard.c: New file.
264        * console/keyboard.h: New file.
265        * console/mouse_parser.c: New file.
266        * console/mouse_parser.h: New file.
267        * console/pc_keyb.c: New file.
268        * console/ps2_drv.h: New file.
269        * console/ps2_mouse.c: New file.
270        * console/ps2_mouse.h: New file.
271        * console/serial_mouse.c: New file.
272        * console/serial_mouse.h: New file.
273        * console/vgainit.c: New file.
274        * console/vt.c: New file.
275        * console/Makefile.am: Reflect new files.
276        * console/console.c, console/inch.c, console/outch.c: Console
277        functionality modifications.
278        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
279
2802000-08-10      Joel Sherrill <joel@OARcorp.com>
281
282        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.