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

4.104.114.84.95
Last change on this file since 92b8b98a was 92b8b98a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:14:50

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

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