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

4.104.114.95
Last change on this file since 12bd47e was 12bd47e, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:49:53

2007-12-11 Joel Sherrill <joel.sherrill@…>

  • clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
  • Property mode set to 100644
File size: 31.0 KB
Line 
12007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
4        of the Configuration Table. Use the RTEMS provided accessor macros to
5        obtain configuration fields.
6
72007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
10        from CPU Table to Configuration Table. Eliminate CPU Table from all
11        ports. Delete references to CPU Table in all forms.
12
132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
16        Table fields to the Configuration Table. This included
17        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
18        do_zero_of_workspace, extra_mpci_receive_server_stack,
19        stack_allocate_hook, and stack_free_hook. As a side-effect of this
20        effort some multiprocessing code was made conditional and some style
21        clean up occurred.
22
232007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * startup/bspstart.c: Eliminate the interrupt_table_segment and
26        interrupt_table_offset fields in the i386 CPU Table since they are
27        never read.
28
292007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        PR 1257/bsps
32        * console/inch.c, console/keyboard.c, console/pc_keyb.c, console/vt.c:
33        Code outside of cpukit should use the public API for
34        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
35        public API and directly accessing _CPU_ISR_Disable and
36        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
37        directive which could lead to problems. This patch also changes the
38        type of the variable passed into these routines and addresses minor
39        style issues.
40
412007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * console/vt.c: Changed tabs to spaces.
44
452007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * console/keyboard.c: Replaced tabs with spaces.
48
492007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * startup/bspstart.c: If we cannot find enough memory to run the
52        program, generate a fatal error and print a message.
53
542007-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * ne2000/ne2000.c: Fix spelling error.
57
582007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
61        since it was used to configure a no longer used feature. Device names
62        are now part of the filesystem not in a table.
63
642007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        PR 1244/bsps
67        * console/console.c: Remove definition of __assert.
68
692007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * bsp_specs: Remove qrtems_debug.
72
732007-04-02      Joel Sherrill <joel@OARcorp.com>
74
75        * clock/ckinit.c: Eliminate TOD_Ticks_per_second variable.
76
772007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * ne2000/ne2000.c (ne_interrupt_handler): Avoid warning.
80
812007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * ne2000/ne2000.c: Remove typecast.
84
852007-03-11      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/bspstart.c: Remove assignments of
88        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
89        value in boot_card.c
90
912007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * console/fb_vga.c: Eliminate __u16, __u32.
94
952006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * 3c509/3c509.c, ne2000/ne2000.c, wd8003/wd8003.c: Use
98        ioctl_command_t as arg in ioctl-functions.
99
1002006-12-13      Alexey Shamrin <shamrin@gmail.com>
101
102        PR 1189/bsps
103        * console/outch.c: If you print a character with the code larger than
104        127 (extended ASCII) to the VGA console, then it blinks. The reason:
105        char == signed char, so such characters get represented by negative
106        numbers. The sign bit then goes to attribute byte, resulting in the
107        blinking.
108
1092006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * configure.ac: New BUG-REPORT address.
112
1132006-11-15      Joel Sherrill <joel@OARcorp.com>
114
115        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
116        file and simplified initialization.
117
1182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * Makefile.am: Remove superfluous -DASM.
121
1222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Require autoconf-2.60. Require automake-1.10.
125
1262006-09-11      Joel Sherrill <joel@OARcorp.com>
127
128        * console/fb_vga.c, console/kd.h: Convert C++ style comments to C
129        style.
130
1312006-09-04      Till Straumann <strauman@slac.stanford.edu>
132
133        * startup/bspstart.c, start/start.S: Since the crude
134        memory autodetection code can easily fail (boards with
135        'reserved' regions - I experienced a hard lockup on a
136        dell precision 490 when writing past the bios-reported
137        memory size) I added code that a) tries to save
138        and use multiboot info, if present b) allows applications
139        to override/set memory size via a weak alias.
140
1412006-09-04      Till Straumann <strauman@slac.stanford.edu>
142
143        * startup/linkcmds: added *(.text.*) *(.data.*) *(.bss.*)
144
1452006-02-01      Joel Sherrill <joel@OARcorp.com>
146
147        * configure.ac, console/console.c: Add USE_COM1_AS_CONSOLE BSP option.
148        This makes it easy to build the pc386 BSP in a configuration that
149        corresponds to qemu with COM1 redirected to stdio.
150
1512006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * configure.ac: Remove explicit ampolish3 support (now in
154        RTEMS_BSP_CONFIGURE).
155
1562006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * configure.ac: Add ampolish3 support.
159        * Makefile.am: Add preinstall.am.
160
1612005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * timer/timer.c: Remove C++-style comments.
164
1652005-11-02      Till Straumann <strauman@slac.stanford.edu>
166
167        PR 832/bsps
168        * startup/ldsegs.S: put IDT and GDT into data segment.
169        The CPU modifies the 'accessed' bit and GDB's (rtems-gdb-stub)
170        text segment checksum comparison failed...
171
1722005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * console/fb_vga.h, console/kd.h, console/ps2_drv.h,
175        console/serial_mouse.c, console/serial_mouse.h: Remove CVS Log.
176
1772005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * Makefile.am: Install/preinstall headers from ../../i386/shared.
180
1812005-09-29      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
182
183        PR 649/filesystem
184        * ide/idecfg.c: added configuration items for primary/secondary
185        IDE interface
186        * configure.ac: added configuration items for primary/secondary
187        IDE interface
188       
1892005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * 3c509/3c509.c: Remove [$]Log.
192        Include <errno.h> instead of <sys/errno.h>.
193
1942005-08-23  Karel Gardas  <kgardas@objectsecurity.com>>
195
196        * timer/timer.c: Enhance to use either interupt-based timer
197        functions on older CPUs or to use TSC-based timer functions on
198        more recent (Pentium and above) CPUs. The decision is made in
199        Timer_initialize function when it is called for the first time
200        based on a result obtained from cpuid instruction during the BSP
201        initialization phase. During the first call, there are also late
202        bindings to the implementation functions initialized to
203        appropriate values.
204
2052005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
206
207        * startup/bspstart.c: Initialize PCI bus in bsp_start function.
208
2092005-07-18      Lars Munch <lars@segv.dk>
210
211        PR 813/networking
212        * ne2000/ne2000.c: The ne2000 driver on pc386 has been broken since a
213        parameter was added to irq handlers (2005-04-18). Before these
214        changes the argument to the interrupt handler was the interrupt
215        number, now the argument is handle, but the ne2000 driver needs the
216        interrupt number. The fix is to set the handle to the interrupt
217        number.
218
2192005-07-06      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * console/keyboard.c: Apply CHAR_BIT to compute BITS_PER_LONG.
222
2232005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * include/bsp.h: New header guard.
226
2272005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
228
229        * 3c509/3c509.c, clock/ckinit.c, console/console.c, console/fb_vga.c,
230        console/inch.c, console/ps2_mouse.c, console/serial_mouse.c,
231        ne2000/ne2000.c, timer/timer.c, wd8003/wd8003.c: Moved irq.h to bsp
232        subdirectory.
233
2342005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
235
236        * 3c509/3c509.c, ne2000/ne2000.c: Modified parameters to
237        remove warnings.
238        * console/console.c, wd8003/wd8003.c: Added support for
239        addition of parameter in ISRs.
240       
2412005-04-26      Joel Sherrill <joel@OARcorp.com>
242
243        * 3c509/3c509.c, wd8003/wd8003.c: Eliminate warnings.
244
2452005-04-18      Eric Valette <eric.valette@free.fr>
246
247        * clock/ckinit.c, console/console.c, console/ps2_mouse.c,
248        console/serial_mouse.c, timer/timer.c: Added parameter to irq handler
249
2502005-02-18      Joel Sherrill <joel@OARcorp.com>
251
252        * console/keyboard.h: Add include file and cleanup file header.
253
2542005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
255
256        * clock/todcfg.c: size_t RTC_Count.
257
2582005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * console/vgainit.c: static graphic_on|off.
261
2622005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
265
2662005-01-04      Joel Sherrill <joel@OARcorp.com>
267
268        * console/keyboard.c, console/ps2_mouse.c, console/vt.c: Remove
269        warnings.
270
2712005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * Makefile.am: Remove build-variant support.
274
2752004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
276
277        PR 703/filesystem
278        * ide/ide.c: Extend the "modes_available" and "mode_active" parameters
279        to uint16_t for UDMA support.
280
2812004-10-13      Eric Norum <norume@aps.anl.gov>
282
283        PR 688/bsps
284        * Makefile.am clock/todcfg.c: Add support for MC146818A TOD chip.
285
2862004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
287
288        * configure.ac: Require automake > 1.9.
289
2902004-07-25      Joel Sherrill <joel@OARcorp.com>
291
292        * 3c509/3c509.c: Add <sys/errno.h>.
293        * startup/linkcmds: Add .jcr section.
294
2952004-05-21  Till Strauman <strauman@slac.stanford.edu>
296
297        * PR 624/bsps
298        startup/bspstart.c: When probing the memory, make sure not to
299        corrupt the application. Only probe addresses beyond rtemsFreeMemStart.
300        * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling
301        the screen.
302
3032004-05-21      Joel Sherrill <joel@OARcorp.com>
304
305        * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of
306        recent updates to BSD header files.
307
3082004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        PR 610/bsps
311        * Makefile.am: Add include/tm27.h, Cosmetics.
312        * include/tm27.h: Final cosmetics.
313
3142004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
315
316        * include/bsp.h: Split out tmtest27 support.
317        * include/tm27.h: New.
318
3192004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        PR 613/bsps
322        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
323
3242004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
325
326        PR 614/bsps
327        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
328
3292004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src
332        which still uses RTEMS_ROOT).
333
3342004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
337        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
338
3392004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * startup/ldsegs.S: Include <rtems/asm.h> instead of <asm.h>.
342        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
343        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
344        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
345
3462004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
347
348        * clock/ckinit.c, clock/rtc.c, console/inch.c, ide/ide.c,
349        include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using
350        c99 fixed size types.
351
3522004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Don't install *.rels. Reflect changes to bsp.am.
355        Preinstall dist_project_lib*.
356
3572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Explicitly check for OBJCOPY.
360
3612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Reflect changes to bsp.am.
364
3652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Reflect changes to bsp.am.
368
3692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
372
3732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Add start*.bin to CLEANFILES.
376
3772004-02-06      Joel Sherrill <joel@OARcorp.com>
378
379        * Makefile.am: Split startup into multiple .rels without reorganizing
380        the source.
381
3822004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Add missing $ in reference to 3c509.rel.
385
3862004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Merge-in 3c509/Makefile.am, clock/Makefile.am,
389        console/Makefile.am, ide/Makefile.am, ne2000/Makefile.am,
390        startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am,
391        wrapup/Makefile.am. Use automake compilation rules.
392        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
393        ide/Makefile.am, ne2000/Makefile.am, startup/Makefile.am,
394        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Remove.
395        * configure.ac: Reflect changes above.
396        * start/start.S: Change comment to make it gcc -ansi compliant.
397
3982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
401        Add RTEMS_PROG_CCAS.
402
4032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Add PREINSTALL_DIRS.
406        * console/Makefile.am: Add PREINSTALL_DIRS.
407        * wrapup/Makefile.am: Reflect changes to libcpu.
408
4092004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
412        Add PRE/TMPINSTALL_FILES to CLEANFILES.
413        * console/Makefile.am: Ditto.
414        * startup/Makefile.am: Ditto.
415
4162004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * start/Makefile.am: Remove.
419        * Makefile.am: Merge-in start/Makefile.am.
420        * configure.ac: Reflect changes above.
421
4222004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * wrapup/Makefile.am: Eliminate $(LIB).
425        Use noinst_DATA to trigger building libbsp.a.
426
4272003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * start/Makefile.am: Build $(ARCH)/start16$(LIB_VARIANT).bin.
430
4312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
434        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
435
4362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * console/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
439        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
440        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
441
4422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
445
4462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * wrapup/Makefile.am: Cosmetics.
449
4502003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: Misc cleanups and fixes.
453        * start/Makefile.am: Misc cleanups and fixes.
454        * startup/Makefile.am: Misc cleanups and fixes.
455        * wrapup/Makefile.am: Misc cleanups and fixes.
456
4572003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * ide/Makefile.am: PGM = ide.rel.
460
4612003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: Add preinstallation dirstamp support.
464        * 3c509/Makefile.am: Cosmetics.
465        * clock/Makefile.am: Cosmetics.
466        * console/Makefile.am: Add preinstallation dirstamp support.
467        * ide/Makefile.am: Cosmetics.
468        * ne2000/Makefile.am: Cosmetics.
469        * start/Makefile.am: Add compilation dirstamp support.
470        * startup/Makefile.am: Cosmetics.
471        * timer/Makefile.am: Cosmetics.
472        * wd8003/Makefile.am: Cosmetics.
473        * wrapup/Makefile.am: Cosmetics.
474
4752003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * 3c509/Makefile.am: Remove all-local: $(ARCH).
478        * clock/Makefile.am: Remove all-local: $(ARCH).
479        * console/Makefile.am: Remove all-local: $(ARCH).
480        * ide/Makefile.am: Remove all-local: $(ARCH).
481        * ne2000/Makefile.am: Remove all-local: $(ARCH).
482        * start/Makefile.am: Remove all-local: $(ARCH).
483        * startup/Makefile.am: Remove all-local: $(ARCH).
484        * timer/Makefile.am: Remove all-local: $(ARCH).
485        * wd8003/Makefile.am: Remove all-local: $(ARCH).
486        * wrapup/Makefile.am: Remove all-local: $(ARCH).
487
4882003-10-02      Till Strauman <strauman@slac.stanford.edu>
489
490        PR 502/bsps
491        * console/outch.c: Add support for a few ANSI escape sequences to make
492        libetcl happy.
493
4942003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * Makefile.am: Merge-in include/Makefile.am.
497        Reflect changes to bsp.am.
498        * include/Makefile.am: Remove.
499        * configure.ac: Reflect changes above.
500
5012003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * bsp_specs: Remove *lib:.
504
5052003-09-04      Joel Sherrill <joel@OARcorp.com>
506
507        * clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c,
508        console/outch.c, ide/ide.c, include/bsp.h, include/crt.h,
509        ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c,
510        startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S:
511        URL for license changed.
512
5132003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        PR 461/bsps
516        * start/Makefile.am: Correct generation of startup16.bin.
517
5182003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
521
5222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * Makefile.am: Reflect having moved aclocal/.
525
5262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * Makefile.am: Reflect having moved automake/.
529        * 3c509/Makefile.am: Reflect having moved automake/.
530        * clock/Makefile.am: Reflect having moved automake/.
531        * console/Makefile.am: Reflect having moved automake/.
532        * ide/Makefile.am: Reflect having moved automake/.
533        * include/Makefile.am: Reflect having moved automake/.
534        * ne2000/Makefile.am: Reflect having moved automake/.
535        * start/Makefile.am: Reflect having moved automake/.
536        * startup/Makefile.am: Reflect having moved automake/.
537        * timer/Makefile.am: Reflect having moved automake/.
538        * wd8003/Makefile.am: Reflect having moved automake/.
539        * wrapup/Makefile.am: Reflect having moved automake/.
540
5412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        PR 452/bsps
544        * startup/Makefile.am: Remove USE_INIT_FINI.
545
5462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
549
5502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        PR 445/bsps
553        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
554        Remove cpp, old_cpp (now unused).
555
5562003-07-08      Joel Sherrill <joel@OARcorp.com>
557
558        * console/console.c: Correct typo.
559
5602003-05-08      Chris Johns  <cjohns@cybertec.com.au>
561
562        * HOWTO:
563        Updated the GRUB version info and how to build GRUB from source.
564        Added how to boot over the network with a PXE Netboot BIOS.
565
5662003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * ide/.cvsignore: New.
569
5702003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
571
572        PR 368/filesystems
573        * startup/ldsegs.S: Increase alignment.
574        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
575        Added IDE supporting infrastructure.
576        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
577        BSP support for libchip standard ide driver.
578
5792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * configure.ac: Remove AC_CONFIG_AUX_DIR.
582
5832003-02-20      Till Straumann <strauman@slac.stanford.edu>
584
585        PR 353/bsps
586        * include/bsp.h: Let the application override the network driver
587        and attach routine.
588
5892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
592
5932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * configure.ac: AC_PREREQ(2.57).
596
5972003-01-20      Joel Sherrill <joel@OARcorp.com>
598
599        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
600
6012003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
604        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
605        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
606        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
607        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
608        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
609        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
610
6112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * start/Makefile.am: Use install-data-local to install startfile.
614
6152002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
618
6192002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
622
6232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * .cvsignore: Reformat.
626        Add autom4te*cache.
627        Remove autom4te.cache.
628
6292002-09-13     Eric Norum <eric.norum@usask.ca>
630
631        * start/start16.S: Remove unwanted + at beginning of relative
632        numeric label.
633
6342002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
637
6382002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
641        PREINSTALL_FILES.
642        * console/mouse_parser.c: Include <string.h> (for strcmp).
643        * console/vt.c: Include <string.h> (for memcpy).
644        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
645
6462002-08-21      Joel Sherrill <joel@OARcorp.com>
647
648        * bsp_specs: Added support for -nostdlibs.
649
6502002-08-14      Joel Sherrill <joel@OARcorp.com>
651
652        * start/start16.S: Per PR259, added code to test for video present
653        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
654        tested this patch.
655
6562002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
659
6602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
663        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
664        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
665        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
666        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
667        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
668        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
669        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
670        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
671
6722002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * startup/ldsegs.S: #include <asm.h>.
675        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
676        Remove printk (Now in bspIo.h).
677
6782002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * start/Makefile.am: Eliminate PGM.
681        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
682        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
683
6842002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
687
6882002-07-16      Eric Norum <eric.norum@usask.ca>
689
690        * console/console.c: Others on the rtems-users list have expressed
691        concern about this run-time selection, so I've enclosed the changes
692        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
693
6942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
697        Remove $(OBJS) from all-local.
698
6992002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
702
7032001-05-09      Joel Sherrill <joel@OARcorp.com>
704
705        * startup/linkcmds: In support of gcc 3.1, added one of more
706        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
707        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
708        and direction of segments to memory regions may also have been
709        addressed.  This was a sweep across all BSPs.
710 
7112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * configure.ac:
714        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
715        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
716        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
717        * Makefile.am: Remove AUTOMAKE_OPTIONS.
718        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
719        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
720        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
721        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
722        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
723        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
724        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
725        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
726        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
727
7282002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * PR139
731        * configure.ac: Remove stray ';', breaks building with automake-1.6.
732
7332002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
736
7372001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
740        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
741
7422001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
745
7462001-10-12      Joel Sherrill <joel@OARcorp.com>
747
748        * console/inch.c: Fixed typo.
749
7502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
753        * configure.in: Remove.
754        * configure.ac: New file, generated from configure.in by autoupdate.
755
7562001-09-27      Joel Sherrill <joel@OARcorp.com>
757
758        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
759
7602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * include/Makefile.am: Use 'CLEANFILES ='.
763        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
764        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
765        * Makefile.am: Use 'TMPINSTALL_FILES ='.
766
7672001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * console/Makefile.am: Remove RTEMS_H_FILES.
770        * start/start16.S: include <bspopts.h> to get NEW_GAS.
771
7722001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * configure.in: Add bspopts.h.
775        * include/.cvsignore: Add bspopts.h*, stamp-h*.
776        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
777        * 3c509/Makefile.am: Dito.
778        * console/Makefile.am: Dito.
779        * include/bsp.h: Include bspopts.h.
780
7812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
782
783        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
784
7852001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
788
7892001-01-05      Joel Sherrill <joel@OARcorp.com>
790
791        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
792        would be visible.
793
7942000-12-05       Eric Valette <valette@crf.canon.fr>
795
796        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
797        console/vt.c, include/bsp.h: Correct incorrect interrupt level
798        handling in new keyboard management code.  Correct
799        BSP_poll_char initialization routine.
800        * start/start.S, startup/bspstart.c: Correct when the video is
801        initialized.
802        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
803        did not work correctly on all PC speeds. The new calibrate routine
804        has been tested on Pentium 166, pentium II 200, pentium III
805        300 Mhz and does work as expected.
806
8072000-12-05      Joel Sherrill <joel@OARcorp.com>
808
809        * pc386/console/console.c, pc386/console/serial_mouse.c,
810        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
811
8122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
815
8162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
819
8202000-11-01      Joel Sherrill <joel@OARcorp.com>
821
822        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
823        and libcsupport.h moved from libc to lib/include/rtems and
824        now must be referenced as <rtems/XXX.h>.   Header file order
825        was cleaned up while doing this.
826
8272000-10-29      Joel Sherrill <joel@OARcorp.com>
828
829        * startup/sbrk.c: Removed.  Redundant with shared version.
830
8312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
834        Switch to GNU canonicalization.
835
8362000-10-23      Joel Sherrill <joel@OARcorp.com>
837
838        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
839
8402000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
841
842        * console/serial_mouse.c: Added support for changing serial parameters.
843
8442000-10-20      Joel Sherrill <joel@OARcorp.com>
845
846        * include/wd80x3.h: Added file header and logic to prevent multiple
847        inclusions of this file.
848        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
849
8502000-10-20      Joel Sherrill <joel@OARcorp.com>
851
852        * include/bsp.h: Cleaned up network driver name and attach defines.
853
8542000-10-20      Dmitry Kargapolov <dk@gentex.ru>
855
856        * ne2000/ne2000.c: Fix some errors in the driver. 
857        1. There was no sufficient check of data in ethernet header.
858        The code in ne_rx_daemon() was:
859            inport_word (dport, len);
860            ...
861            len -= 4;
862              ...
863            if (len > 0)
864              ne_read_data (sc, startaddr, len, p);
865        Unfortunately, sometimes my NIC gave me too big len value,
866        the result was memory override.  To fix this, I added ethernet
867        header data checking.
868
869        2. The way overrides were serviced was not good.  It was complex
870        but sometimes did not provide reliable continuing of NIC working.
871        I had the situation of an endless loop in ne_check_status()
872        after override processing.
873
874        3. There was conceptual error of porting.  The old method of
875        overrides curing was ported from the OS-s, where override-processing
876        did start immediately.  But RTEMS-version uses events, and cleaning
877        of the overrides can start later.
878
879        I selected the way of ne2000 programming that is used
880        in freebsd kernel (v4.0).
881
882        Because of both problems, incorrect data in header of raw packet
883        and receiver override, it went through ne_reset() and fully
884        reset the ne2000.
885
886        So, in summary
887        - added detecting of the incorrect data in ethernet header;
888        - replaced handling of receiver overrides with new scheme,
889        via resetting of NIC, this method is used also in case of
890        invalid header detecting.
891
8922000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
893
894        * console/console.c, console/serial_mouse.c, include/bsp.h:
895        Add the ability to set parity, number of data bits and
896        number of stop bits to the existing i386 serial drivers.
897
8982000-10-17      Joel Sherrill <joel@OARcorp.com>
899
900        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
901        to libbsp/i386/shared/irq.
902
9032000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
904
905        * startup/linkcmds: Added lines so DWARF debug information
906        would be available.  Otherwise gdb complains that the offsets
907        for the debug info are incorrect and doesn't load the files.
908
9092000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
912
9132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
916        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
917        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
918        compile.am
919
9202000-08-30      Joel Sherrill <joel@OARcorp.com>
921
922        * console/keyboard.h: Changed numerous routines from extern inline
923        to static inline.
924
9252000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
926
927        * Major rework of the "/dev/console" driver.
928        * Added termios support for stdin ( keyboard ).
929        * Added ioctls() to support modes similar to Linux( XLATE,
930        RAW, MEDIUMRAW ).
931        * Added Keyboard mapping and handling of the keyboard's leds.
932        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
933        controller ( 16 colors ).
934        * Added PS/2 and Serial mouse support for PC386 BSP.
935        * console/defkeymap.c: New file.
936        * console/fb_vga.c: New file.
937        * console/fb_vga.h: New file.
938        * console/i386kbd.h: New file.
939        * console/kd.h: New file.
940        * console/keyboard.c: New file.
941        * console/keyboard.h: New file.
942        * console/mouse_parser.c: New file.
943        * console/mouse_parser.h: New file.
944        * console/pc_keyb.c: New file.
945        * console/ps2_drv.h: New file.
946        * console/ps2_mouse.c: New file.
947        * console/ps2_mouse.h: New file.
948        * console/serial_mouse.c: New file.
949        * console/serial_mouse.h: New file.
950        * console/vgainit.c: New file.
951        * console/vt.c: New file.
952        * console/Makefile.am: Reflect new files.
953        * console/console.c, console/inch.c, console/outch.c: Console
954        functionality modifications.
955        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
956
9572000-08-10      Joel Sherrill <joel@OARcorp.com>
958
959        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.