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

4.104.114.84.95
Last change on this file since 4338045 was 904cb8ed, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/14/03 at 06:19:46

2003-04-14 Ralf Corsepius <corsepiu@…>

  • ide/.cvsignore: New.
  • Property mode set to 100644
File size: 13.0 KB
Line 
12003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * ide/.cvsignore: New.
4
52003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
6
7        PR 368/filesystems
8        * startup/ldsegs.S: Increase alignment.
9        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
10        Added IDE supporting infrastructure.
11        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
12        BSP support for libchip standard ide driver.
13
142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove AC_CONFIG_AUX_DIR.
17
182003-02-20      Till Straumann <strauman@slac.stanford.edu>
19
20        PR 353/bsps
21        * include/bsp.h: Let the application override the network driver
22        and attach routine.
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
27
282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: AC_PREREQ(2.57).
31
322003-01-20      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
35
362003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45
462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Use install-data-local to install startfile.
49
502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53
542002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
57
582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * .cvsignore: Reformat.
61        Add autom4te*cache.
62        Remove autom4te.cache.
63
642002-09-13     Eric Norum <eric.norum@usask.ca>
65
66        * start/start16.S: Remove unwanted + at beginning of relative
67        numeric label.
68
692002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
72
732002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
76        PREINSTALL_FILES.
77        * console/mouse_parser.c: Include <string.h> (for strcmp).
78        * console/vt.c: Include <string.h> (for memcpy).
79        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
80
812002-08-21      Joel Sherrill <joel@OARcorp.com>
82
83        * bsp_specs: Added support for -nostdlibs.
84
852002-08-14      Joel Sherrill <joel@OARcorp.com>
86
87        * start/start16.S: Per PR259, added code to test for video present
88        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
89        tested this patch.
90
912002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
94
952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
106
1072002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * startup/ldsegs.S: #include <asm.h>.
110        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
111        Remove printk (Now in bspIo.h).
112
1132002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/Makefile.am: Eliminate PGM.
116        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
117        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
118
1192002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
122
1232002-07-16      Eric Norum <eric.norum@usask.ca>
124
125        * console/console.c: Others on the rtems-users list have expressed
126        concern about this run-time selection, so I've enclosed the changes
127        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
128
1292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
132        Remove $(OBJS) from all-local.
133
1342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
137
1382001-05-09      Joel Sherrill <joel@OARcorp.com>
139
140        * startup/linkcmds: In support of gcc 3.1, added one of more
141        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
142        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
143        and direction of segments to memory regions may also have been
144        addressed.  This was a sweep across all BSPs.
145 
1462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac:
149        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
150        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
151        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
162
1632002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * PR139
166        * configure.ac: Remove stray ';', breaks building with automake-1.6.
167
1682002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
171
1722001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
175        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
176
1772001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
180
1812001-10-12      Joel Sherrill <joel@OARcorp.com>
182
183        * console/inch.c: Fixed typo.
184
1852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
188        * configure.in: Remove.
189        * configure.ac: New file, generated from configure.in by autoupdate.
190
1912001-09-27      Joel Sherrill <joel@OARcorp.com>
192
193        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
194
1952001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * include/Makefile.am: Use 'CLEANFILES ='.
198        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
199        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
200        * Makefile.am: Use 'TMPINSTALL_FILES ='.
201
2022001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * console/Makefile.am: Remove RTEMS_H_FILES.
205        * start/start16.S: include <bspopts.h> to get NEW_GAS.
206
2072001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.in: Add bspopts.h.
210        * include/.cvsignore: Add bspopts.h*, stamp-h*.
211        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
212        * 3c509/Makefile.am: Dito.
213        * console/Makefile.am: Dito.
214        * include/bsp.h: Include bspopts.h.
215
2162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
217
218        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
219
2202001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
223
2242001-01-05      Joel Sherrill <joel@OARcorp.com>
225
226        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
227        would be visible.
228
2292000-12-05       Eric Valette <valette@crf.canon.fr>
230
231        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
232        console/vt.c, include/bsp.h: Correct incorrect interrupt level
233        handling in new keyboard management code.  Correct
234        BSP_poll_char initialization routine.
235        * start/start.S, startup/bspstart.c: Correct when the video is
236        initialized.
237        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
238        did not work correctly on all PC speeds. The new calibrate routine
239        has been tested on Pentium 166, pentium II 200, pentium III
240        300 Mhz and does work as expected.
241
2422000-12-05      Joel Sherrill <joel@OARcorp.com>
243
244        * pc386/console/console.c, pc386/console/serial_mouse.c,
245        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
246
2472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
250
2512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
254
2552000-11-01      Joel Sherrill <joel@OARcorp.com>
256
257        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
258        and libcsupport.h moved from libc to lib/include/rtems and
259        now must be referenced as <rtems/XXX.h>.   Header file order
260        was cleaned up while doing this.
261
2622000-10-29      Joel Sherrill <joel@OARcorp.com>
263
264        * startup/sbrk.c: Removed.  Redundant with shared version.
265
2662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
269        Switch to GNU canonicalization.
270
2712000-10-23      Joel Sherrill <joel@OARcorp.com>
272
273        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
274
2752000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
276
277        * console/serial_mouse.c: Added support for changing serial parameters.
278
2792000-10-20      Joel Sherrill <joel@OARcorp.com>
280
281        * include/wd80x3.h: Added file header and logic to prevent multiple
282        inclusions of this file.
283        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
284
2852000-10-20      Joel Sherrill <joel@OARcorp.com>
286
287        * include/bsp.h: Cleaned up network driver name and attach defines.
288
2892000-10-20      Dmitry Kargapolov <dk@gentex.ru>
290
291        * ne2000/ne2000.c: Fix some errors in the driver. 
292        1. There was no sufficient check of data in ethernet header.
293        The code in ne_rx_daemon() was:
294            inport_word (dport, len);
295            ...
296            len -= 4;
297              ...
298            if (len > 0)
299              ne_read_data (sc, startaddr, len, p);
300        Unfortunately, sometimes my NIC gave me too big len value,
301        the result was memory override.  To fix this, I added ethernet
302        header data checking.
303
304        2. The way overrides were serviced was not good.  It was complex
305        but sometimes did not provide reliable continuing of NIC working.
306        I had the situation of an endless loop in ne_check_status()
307        after override processing.
308
309        3. There was conceptual error of porting.  The old method of
310        overrides curing was ported from the OS-s, where override-processing
311        did start immediately.  But RTEMS-version uses events, and cleaning
312        of the overrides can start later.
313
314        I selected the way of ne2000 programming that is used
315        in freebsd kernel (v4.0).
316
317        Because of both problems, incorrect data in header of raw packet
318        and receiver override, it went through ne_reset() and fully
319        reset the ne2000.
320
321        So, in summary
322        - added detecting of the incorrect data in ethernet header;
323        - replaced handling of receiver overrides with new scheme,
324        via resetting of NIC, this method is used also in case of
325        invalid header detecting.
326
3272000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
328
329        * console/console.c, console/serial_mouse.c, include/bsp.h:
330        Add the ability to set parity, number of data bits and
331        number of stop bits to the existing i386 serial drivers.
332
3332000-10-17      Joel Sherrill <joel@OARcorp.com>
334
335        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
336        to libbsp/i386/shared/irq.
337
3382000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
339
340        * startup/linkcmds: Added lines so DWARF debug information
341        would be available.  Otherwise gdb complains that the offsets
342        for the debug info are incorrect and doesn't load the files.
343
3442000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
347
3482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
351        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
352        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
353        compile.am
354
3552000-08-30      Joel Sherrill <joel@OARcorp.com>
356
357        * console/keyboard.h: Changed numerous routines from extern inline
358        to static inline.
359
3602000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
361
362        * Major rework of the "/dev/console" driver.
363        * Added termios support for stdin ( keyboard ).
364        * Added ioctls() to support modes similar to Linux( XLATE,
365        RAW, MEDIUMRAW ).
366        * Added Keyboard mapping and handling of the keyboard's leds.
367        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
368        controller ( 16 colors ).
369        * Added PS/2 and Serial mouse support for PC386 BSP.
370        * console/defkeymap.c: New file.
371        * console/fb_vga.c: New file.
372        * console/fb_vga.h: New file.
373        * console/i386kbd.h: New file.
374        * console/kd.h: New file.
375        * console/keyboard.c: New file.
376        * console/keyboard.h: New file.
377        * console/mouse_parser.c: New file.
378        * console/mouse_parser.h: New file.
379        * console/pc_keyb.c: New file.
380        * console/ps2_drv.h: New file.
381        * console/ps2_mouse.c: New file.
382        * console/ps2_mouse.h: New file.
383        * console/serial_mouse.c: New file.
384        * console/serial_mouse.h: New file.
385        * console/vgainit.c: New file.
386        * console/vt.c: New file.
387        * console/Makefile.am: Reflect new files.
388        * console/console.c, console/inch.c, console/outch.c: Console
389        functionality modifications.
390        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
391
3922000-08-10      Joel Sherrill <joel@OARcorp.com>
393
394        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.