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

Last change on this file since c1631075 was c1631075, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/03 at 21:25:11

2003-02-20 Till Straumann <strauman@…>

PR 353/bsps

  • include/bsp.h: Let the application override the network driver and attach routine.
  • Property mode set to 100644
File size: 12.5 KB
Line 
12003-02-20      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 353/bsps
4        * include/bsp.h: Let the application override the network driver
5        and attach routine.
6
72003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
10
112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: AC_PREREQ(2.57).
14
152003-01-20      Joel Sherrill <joel@OARcorp.com>
16
17        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
18
192003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28
292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * start/Makefile.am: Use install-data-local to install startfile.
32
332002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36
372002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
40
412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Reformat.
44        Add autom4te*cache.
45        Remove autom4te.cache.
46
472002-09-13     Eric Norum <eric.norum@usask.ca>
48
49        * start/start16.S: Remove unwanted + at beginning of relative
50        numeric label.
51
522002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
55
562002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
59        PREINSTALL_FILES.
60        * console/mouse_parser.c: Include <string.h> (for strcmp).
61        * console/vt.c: Include <string.h> (for memcpy).
62        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
63
642002-08-21      Joel Sherrill <joel@OARcorp.com>
65
66        * bsp_specs: Added support for -nostdlibs.
67
682002-08-14      Joel Sherrill <joel@OARcorp.com>
69
70        * start/start16.S: Per PR259, added code to test for video present
71        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
72        tested this patch.
73
742002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
77
782002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
89
902002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * startup/ldsegs.S: #include <asm.h>.
93        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
94        Remove printk (Now in bspIo.h).
95
962002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: Eliminate PGM.
99        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
100        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
101
1022002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
105
1062002-07-16      Eric Norum <eric.norum@usask.ca>
107
108        * console/console.c: Others on the rtems-users list have expressed
109        concern about this run-time selection, so I've enclosed the changes
110        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
111
1122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
115        Remove $(OBJS) from all-local.
116
1172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
120
1212001-05-09      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: In support of gcc 3.1, added one of more
124        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
125        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
126        and direction of segments to memory regions may also have been
127        addressed.  This was a sweep across all BSPs.
128 
1292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac:
132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
134        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
145
1462002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * PR139
149        * configure.ac: Remove stray ';', breaks building with automake-1.6.
150
1512002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
154
1552001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
158        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
159
1602001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
163
1642001-10-12      Joel Sherrill <joel@OARcorp.com>
165
166        * console/inch.c: Fixed typo.
167
1682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
171        * configure.in: Remove.
172        * configure.ac: New file, generated from configure.in by autoupdate.
173
1742001-09-27      Joel Sherrill <joel@OARcorp.com>
175
176        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
177
1782001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * include/Makefile.am: Use 'CLEANFILES ='.
181        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
182        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
183        * Makefile.am: Use 'TMPINSTALL_FILES ='.
184
1852001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * console/Makefile.am: Remove RTEMS_H_FILES.
188        * start/start16.S: include <bspopts.h> to get NEW_GAS.
189
1902001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.in: Add bspopts.h.
193        * include/.cvsignore: Add bspopts.h*, stamp-h*.
194        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
195        * 3c509/Makefile.am: Dito.
196        * console/Makefile.am: Dito.
197        * include/bsp.h: Include bspopts.h.
198
1992001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
200
201        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
202
2032001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
206
2072001-01-05      Joel Sherrill <joel@OARcorp.com>
208
209        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
210        would be visible.
211
2122000-12-05       Eric Valette <valette@crf.canon.fr>
213
214        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
215        console/vt.c, include/bsp.h: Correct incorrect interrupt level
216        handling in new keyboard management code.  Correct
217        BSP_poll_char initialization routine.
218        * start/start.S, startup/bspstart.c: Correct when the video is
219        initialized.
220        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
221        did not work correctly on all PC speeds. The new calibrate routine
222        has been tested on Pentium 166, pentium II 200, pentium III
223        300 Mhz and does work as expected.
224
2252000-12-05      Joel Sherrill <joel@OARcorp.com>
226
227        * pc386/console/console.c, pc386/console/serial_mouse.c,
228        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
229
2302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
233
2342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
237
2382000-11-01      Joel Sherrill <joel@OARcorp.com>
239
240        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
241        and libcsupport.h moved from libc to lib/include/rtems and
242        now must be referenced as <rtems/XXX.h>.   Header file order
243        was cleaned up while doing this.
244
2452000-10-29      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/sbrk.c: Removed.  Redundant with shared version.
248
2492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
252        Switch to GNU canonicalization.
253
2542000-10-23      Joel Sherrill <joel@OARcorp.com>
255
256        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
257
2582000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
259
260        * console/serial_mouse.c: Added support for changing serial parameters.
261
2622000-10-20      Joel Sherrill <joel@OARcorp.com>
263
264        * include/wd80x3.h: Added file header and logic to prevent multiple
265        inclusions of this file.
266        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
267
2682000-10-20      Joel Sherrill <joel@OARcorp.com>
269
270        * include/bsp.h: Cleaned up network driver name and attach defines.
271
2722000-10-20      Dmitry Kargapolov <dk@gentex.ru>
273
274        * ne2000/ne2000.c: Fix some errors in the driver. 
275        1. There was no sufficient check of data in ethernet header.
276        The code in ne_rx_daemon() was:
277            inport_word (dport, len);
278            ...
279            len -= 4;
280              ...
281            if (len > 0)
282              ne_read_data (sc, startaddr, len, p);
283        Unfortunately, sometimes my NIC gave me too big len value,
284        the result was memory override.  To fix this, I added ethernet
285        header data checking.
286
287        2. The way overrides were serviced was not good.  It was complex
288        but sometimes did not provide reliable continuing of NIC working.
289        I had the situation of an endless loop in ne_check_status()
290        after override processing.
291
292        3. There was conceptual error of porting.  The old method of
293        overrides curing was ported from the OS-s, where override-processing
294        did start immediately.  But RTEMS-version uses events, and cleaning
295        of the overrides can start later.
296
297        I selected the way of ne2000 programming that is used
298        in freebsd kernel (v4.0).
299
300        Because of both problems, incorrect data in header of raw packet
301        and receiver override, it went through ne_reset() and fully
302        reset the ne2000.
303
304        So, in summary
305        - added detecting of the incorrect data in ethernet header;
306        - replaced handling of receiver overrides with new scheme,
307        via resetting of NIC, this method is used also in case of
308        invalid header detecting.
309
3102000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
311
312        * console/console.c, console/serial_mouse.c, include/bsp.h:
313        Add the ability to set parity, number of data bits and
314        number of stop bits to the existing i386 serial drivers.
315
3162000-10-17      Joel Sherrill <joel@OARcorp.com>
317
318        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
319        to libbsp/i386/shared/irq.
320
3212000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
322
323        * startup/linkcmds: Added lines so DWARF debug information
324        would be available.  Otherwise gdb complains that the offsets
325        for the debug info are incorrect and doesn't load the files.
326
3272000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
330
3312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
334        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
335        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
336        compile.am
337
3382000-08-30      Joel Sherrill <joel@OARcorp.com>
339
340        * console/keyboard.h: Changed numerous routines from extern inline
341        to static inline.
342
3432000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
344
345        * Major rework of the "/dev/console" driver.
346        * Added termios support for stdin ( keyboard ).
347        * Added ioctls() to support modes similar to Linux( XLATE,
348        RAW, MEDIUMRAW ).
349        * Added Keyboard mapping and handling of the keyboard's leds.
350        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
351        controller ( 16 colors ).
352        * Added PS/2 and Serial mouse support for PC386 BSP.
353        * console/defkeymap.c: New file.
354        * console/fb_vga.c: New file.
355        * console/fb_vga.h: New file.
356        * console/i386kbd.h: New file.
357        * console/kd.h: New file.
358        * console/keyboard.c: New file.
359        * console/keyboard.h: New file.
360        * console/mouse_parser.c: New file.
361        * console/mouse_parser.h: New file.
362        * console/pc_keyb.c: New file.
363        * console/ps2_drv.h: New file.
364        * console/ps2_mouse.c: New file.
365        * console/ps2_mouse.h: New file.
366        * console/serial_mouse.c: New file.
367        * console/serial_mouse.h: New file.
368        * console/vgainit.c: New file.
369        * console/vt.c: New file.
370        * console/Makefile.am: Reflect new files.
371        * console/console.c, console/inch.c, console/outch.c: Console
372        functionality modifications.
373        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
374
3752000-08-10      Joel Sherrill <joel@OARcorp.com>
376
377        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.