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

4.104.114.84.95
Last change on this file since 9dffd2de was 9dffd2de, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:40:05

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

  • 3c509/Makefile.am: Remove all-local: $(ARCH).
  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • ide/Makefile.am: Remove all-local: $(ARCH).
  • ne2000/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • timer/Makefile.am: Remove all-local: $(ARCH).
  • wd8003/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 15.9 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * 3c509/Makefile.am: Remove all-local: $(ARCH).
4        * clock/Makefile.am: Remove all-local: $(ARCH).
5        * console/Makefile.am: Remove all-local: $(ARCH).
6        * ide/Makefile.am: Remove all-local: $(ARCH).
7        * ne2000/Makefile.am: Remove all-local: $(ARCH).
8        * start/Makefile.am: Remove all-local: $(ARCH).
9        * startup/Makefile.am: Remove all-local: $(ARCH).
10        * timer/Makefile.am: Remove all-local: $(ARCH).
11        * wd8003/Makefile.am: Remove all-local: $(ARCH).
12        * wrapup/Makefile.am: Remove all-local: $(ARCH).
13
142003-10-02      Till Strauman <strauman@slac.stanford.edu>
15
16        PR 502/bsps
17        * console/outch.c: Add support for a few ANSI escape sequences to make
18        libetcl happy.
19
202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Merge-in include/Makefile.am.
23        Reflect changes to bsp.am.
24        * include/Makefile.am: Remove.
25        * configure.ac: Reflect changes above.
26
272003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * bsp_specs: Remove *lib:.
30
312003-09-04      Joel Sherrill <joel@OARcorp.com>
32
33        * clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c,
34        console/outch.c, ide/ide.c, include/bsp.h, include/crt.h,
35        ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c,
36        startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S:
37        URL for license changed.
38
392003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        PR 461/bsps
42        * start/Makefile.am: Correct generation of startup16.bin.
43
442003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
47
482003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reflect having moved aclocal/.
51
522003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Reflect having moved automake/.
55        * 3c509/Makefile.am: Reflect having moved automake/.
56        * clock/Makefile.am: Reflect having moved automake/.
57        * console/Makefile.am: Reflect having moved automake/.
58        * ide/Makefile.am: Reflect having moved automake/.
59        * include/Makefile.am: Reflect having moved automake/.
60        * ne2000/Makefile.am: Reflect having moved automake/.
61        * start/Makefile.am: Reflect having moved automake/.
62        * startup/Makefile.am: Reflect having moved automake/.
63        * timer/Makefile.am: Reflect having moved automake/.
64        * wd8003/Makefile.am: Reflect having moved automake/.
65        * wrapup/Makefile.am: Reflect having moved automake/.
66
672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        PR 452/bsps
70        * startup/Makefile.am: Remove USE_INIT_FINI.
71
722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
75
762003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        PR 445/bsps
79        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
80        Remove cpp, old_cpp (now unused).
81
822003-07-08      Joel Sherrill <joel@OARcorp.com>
83
84        * console/console.c: Correct typo.
85
862003-05-08      Chris Johns  <cjohns@cybertec.com.au>
87
88        * HOWTO:
89        Updated the GRUB version info and how to build GRUB from source.
90        Added how to boot over the network with a PXE Netboot BIOS.
91
922003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * ide/.cvsignore: New.
95
962003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
97
98        PR 368/filesystems
99        * startup/ldsegs.S: Increase alignment.
100        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
101        Added IDE supporting infrastructure.
102        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
103        BSP support for libchip standard ide driver.
104
1052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Remove AC_CONFIG_AUX_DIR.
108
1092003-02-20      Till Straumann <strauman@slac.stanford.edu>
110
111        PR 353/bsps
112        * include/bsp.h: Let the application override the network driver
113        and attach routine.
114
1152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
118
1192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: AC_PREREQ(2.57).
122
1232003-01-20      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
126
1272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
134        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136
1372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * start/Makefile.am: Use install-data-local to install startfile.
140
1412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
144
1452002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
148
1492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * .cvsignore: Reformat.
152        Add autom4te*cache.
153        Remove autom4te.cache.
154
1552002-09-13     Eric Norum <eric.norum@usask.ca>
156
157        * start/start16.S: Remove unwanted + at beginning of relative
158        numeric label.
159
1602002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
163
1642002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
167        PREINSTALL_FILES.
168        * console/mouse_parser.c: Include <string.h> (for strcmp).
169        * console/vt.c: Include <string.h> (for memcpy).
170        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
171
1722002-08-21      Joel Sherrill <joel@OARcorp.com>
173
174        * bsp_specs: Added support for -nostdlibs.
175
1762002-08-14      Joel Sherrill <joel@OARcorp.com>
177
178        * start/start16.S: Per PR259, added code to test for video present
179        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
180        tested this patch.
181
1822002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
185
1862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
189        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
190        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
191        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
192        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
193        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
194        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
195        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
197
1982002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * startup/ldsegs.S: #include <asm.h>.
201        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
202        Remove printk (Now in bspIo.h).
203
2042002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * start/Makefile.am: Eliminate PGM.
207        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
208        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
209
2102002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
213
2142002-07-16      Eric Norum <eric.norum@usask.ca>
215
216        * console/console.c: Others on the rtems-users list have expressed
217        concern about this run-time selection, so I've enclosed the changes
218        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
219
2202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
223        Remove $(OBJS) from all-local.
224
2252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
228
2292001-05-09      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/linkcmds: In support of gcc 3.1, added one of more
232        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
233        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
234        and direction of segments to memory regions may also have been
235        addressed.  This was a sweep across all BSPs.
236 
2372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac:
240        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
241        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
242        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
253
2542002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * PR139
257        * configure.ac: Remove stray ';', breaks building with automake-1.6.
258
2592002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
262
2632001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
266        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
267
2682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
271
2722001-10-12      Joel Sherrill <joel@OARcorp.com>
273
274        * console/inch.c: Fixed typo.
275
2762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
279        * configure.in: Remove.
280        * configure.ac: New file, generated from configure.in by autoupdate.
281
2822001-09-27      Joel Sherrill <joel@OARcorp.com>
283
284        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
285
2862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * include/Makefile.am: Use 'CLEANFILES ='.
289        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
290        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
291        * Makefile.am: Use 'TMPINSTALL_FILES ='.
292
2932001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * console/Makefile.am: Remove RTEMS_H_FILES.
296        * start/start16.S: include <bspopts.h> to get NEW_GAS.
297
2982001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.in: Add bspopts.h.
301        * include/.cvsignore: Add bspopts.h*, stamp-h*.
302        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
303        * 3c509/Makefile.am: Dito.
304        * console/Makefile.am: Dito.
305        * include/bsp.h: Include bspopts.h.
306
3072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
308
309        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
310
3112001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
314
3152001-01-05      Joel Sherrill <joel@OARcorp.com>
316
317        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
318        would be visible.
319
3202000-12-05       Eric Valette <valette@crf.canon.fr>
321
322        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
323        console/vt.c, include/bsp.h: Correct incorrect interrupt level
324        handling in new keyboard management code.  Correct
325        BSP_poll_char initialization routine.
326        * start/start.S, startup/bspstart.c: Correct when the video is
327        initialized.
328        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
329        did not work correctly on all PC speeds. The new calibrate routine
330        has been tested on Pentium 166, pentium II 200, pentium III
331        300 Mhz and does work as expected.
332
3332000-12-05      Joel Sherrill <joel@OARcorp.com>
334
335        * pc386/console/console.c, pc386/console/serial_mouse.c,
336        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
337
3382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
341
3422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
345
3462000-11-01      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
349        and libcsupport.h moved from libc to lib/include/rtems and
350        now must be referenced as <rtems/XXX.h>.   Header file order
351        was cleaned up while doing this.
352
3532000-10-29      Joel Sherrill <joel@OARcorp.com>
354
355        * startup/sbrk.c: Removed.  Redundant with shared version.
356
3572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
360        Switch to GNU canonicalization.
361
3622000-10-23      Joel Sherrill <joel@OARcorp.com>
363
364        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
365
3662000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
367
368        * console/serial_mouse.c: Added support for changing serial parameters.
369
3702000-10-20      Joel Sherrill <joel@OARcorp.com>
371
372        * include/wd80x3.h: Added file header and logic to prevent multiple
373        inclusions of this file.
374        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
375
3762000-10-20      Joel Sherrill <joel@OARcorp.com>
377
378        * include/bsp.h: Cleaned up network driver name and attach defines.
379
3802000-10-20      Dmitry Kargapolov <dk@gentex.ru>
381
382        * ne2000/ne2000.c: Fix some errors in the driver. 
383        1. There was no sufficient check of data in ethernet header.
384        The code in ne_rx_daemon() was:
385            inport_word (dport, len);
386            ...
387            len -= 4;
388              ...
389            if (len > 0)
390              ne_read_data (sc, startaddr, len, p);
391        Unfortunately, sometimes my NIC gave me too big len value,
392        the result was memory override.  To fix this, I added ethernet
393        header data checking.
394
395        2. The way overrides were serviced was not good.  It was complex
396        but sometimes did not provide reliable continuing of NIC working.
397        I had the situation of an endless loop in ne_check_status()
398        after override processing.
399
400        3. There was conceptual error of porting.  The old method of
401        overrides curing was ported from the OS-s, where override-processing
402        did start immediately.  But RTEMS-version uses events, and cleaning
403        of the overrides can start later.
404
405        I selected the way of ne2000 programming that is used
406        in freebsd kernel (v4.0).
407
408        Because of both problems, incorrect data in header of raw packet
409        and receiver override, it went through ne_reset() and fully
410        reset the ne2000.
411
412        So, in summary
413        - added detecting of the incorrect data in ethernet header;
414        - replaced handling of receiver overrides with new scheme,
415        via resetting of NIC, this method is used also in case of
416        invalid header detecting.
417
4182000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
419
420        * console/console.c, console/serial_mouse.c, include/bsp.h:
421        Add the ability to set parity, number of data bits and
422        number of stop bits to the existing i386 serial drivers.
423
4242000-10-17      Joel Sherrill <joel@OARcorp.com>
425
426        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
427        to libbsp/i386/shared/irq.
428
4292000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
430
431        * startup/linkcmds: Added lines so DWARF debug information
432        would be available.  Otherwise gdb complains that the offsets
433        for the debug info are incorrect and doesn't load the files.
434
4352000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
438
4392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
442        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
443        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
444        compile.am
445
4462000-08-30      Joel Sherrill <joel@OARcorp.com>
447
448        * console/keyboard.h: Changed numerous routines from extern inline
449        to static inline.
450
4512000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
452
453        * Major rework of the "/dev/console" driver.
454        * Added termios support for stdin ( keyboard ).
455        * Added ioctls() to support modes similar to Linux( XLATE,
456        RAW, MEDIUMRAW ).
457        * Added Keyboard mapping and handling of the keyboard's leds.
458        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
459        controller ( 16 colors ).
460        * Added PS/2 and Serial mouse support for PC386 BSP.
461        * console/defkeymap.c: New file.
462        * console/fb_vga.c: New file.
463        * console/fb_vga.h: New file.
464        * console/i386kbd.h: New file.
465        * console/kd.h: New file.
466        * console/keyboard.c: New file.
467        * console/keyboard.h: New file.
468        * console/mouse_parser.c: New file.
469        * console/mouse_parser.h: New file.
470        * console/pc_keyb.c: New file.
471        * console/ps2_drv.h: New file.
472        * console/ps2_mouse.c: New file.
473        * console/ps2_mouse.h: New file.
474        * console/serial_mouse.c: New file.
475        * console/serial_mouse.h: New file.
476        * console/vgainit.c: New file.
477        * console/vt.c: New file.
478        * console/Makefile.am: Reflect new files.
479        * console/console.c, console/inch.c, console/outch.c: Console
480        functionality modifications.
481        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
482
4832000-08-10      Joel Sherrill <joel@OARcorp.com>
484
485        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.