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

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 12.3 KB
RevLine 
[ccd81b60]12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
[6ca07328]52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
[7b0c547a]92003-01-20      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
12
[e1fb82a]132003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[485b21a1]14
15        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22
[59a01a6e]232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Use install-data-local to install startfile.
26
[2567546]272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
[4f210c04]312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
34
[8730f45]352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Reformat.
38        Add autom4te*cache.
39        Remove autom4te.cache.
40
[2b2e1e96]412002-09-13     Eric Norum <eric.norum@usask.ca>
42
43        * start/start16.S: Remove unwanted + at beginning of relative
44        numeric label.
45
[c386c63]462002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
49
[b88e366]502002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
53        PREINSTALL_FILES.
54        * console/mouse_parser.c: Include <string.h> (for strcmp).
55        * console/vt.c: Include <string.h> (for memcpy).
56        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
57
[a2ae30c2]582002-08-21      Joel Sherrill <joel@OARcorp.com>
59
60        * bsp_specs: Added support for -nostdlibs.
61
[37bb9bf]622002-08-14      Joel Sherrill <joel@OARcorp.com>
63
64        * start/start16.S: Per PR259, added code to test for video present
65        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
66        tested this patch.
67
[f471a45c]682002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
71
[92b8b98a]722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
83
[ce97171]842002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * startup/ldsegs.S: #include <asm.h>.
87        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
88        Remove printk (Now in bspIo.h).
89
[0b34e440]902002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * start/Makefile.am: Eliminate PGM.
93        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
94        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
95
[fdc10e3]962002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
99
[cd66632]1002002-07-16      Eric Norum <eric.norum@usask.ca>
101
102        * console/console.c: Others on the rtems-users list have expressed
103        concern about this run-time selection, so I've enclosed the changes
104        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
105
[445c0a0]1062002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
109        Remove $(OBJS) from all-local.
110
[80defac]1112002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
114
[85c92574]1152001-05-09      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/linkcmds: In support of gcc 3.1, added one of more
118        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
119        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
120        and direction of segments to memory regions may also have been
121        addressed.  This was a sweep across all BSPs.
122 
[4f36d46]1232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac:
126        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
127        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
128        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
139
[7ed57bd]1402002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * PR139
143        * configure.ac: Remove stray ';', breaks building with automake-1.6.
144
[45805cc]1452002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
148
[8fec915]1492001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
152        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
153
[9e1ae79]1542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
157
[a606b45]1582001-10-12      Joel Sherrill <joel@OARcorp.com>
159
160        * console/inch.c: Fixed typo.
161
[df25c998]1622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
165        * configure.in: Remove.
166        * configure.ac: New file, generated from configure.in by autoupdate.
167
[cf282090]1682001-09-27      Joel Sherrill <joel@OARcorp.com>
169
170        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
171
[074225ba]1722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * include/Makefile.am: Use 'CLEANFILES ='.
175        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
176        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
177        * Makefile.am: Use 'TMPINSTALL_FILES ='.
178
[cacbf4f]1792001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * console/Makefile.am: Remove RTEMS_H_FILES.
182        * start/start16.S: include <bspopts.h> to get NEW_GAS.
183
[2e45a0cb]1842001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.in: Add bspopts.h.
187        * include/.cvsignore: Add bspopts.h*, stamp-h*.
188        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
189        * 3c509/Makefile.am: Dito.
190        * console/Makefile.am: Dito.
191        * include/bsp.h: Include bspopts.h.
192
[6f21328]1932001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
194
195        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
196
[5d2fe483]1972001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
200
[9b0e5b2]2012001-01-05      Joel Sherrill <joel@OARcorp.com>
202
203        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
204        would be visible.
205
[d57c04e]2062000-12-05       Eric Valette <valette@crf.canon.fr>
207
208        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
209        console/vt.c, include/bsp.h: Correct incorrect interrupt level
210        handling in new keyboard management code.  Correct
211        BSP_poll_char initialization routine.
212        * start/start.S, startup/bspstart.c: Correct when the video is
213        initialized.
214        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
215        did not work correctly on all PC speeds. The new calibrate routine
216        has been tested on Pentium 166, pentium II 200, pentium III
217        300 Mhz and does work as expected.
218
[327a93a4]2192000-12-05      Joel Sherrill <joel@OARcorp.com>
220
221        * pc386/console/console.c, pc386/console/serial_mouse.c,
222        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
223
[feead226]2242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
227
[a314d3b4]2282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
231
[eba2e4f]2322000-11-01      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
235        and libcsupport.h moved from libc to lib/include/rtems and
236        now must be referenced as <rtems/XXX.h>.   Header file order
237        was cleaned up while doing this.
238
[c51af96e]2392000-10-29      Joel Sherrill <joel@OARcorp.com>
240
241        * startup/sbrk.c: Removed.  Redundant with shared version.
242
[0134f4f]2432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
246        Switch to GNU canonicalization.
247
[6bb5260]2482000-10-23      Joel Sherrill <joel@OARcorp.com>
249
250        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
251
[396555aa]2522000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
253
254        * console/serial_mouse.c: Added support for changing serial parameters.
255
[84ab6601]2562000-10-20      Joel Sherrill <joel@OARcorp.com>
257
258        * include/wd80x3.h: Added file header and logic to prevent multiple
259        inclusions of this file.
260        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
261
[b0a26ddd]2622000-10-20      Joel Sherrill <joel@OARcorp.com>
263
264        * include/bsp.h: Cleaned up network driver name and attach defines.
265
2662000-10-20      Dmitry Kargapolov <dk@gentex.ru>
267
268        * ne2000/ne2000.c: Fix some errors in the driver. 
269        1. There was no sufficient check of data in ethernet header.
270        The code in ne_rx_daemon() was:
271            inport_word (dport, len);
272            ...
273            len -= 4;
274              ...
275            if (len > 0)
276              ne_read_data (sc, startaddr, len, p);
277        Unfortunately, sometimes my NIC gave me too big len value,
278        the result was memory override.  To fix this, I added ethernet
279        header data checking.
280
281        2. The way overrides were serviced was not good.  It was complex
282        but sometimes did not provide reliable continuing of NIC working.
283        I had the situation of an endless loop in ne_check_status()
284        after override processing.
285
286        3. There was conceptual error of porting.  The old method of
287        overrides curing was ported from the OS-s, where override-processing
288        did start immediately.  But RTEMS-version uses events, and cleaning
289        of the overrides can start later.
290
291        I selected the way of ne2000 programming that is used
292        in freebsd kernel (v4.0).
293
294        Because of both problems, incorrect data in header of raw packet
295        and receiver override, it went through ne_reset() and fully
296        reset the ne2000.
297
298        So, in summary
299        - added detecting of the incorrect data in ethernet header;
300        - replaced handling of receiver overrides with new scheme,
301        via resetting of NIC, this method is used also in case of
302        invalid header detecting.
303
[664db30b]3042000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
305
306        * console/console.c, console/serial_mouse.c, include/bsp.h:
307        Add the ability to set parity, number of data bits and
308        number of stop bits to the existing i386 serial drivers.
309
[bad7e90]3102000-10-17      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
313        to libbsp/i386/shared/irq.
314
[4cb5d29]3152000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
316
317        * startup/linkcmds: Added lines so DWARF debug information
318        would be available.  Otherwise gdb complains that the offsets
319        for the debug info are incorrect and doesn't load the files.
320
[2431a8cf]3212000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
324
[a5417074]3252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
328        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
329        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
330        compile.am
331
[b0c3aaf2]3322000-08-30      Joel Sherrill <joel@OARcorp.com>
333
334        * console/keyboard.h: Changed numerous routines from extern inline
335        to static inline.
336
[3cbb63a]3372000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
338
339        * Major rework of the "/dev/console" driver.
340        * Added termios support for stdin ( keyboard ).
341        * Added ioctls() to support modes similar to Linux( XLATE,
342        RAW, MEDIUMRAW ).
343        * Added Keyboard mapping and handling of the keyboard's leds.
344        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
345        controller ( 16 colors ).
346        * Added PS/2 and Serial mouse support for PC386 BSP.
347        * console/defkeymap.c: New file.
348        * console/fb_vga.c: New file.
349        * console/fb_vga.h: New file.
350        * console/i386kbd.h: New file.
351        * console/kd.h: New file.
352        * console/keyboard.c: New file.
353        * console/keyboard.h: New file.
354        * console/mouse_parser.c: New file.
355        * console/mouse_parser.h: New file.
356        * console/pc_keyb.c: New file.
357        * console/ps2_drv.h: New file.
358        * console/ps2_mouse.c: New file.
359        * console/ps2_mouse.h: New file.
360        * console/serial_mouse.c: New file.
361        * console/serial_mouse.h: New file.
362        * console/vgainit.c: New file.
363        * console/vt.c: New file.
364        * console/Makefile.am: Reflect new files.
365        * console/console.c, console/inch.c, console/outch.c: Console
366        functionality modifications.
367        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
368
[e94ad1fe]3692000-08-10      Joel Sherrill <joel@OARcorp.com>
370
371        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.