source: rtems/c/src/lib/libbsp/shared/ChangeLog @ fb6d373

Last change on this file since fb6d373 was fb6d373, checked in by Joel Sherrill <joel.sherrill@…>, on 06/30/03 at 18:31:46

2003-06-30 Joel Sherrill <joel@…>

  • console-polled.c: Corrected comments in header.
  • Property mode set to 100644
File size: 3.4 KB
RevLine 
[fb6d373]12003-06-30      Joel Sherrill <joel@OARcorp.com>
2
3        * console-polled.c: Corrected comments in header.
4
[b545552d]52003-04-10      Till Straumann <strauman@slac.stanford.edu>
6
7        PR 380/bsps
8        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
9        make printk format strings compliant with libcpu/printk.
10        minor fixes and lazy init bugfix.
11
[4bab4aff]122003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on
15        CVS-mergers).
16
[254f055]172003-02-20      Till Straumann <strauman@slac.stanford.edu>
18
19        PR 349/bsps
20        * README.universe, vmeUniverse/README.porting
21        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
22        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
23        * vmeUniverse/README.porting: New file.
24
[d6a85919]252002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
26
27        * ide_ctrl.c: New file.
28
[007d59d6]292002-06-25      Joel Sherrill <joel@OARcorp.com>
30
31        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
32        support to the shared gdb stub glue necessitating a move up.
33        * Makefile.am: Reflect new gdbstub directory.
34
[6fae458]352001-05-14      Till Straumann <strauman@slac.stanford.edu>
36
37        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
38        vmeUniverse/vmeUniverse.h: New files.
39        * Makefile.am: Modified to reflect addition of files.
40        * Per PR214, contributes a driver for the TUNDRA UNIVERSE
41        VME-PCI bridge to libbsp/shared. 
42        NOTE: This driver is maintained _outside_ RTEMS by Till.  Please
43        forward future modifications to him.
44
[2c059912]452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * Makefile.am: Remove AUTOMAKE_OPTIONS.
49
[ac6ddad1]502001-10-22      Joel Sherrill <joel@OARcorp.com>
51
52        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
53        pollutes the application namespace.
54
[0f52b7f]552001-10-17      Joel Sherrill <joel@OARcorp.com>
56
57        * timerstub.c: New stub file for BSPs that don't have timer hardware.
58
[bfeee88]592001-10-12      Joel Sherrill <joel@OARcorp.com>
60
61        * console-polled.c, console.c: Fixed typo.
62
[d2959b2]632001-01-12      Joel Sherrill <joel@OARcorp.com>
64
65        * setvec.c: Removed unused variables.
66
[d3d5319]672001-01-09      Joel Sherrill <joel@OARcorp.com>
68
69        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
70        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
71        clock driver.
72
[2e10f51]732001-01-03      Joel Sherrill <joel@OARcorp.com>
74
75        * clockdrv_shell.c: Fixed syntax error in fast idle support.
76
[e182c620]772001-01-03      Joel Sherrill <joel@OARcorp.com>
78
79        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
80        CLOCK_DRIVER_USE_FAST_IDLE.
81        * console-polled.c: Added console_initialize_hardware() hook.
82
[7220103f]832000-12-01      Joel Sherrill <joel@OARcorp.com>
84
85        * console-polled.c: Remove warnings.
86
[7f5213d]872000-11-13      Joel Sherrill <joel@OARcorp.com>
88
89        * clock_driver_stub.c: This is a stub of a clock driver that
90        is sufficient for linking the ticker application.  Some
91        simulators do not have a soruce for a clock tick.  Also
92        this can be used while constructing a BSP so everything links.
93
[978d328]942000-11-01      Joel Sherrill <joel@OARcorp.com>
95
96        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
97        libcsupport.h moved from libc to lib/include/rtems and
98        now must be referenced as <rtems/XXX.h>.   Header file order
99        was cleaned up while doing this.
100
[7ede0e7]1012000-10-30      Joel Sherrill <joel@OARcorp.com>
102
103        * POSIX include files merged into newlib.  This resulted in
104        some definitions moving to other files and thus some secondary
105        effects in RTEMS source code.
106        * sbrk.c: Corrected prototype to match newlib.
107
[e94ad1fe]1082000-08-10      Joel Sherrill <joel@OARcorp.com>
109
110        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.