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

Last change on this file since d3ed198b was d3ed198b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/20/03 at 12:42:16

2003-08-20 Ralf Corsepius <corsepiu@…>

  • ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
  • Property mode set to 100644
File size: 13.4 KB
Line 
12003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
8
92003-07-08      Joel Sherrill <joel@OARcorp.com>
10
11        * console/console.c: Correct typo.
12
132003-05-08      Chris Johns  <cjohns@cybertec.com.au>
14
15        * HOWTO:
16        Updated the GRUB version info and how to build GRUB from source.
17        Added how to boot over the network with a PXE Netboot BIOS.
18
192003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * ide/.cvsignore: New.
22
232003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
24
25        PR 368/filesystems
26        * startup/ldsegs.S: Increase alignment.
27        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
28        Added IDE supporting infrastructure.
29        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
30        BSP support for libchip standard ide driver.
31
322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove AC_CONFIG_AUX_DIR.
35
362003-02-20      Till Straumann <strauman@slac.stanford.edu>
37
38        PR 353/bsps
39        * include/bsp.h: Let the application override the network driver
40        and attach routine.
41
422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
45
462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: AC_PREREQ(2.57).
49
502003-01-20      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
53
542003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63
642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Use install-data-local to install startfile.
67
682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71
722002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
75
762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * .cvsignore: Reformat.
79        Add autom4te*cache.
80        Remove autom4te.cache.
81
822002-09-13     Eric Norum <eric.norum@usask.ca>
83
84        * start/start16.S: Remove unwanted + at beginning of relative
85        numeric label.
86
872002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
90
912002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
94        PREINSTALL_FILES.
95        * console/mouse_parser.c: Include <string.h> (for strcmp).
96        * console/vt.c: Include <string.h> (for memcpy).
97        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
98
992002-08-21      Joel Sherrill <joel@OARcorp.com>
100
101        * bsp_specs: Added support for -nostdlibs.
102
1032002-08-14      Joel Sherrill <joel@OARcorp.com>
104
105        * start/start16.S: Per PR259, added code to test for video present
106        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
107        tested this patch.
108
1092002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
112
1132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
124
1252002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * startup/ldsegs.S: #include <asm.h>.
128        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
129        Remove printk (Now in bspIo.h).
130
1312002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * start/Makefile.am: Eliminate PGM.
134        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
135        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
136
1372002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
140
1412002-07-16      Eric Norum <eric.norum@usask.ca>
142
143        * console/console.c: Others on the rtems-users list have expressed
144        concern about this run-time selection, so I've enclosed the changes
145        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
146
1472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
150        Remove $(OBJS) from all-local.
151
1522002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
155
1562001-05-09      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds: In support of gcc 3.1, added one of more
159        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
160        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
161        and direction of segments to memory regions may also have been
162        addressed.  This was a sweep across all BSPs.
163 
1642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac:
167        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
168        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
169        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
180
1812002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * PR139
184        * configure.ac: Remove stray ';', breaks building with automake-1.6.
185
1862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
189
1902001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
193        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
194
1952001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
198
1992001-10-12      Joel Sherrill <joel@OARcorp.com>
200
201        * console/inch.c: Fixed typo.
202
2032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
206        * configure.in: Remove.
207        * configure.ac: New file, generated from configure.in by autoupdate.
208
2092001-09-27      Joel Sherrill <joel@OARcorp.com>
210
211        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
212
2132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * include/Makefile.am: Use 'CLEANFILES ='.
216        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
217        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
218        * Makefile.am: Use 'TMPINSTALL_FILES ='.
219
2202001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * console/Makefile.am: Remove RTEMS_H_FILES.
223        * start/start16.S: include <bspopts.h> to get NEW_GAS.
224
2252001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.in: Add bspopts.h.
228        * include/.cvsignore: Add bspopts.h*, stamp-h*.
229        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
230        * 3c509/Makefile.am: Dito.
231        * console/Makefile.am: Dito.
232        * include/bsp.h: Include bspopts.h.
233
2342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
235
236        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
237
2382001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
241
2422001-01-05      Joel Sherrill <joel@OARcorp.com>
243
244        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
245        would be visible.
246
2472000-12-05       Eric Valette <valette@crf.canon.fr>
248
249        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
250        console/vt.c, include/bsp.h: Correct incorrect interrupt level
251        handling in new keyboard management code.  Correct
252        BSP_poll_char initialization routine.
253        * start/start.S, startup/bspstart.c: Correct when the video is
254        initialized.
255        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
256        did not work correctly on all PC speeds. The new calibrate routine
257        has been tested on Pentium 166, pentium II 200, pentium III
258        300 Mhz and does work as expected.
259
2602000-12-05      Joel Sherrill <joel@OARcorp.com>
261
262        * pc386/console/console.c, pc386/console/serial_mouse.c,
263        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
264
2652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
268
2692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
272
2732000-11-01      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
276        and libcsupport.h moved from libc to lib/include/rtems and
277        now must be referenced as <rtems/XXX.h>.   Header file order
278        was cleaned up while doing this.
279
2802000-10-29      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/sbrk.c: Removed.  Redundant with shared version.
283
2842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
287        Switch to GNU canonicalization.
288
2892000-10-23      Joel Sherrill <joel@OARcorp.com>
290
291        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
292
2932000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
294
295        * console/serial_mouse.c: Added support for changing serial parameters.
296
2972000-10-20      Joel Sherrill <joel@OARcorp.com>
298
299        * include/wd80x3.h: Added file header and logic to prevent multiple
300        inclusions of this file.
301        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
302
3032000-10-20      Joel Sherrill <joel@OARcorp.com>
304
305        * include/bsp.h: Cleaned up network driver name and attach defines.
306
3072000-10-20      Dmitry Kargapolov <dk@gentex.ru>
308
309        * ne2000/ne2000.c: Fix some errors in the driver. 
310        1. There was no sufficient check of data in ethernet header.
311        The code in ne_rx_daemon() was:
312            inport_word (dport, len);
313            ...
314            len -= 4;
315              ...
316            if (len > 0)
317              ne_read_data (sc, startaddr, len, p);
318        Unfortunately, sometimes my NIC gave me too big len value,
319        the result was memory override.  To fix this, I added ethernet
320        header data checking.
321
322        2. The way overrides were serviced was not good.  It was complex
323        but sometimes did not provide reliable continuing of NIC working.
324        I had the situation of an endless loop in ne_check_status()
325        after override processing.
326
327        3. There was conceptual error of porting.  The old method of
328        overrides curing was ported from the OS-s, where override-processing
329        did start immediately.  But RTEMS-version uses events, and cleaning
330        of the overrides can start later.
331
332        I selected the way of ne2000 programming that is used
333        in freebsd kernel (v4.0).
334
335        Because of both problems, incorrect data in header of raw packet
336        and receiver override, it went through ne_reset() and fully
337        reset the ne2000.
338
339        So, in summary
340        - added detecting of the incorrect data in ethernet header;
341        - replaced handling of receiver overrides with new scheme,
342        via resetting of NIC, this method is used also in case of
343        invalid header detecting.
344
3452000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
346
347        * console/console.c, console/serial_mouse.c, include/bsp.h:
348        Add the ability to set parity, number of data bits and
349        number of stop bits to the existing i386 serial drivers.
350
3512000-10-17      Joel Sherrill <joel@OARcorp.com>
352
353        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
354        to libbsp/i386/shared/irq.
355
3562000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
357
358        * startup/linkcmds: Added lines so DWARF debug information
359        would be available.  Otherwise gdb complains that the offsets
360        for the debug info are incorrect and doesn't load the files.
361
3622000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
365
3662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
369        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
370        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
371        compile.am
372
3732000-08-30      Joel Sherrill <joel@OARcorp.com>
374
375        * console/keyboard.h: Changed numerous routines from extern inline
376        to static inline.
377
3782000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
379
380        * Major rework of the "/dev/console" driver.
381        * Added termios support for stdin ( keyboard ).
382        * Added ioctls() to support modes similar to Linux( XLATE,
383        RAW, MEDIUMRAW ).
384        * Added Keyboard mapping and handling of the keyboard's leds.
385        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
386        controller ( 16 colors ).
387        * Added PS/2 and Serial mouse support for PC386 BSP.
388        * console/defkeymap.c: New file.
389        * console/fb_vga.c: New file.
390        * console/fb_vga.h: New file.
391        * console/i386kbd.h: New file.
392        * console/kd.h: New file.
393        * console/keyboard.c: New file.
394        * console/keyboard.h: New file.
395        * console/mouse_parser.c: New file.
396        * console/mouse_parser.h: New file.
397        * console/pc_keyb.c: New file.
398        * console/ps2_drv.h: New file.
399        * console/ps2_mouse.c: New file.
400        * console/ps2_mouse.h: New file.
401        * console/serial_mouse.c: New file.
402        * console/serial_mouse.h: New file.
403        * console/vgainit.c: New file.
404        * console/vt.c: New file.
405        * console/Makefile.am: Reflect new files.
406        * console/console.c, console/inch.c, console/outch.c: Console
407        functionality modifications.
408        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
409
4102000-08-10      Joel Sherrill <joel@OARcorp.com>
411
412        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.