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

4.104.114.84.95
Last change on this file since 7842090b was 7842090b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:56:43

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

Makefile.am: Reflect having moved automake.
3c509/Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
ide/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
ne2000/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wd8003/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

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