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

4.104.114.84.95
Last change on this file since 72f4ec87 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

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