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

4.104.114.84.95
Last change on this file since cb72774 was c386c63, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/08/02 at 07:59:05

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

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