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

4.104.114.84.95
Last change on this file since 4cbb51cc was 4cbb51cc, checked in by Chris Johns <chrisj@…>, on 05/08/03 at 14:28:01

HOWTO changes.

  • Property mode set to 100644
File size: 13.1 KB
RevLine 
[4cbb51cc]12003-05-08      Chris Johns  <cjohns@cybertec.com.au>
2
3        * HOWTO:
4        Updated the GRUB version info and how to build GRUB from source.
5        Added how to boot over the network with a PXE Netboot BIOS.
6
[904cb8ed]72003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * ide/.cvsignore: New.
10
[58f7c34]112003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
12
13        PR 368/filesystems
14        * startup/ldsegs.S: Increase alignment.
15        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
16        Added IDE supporting infrastructure.
17        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
18        BSP support for libchip standard ide driver.
19
[afaa498d]202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove AC_CONFIG_AUX_DIR.
23
[d19443c7]242003-02-20      Till Straumann <strauman@slac.stanford.edu>
25
26        PR 353/bsps
27        * include/bsp.h: Let the application override the network driver
28        and attach routine.
29
[ccd81b60]302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
33
[6ca07328]342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: AC_PREREQ(2.57).
37
[7b0c547a]382003-01-20      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
41
[e1fb82a]422003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[485b21a1]43
44        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51
[59a01a6e]522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: Use install-data-local to install startfile.
55
[2567546]562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59
[4f210c04]602002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
63
[8730f45]642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Reformat.
67        Add autom4te*cache.
68        Remove autom4te.cache.
69
[2b2e1e96]702002-09-13     Eric Norum <eric.norum@usask.ca>
71
72        * start/start16.S: Remove unwanted + at beginning of relative
73        numeric label.
74
[c386c63]752002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
78
[b88e366]792002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
82        PREINSTALL_FILES.
83        * console/mouse_parser.c: Include <string.h> (for strcmp).
84        * console/vt.c: Include <string.h> (for memcpy).
85        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
86
[a2ae30c2]872002-08-21      Joel Sherrill <joel@OARcorp.com>
88
89        * bsp_specs: Added support for -nostdlibs.
90
[37bb9bf]912002-08-14      Joel Sherrill <joel@OARcorp.com>
92
93        * start/start16.S: Per PR259, added code to test for video present
94        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
95        tested this patch.
96
[f471a45c]972002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
100
[92b8b98a]1012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
112
[ce97171]1132002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * startup/ldsegs.S: #include <asm.h>.
116        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
117        Remove printk (Now in bspIo.h).
118
[0b34e440]1192002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * start/Makefile.am: Eliminate PGM.
122        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
123        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
124
[fdc10e3]1252002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
128
[cd66632]1292002-07-16      Eric Norum <eric.norum@usask.ca>
130
131        * console/console.c: Others on the rtems-users list have expressed
132        concern about this run-time selection, so I've enclosed the changes
133        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
134
[445c0a0]1352002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
138        Remove $(OBJS) from all-local.
139
[80defac]1402002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
143
[85c92574]1442001-05-09      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/linkcmds: In support of gcc 3.1, added one of more
147        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
148        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
149        and direction of segments to memory regions may also have been
150        addressed.  This was a sweep across all BSPs.
151 
[4f36d46]1522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac:
155        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
156        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
157        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
168
[7ed57bd]1692002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * PR139
172        * configure.ac: Remove stray ';', breaks building with automake-1.6.
173
[45805cc]1742002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
177
[8fec915]1782001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
181        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
182
[9e1ae79]1832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
186
[a606b45]1872001-10-12      Joel Sherrill <joel@OARcorp.com>
188
189        * console/inch.c: Fixed typo.
190
[df25c998]1912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
194        * configure.in: Remove.
195        * configure.ac: New file, generated from configure.in by autoupdate.
196
[cf282090]1972001-09-27      Joel Sherrill <joel@OARcorp.com>
198
199        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
200
[074225ba]2012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * include/Makefile.am: Use 'CLEANFILES ='.
204        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
205        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
206        * Makefile.am: Use 'TMPINSTALL_FILES ='.
207
[cacbf4f]2082001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * console/Makefile.am: Remove RTEMS_H_FILES.
211        * start/start16.S: include <bspopts.h> to get NEW_GAS.
212
[2e45a0cb]2132001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.in: Add bspopts.h.
216        * include/.cvsignore: Add bspopts.h*, stamp-h*.
217        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
218        * 3c509/Makefile.am: Dito.
219        * console/Makefile.am: Dito.
220        * include/bsp.h: Include bspopts.h.
221
[6f21328]2222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
223
224        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
225
[5d2fe483]2262001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
229
[9b0e5b2]2302001-01-05      Joel Sherrill <joel@OARcorp.com>
231
232        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
233        would be visible.
234
[d57c04e]2352000-12-05       Eric Valette <valette@crf.canon.fr>
236
237        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
238        console/vt.c, include/bsp.h: Correct incorrect interrupt level
239        handling in new keyboard management code.  Correct
240        BSP_poll_char initialization routine.
241        * start/start.S, startup/bspstart.c: Correct when the video is
242        initialized.
243        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
244        did not work correctly on all PC speeds. The new calibrate routine
245        has been tested on Pentium 166, pentium II 200, pentium III
246        300 Mhz and does work as expected.
247
[327a93a4]2482000-12-05      Joel Sherrill <joel@OARcorp.com>
249
250        * pc386/console/console.c, pc386/console/serial_mouse.c,
251        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
252
[feead226]2532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
256
[a314d3b4]2572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
260
[eba2e4f]2612000-11-01      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
264        and libcsupport.h moved from libc to lib/include/rtems and
265        now must be referenced as <rtems/XXX.h>.   Header file order
266        was cleaned up while doing this.
267
[c51af96e]2682000-10-29      Joel Sherrill <joel@OARcorp.com>
269
270        * startup/sbrk.c: Removed.  Redundant with shared version.
271
[0134f4f]2722000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
275        Switch to GNU canonicalization.
276
[6bb5260]2772000-10-23      Joel Sherrill <joel@OARcorp.com>
278
279        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
280
[396555aa]2812000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
282
283        * console/serial_mouse.c: Added support for changing serial parameters.
284
[84ab6601]2852000-10-20      Joel Sherrill <joel@OARcorp.com>
286
287        * include/wd80x3.h: Added file header and logic to prevent multiple
288        inclusions of this file.
289        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
290
[b0a26ddd]2912000-10-20      Joel Sherrill <joel@OARcorp.com>
292
293        * include/bsp.h: Cleaned up network driver name and attach defines.
294
2952000-10-20      Dmitry Kargapolov <dk@gentex.ru>
296
297        * ne2000/ne2000.c: Fix some errors in the driver. 
298        1. There was no sufficient check of data in ethernet header.
299        The code in ne_rx_daemon() was:
300            inport_word (dport, len);
301            ...
302            len -= 4;
303              ...
304            if (len > 0)
305              ne_read_data (sc, startaddr, len, p);
306        Unfortunately, sometimes my NIC gave me too big len value,
307        the result was memory override.  To fix this, I added ethernet
308        header data checking.
309
310        2. The way overrides were serviced was not good.  It was complex
311        but sometimes did not provide reliable continuing of NIC working.
312        I had the situation of an endless loop in ne_check_status()
313        after override processing.
314
315        3. There was conceptual error of porting.  The old method of
316        overrides curing was ported from the OS-s, where override-processing
317        did start immediately.  But RTEMS-version uses events, and cleaning
318        of the overrides can start later.
319
320        I selected the way of ne2000 programming that is used
321        in freebsd kernel (v4.0).
322
323        Because of both problems, incorrect data in header of raw packet
324        and receiver override, it went through ne_reset() and fully
325        reset the ne2000.
326
327        So, in summary
328        - added detecting of the incorrect data in ethernet header;
329        - replaced handling of receiver overrides with new scheme,
330        via resetting of NIC, this method is used also in case of
331        invalid header detecting.
332
[664db30b]3332000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
334
335        * console/console.c, console/serial_mouse.c, include/bsp.h:
336        Add the ability to set parity, number of data bits and
337        number of stop bits to the existing i386 serial drivers.
338
[bad7e90]3392000-10-17      Joel Sherrill <joel@OARcorp.com>
340
341        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
342        to libbsp/i386/shared/irq.
343
[4cb5d29]3442000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
345
346        * startup/linkcmds: Added lines so DWARF debug information
347        would be available.  Otherwise gdb complains that the offsets
348        for the debug info are incorrect and doesn't load the files.
349
[2431a8cf]3502000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
353
[a5417074]3542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
357        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
358        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
359        compile.am
360
[b0c3aaf2]3612000-08-30      Joel Sherrill <joel@OARcorp.com>
362
363        * console/keyboard.h: Changed numerous routines from extern inline
364        to static inline.
365
[3cbb63a]3662000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
367
368        * Major rework of the "/dev/console" driver.
369        * Added termios support for stdin ( keyboard ).
370        * Added ioctls() to support modes similar to Linux( XLATE,
371        RAW, MEDIUMRAW ).
372        * Added Keyboard mapping and handling of the keyboard's leds.
373        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
374        controller ( 16 colors ).
375        * Added PS/2 and Serial mouse support for PC386 BSP.
376        * console/defkeymap.c: New file.
377        * console/fb_vga.c: New file.
378        * console/fb_vga.h: New file.
379        * console/i386kbd.h: New file.
380        * console/kd.h: New file.
381        * console/keyboard.c: New file.
382        * console/keyboard.h: New file.
383        * console/mouse_parser.c: New file.
384        * console/mouse_parser.h: New file.
385        * console/pc_keyb.c: New file.
386        * console/ps2_drv.h: New file.
387        * console/ps2_mouse.c: New file.
388        * console/ps2_mouse.h: New file.
389        * console/serial_mouse.c: New file.
390        * console/serial_mouse.h: New file.
391        * console/vgainit.c: New file.
392        * console/vt.c: New file.
393        * console/Makefile.am: Reflect new files.
394        * console/console.c, console/inch.c, console/outch.c: Console
395        functionality modifications.
396        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
397
[e94ad1fe]3982000-08-10      Joel Sherrill <joel@OARcorp.com>
399
400        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.