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

4.104.114.84.95
Last change on this file since 4f210c04 was 4f210c04, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/02 at 01:12:43

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

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