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

4.104.114.84.95
Last change on this file since b88e366 was b88e366, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/29/02 at 15:54:25

2002-08-29 Ralf Corsepius <corsepiu@…>

  • console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to PREINSTALL_FILES.
  • console/mouse_parser.c: Include <string.h> (for strcmp).
  • console/vt.c: Include <string.h> (for memcpy).
  • wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
  • Property mode set to 100644
File size: 10.9 KB
Line 
12002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
4        PREINSTALL_FILES.
5        * console/mouse_parser.c: Include <string.h> (for strcmp).
6        * console/vt.c: Include <string.h> (for memcpy).
7        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
8
92002-08-21      Joel Sherrill <joel@OARcorp.com>
10
11        * bsp_specs: Added support for -nostdlibs.
12
132002-08-14      Joel Sherrill <joel@OARcorp.com>
14
15        * start/start16.S: Per PR259, added code to test for video present
16        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
17        tested this patch.
18
192002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
22
232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
34
352002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * startup/ldsegs.S: #include <asm.h>.
38        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
39        Remove printk (Now in bspIo.h).
40
412002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * start/Makefile.am: Eliminate PGM.
44        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
45        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
46
472002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
50
512002-07-16      Eric Norum <eric.norum@usask.ca>
52
53        * console/console.c: Others on the rtems-users list have expressed
54        concern about this run-time selection, so I've enclosed the changes
55        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
56
572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
60        Remove $(OBJS) from all-local.
61
622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
65
662001-05-09      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds: In support of gcc 3.1, added one of more
69        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
70        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
71        and direction of segments to memory regions may also have been
72        addressed.  This was a sweep across all BSPs.
73 
742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac:
77        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
78        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
79        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
90
912002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * PR139
94        * configure.ac: Remove stray ';', breaks building with automake-1.6.
95
962002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
99
1002001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
103        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
104
1052001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
108
1092001-10-12      Joel Sherrill <joel@OARcorp.com>
110
111        * console/inch.c: Fixed typo.
112
1132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
116        * configure.in: Remove.
117        * configure.ac: New file, generated from configure.in by autoupdate.
118
1192001-09-27      Joel Sherrill <joel@OARcorp.com>
120
121        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
122
1232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * include/Makefile.am: Use 'CLEANFILES ='.
126        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
127        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
128        * Makefile.am: Use 'TMPINSTALL_FILES ='.
129
1302001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * console/Makefile.am: Remove RTEMS_H_FILES.
133        * start/start16.S: include <bspopts.h> to get NEW_GAS.
134
1352001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.in: Add bspopts.h.
138        * include/.cvsignore: Add bspopts.h*, stamp-h*.
139        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
140        * 3c509/Makefile.am: Dito.
141        * console/Makefile.am: Dito.
142        * include/bsp.h: Include bspopts.h.
143
1442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
145
146        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
147
1482001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
151
1522001-01-05      Joel Sherrill <joel@OARcorp.com>
153
154        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
155        would be visible.
156
1572000-12-05       Eric Valette <valette@crf.canon.fr>
158
159        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
160        console/vt.c, include/bsp.h: Correct incorrect interrupt level
161        handling in new keyboard management code.  Correct
162        BSP_poll_char initialization routine.
163        * start/start.S, startup/bspstart.c: Correct when the video is
164        initialized.
165        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
166        did not work correctly on all PC speeds. The new calibrate routine
167        has been tested on Pentium 166, pentium II 200, pentium III
168        300 Mhz and does work as expected.
169
1702000-12-05      Joel Sherrill <joel@OARcorp.com>
171
172        * pc386/console/console.c, pc386/console/serial_mouse.c,
173        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
174
1752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
178
1792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
182
1832000-11-01      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
186        and libcsupport.h moved from libc to lib/include/rtems and
187        now must be referenced as <rtems/XXX.h>.   Header file order
188        was cleaned up while doing this.
189
1902000-10-29      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/sbrk.c: Removed.  Redundant with shared version.
193
1942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
197        Switch to GNU canonicalization.
198
1992000-10-23      Joel Sherrill <joel@OARcorp.com>
200
201        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
202
2032000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
204
205        * console/serial_mouse.c: Added support for changing serial parameters.
206
2072000-10-20      Joel Sherrill <joel@OARcorp.com>
208
209        * include/wd80x3.h: Added file header and logic to prevent multiple
210        inclusions of this file.
211        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
212
2132000-10-20      Joel Sherrill <joel@OARcorp.com>
214
215        * include/bsp.h: Cleaned up network driver name and attach defines.
216
2172000-10-20      Dmitry Kargapolov <dk@gentex.ru>
218
219        * ne2000/ne2000.c: Fix some errors in the driver. 
220        1. There was no sufficient check of data in ethernet header.
221        The code in ne_rx_daemon() was:
222            inport_word (dport, len);
223            ...
224            len -= 4;
225              ...
226            if (len > 0)
227              ne_read_data (sc, startaddr, len, p);
228        Unfortunately, sometimes my NIC gave me too big len value,
229        the result was memory override.  To fix this, I added ethernet
230        header data checking.
231
232        2. The way overrides were serviced was not good.  It was complex
233        but sometimes did not provide reliable continuing of NIC working.
234        I had the situation of an endless loop in ne_check_status()
235        after override processing.
236
237        3. There was conceptual error of porting.  The old method of
238        overrides curing was ported from the OS-s, where override-processing
239        did start immediately.  But RTEMS-version uses events, and cleaning
240        of the overrides can start later.
241
242        I selected the way of ne2000 programming that is used
243        in freebsd kernel (v4.0).
244
245        Because of both problems, incorrect data in header of raw packet
246        and receiver override, it went through ne_reset() and fully
247        reset the ne2000.
248
249        So, in summary
250        - added detecting of the incorrect data in ethernet header;
251        - replaced handling of receiver overrides with new scheme,
252        via resetting of NIC, this method is used also in case of
253        invalid header detecting.
254
2552000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
256
257        * console/console.c, console/serial_mouse.c, include/bsp.h:
258        Add the ability to set parity, number of data bits and
259        number of stop bits to the existing i386 serial drivers.
260
2612000-10-17      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
264        to libbsp/i386/shared/irq.
265
2662000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
267
268        * startup/linkcmds: Added lines so DWARF debug information
269        would be available.  Otherwise gdb complains that the offsets
270        for the debug info are incorrect and doesn't load the files.
271
2722000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
275
2762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
279        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
280        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
281        compile.am
282
2832000-08-30      Joel Sherrill <joel@OARcorp.com>
284
285        * console/keyboard.h: Changed numerous routines from extern inline
286        to static inline.
287
2882000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
289
290        * Major rework of the "/dev/console" driver.
291        * Added termios support for stdin ( keyboard ).
292        * Added ioctls() to support modes similar to Linux( XLATE,
293        RAW, MEDIUMRAW ).
294        * Added Keyboard mapping and handling of the keyboard's leds.
295        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
296        controller ( 16 colors ).
297        * Added PS/2 and Serial mouse support for PC386 BSP.
298        * console/defkeymap.c: New file.
299        * console/fb_vga.c: New file.
300        * console/fb_vga.h: New file.
301        * console/i386kbd.h: New file.
302        * console/kd.h: New file.
303        * console/keyboard.c: New file.
304        * console/keyboard.h: New file.
305        * console/mouse_parser.c: New file.
306        * console/mouse_parser.h: New file.
307        * console/pc_keyb.c: New file.
308        * console/ps2_drv.h: New file.
309        * console/ps2_mouse.c: New file.
310        * console/ps2_mouse.h: New file.
311        * console/serial_mouse.c: New file.
312        * console/serial_mouse.h: New file.
313        * console/vgainit.c: New file.
314        * console/vt.c: New file.
315        * console/Makefile.am: Reflect new files.
316        * console/console.c, console/inch.c, console/outch.c: Console
317        functionality modifications.
318        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
319
3202000-08-10      Joel Sherrill <joel@OARcorp.com>
321
322        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.