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

4.104.114.84.95
Last change on this file since 193fe690 was 2b2e1e96, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/02 at 16:59:42

2002-09-13 Eric Norum <eric.norum@…>

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