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

4.104.114.84.95
Last change on this file since fab9046 was fab9046, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/05 at 21:41:49

Fix formatting.

  • Property mode set to 100644
File size: 6.8 KB
Line 
12005-10-20  Eric Norum <norume@aps.anl.gov>
2
3        * vmeUniverse/vmeUniverse.c: Support MVME2100.
4
52005-09-02      Joel Sherrill <joel@OARcorp.com>
6
7        PR 577/bsps
8        * console.c: Make the previously committed patch for this PR compile.
9
102005-08-19      Cedric Aubert <cedric_aubert@yahoo.fr>
11
12        PR 577/bsps
13        * console.c: The console_close() method currently calls StopRemoteTx()
14        on all invocations. It should should be ok for last close only but
15        not for any others. If you open a port multiple times, you only want
16        to call StopRemoteTx() only as part of the last close.
17
182005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
19
20        PR 779/bsp
21        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
22        handlers in powerpc bsps
23
242005-03-14      Joel Sherrill <joel@OARcorp.com>
25
26        * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI
27        API unification. All use pci_find_device().
28
292005-01-23      Joel Sherrill <joel@OARcorp.com>
30
31        * tod.c: Change type of RTC_Count to size_t.
32
332004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        PR 704/bsps.
36        * ide_ctrl.c: Removed (obsolete).
37
382004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
39
40        PR 703/filesystem
41        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
42        parameters to uint16_t for UDMA support.
43
442004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
45
46        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
47        boards -- notably the MVME2100 -- return the physical address, not an
48        offset in PCI memory space.
49
502004-10-13      Eric Norum <norume@aps.anl.gov>
51
52        PR 688/bsps
53        * shared/tod.c: Set RTEMS time during TOD initialization
54
552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
58
592004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
62        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
63
642004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * ChangeLog: Merge-in gdbstub/ChangeLog.
67        * gdbstub/ChangeLog: Remove.
68
692003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
70
71        PR 501/rtems_misc
72        * console.c: console_open disables ICANON on non-console port, which
73        should be ok for the first open but not for subsequent ones. If you open
74        one serial port, you will configure it, when you reopen it you will lost
75        the ICANON parameters if you had put it. Should be done by console only
76        at first open.
77
782003-09-04      Joel Sherrill <joel@OARcorp.com>
79
80        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
81        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
82        URL for license changed.
83
842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Reflect having moved automake/.
87
882003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * include/Makefile.am: Remove (merged into Makefile.am).
91        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
92        * Makefile.am: Reflect changes above. Reflect having merged
93        ../configure.ac into ../../../configure.ac.
94
952003-06-30      Joel Sherrill <joel@OARcorp.com>
96
97        * console-polled.c: Corrected comments in header.
98
992003-04-10      Till Straumann <strauman@slac.stanford.edu>
100
101        PR 380/bsps
102        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
103        format strings compliant with libcpu/printk. minor fixes and lazy init
104        bugfix.
105
1062003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
109
1102003-02-20      Till Straumann <strauman@slac.stanford.edu>
111
112        PR 349/bsps
113        * README.universe, vmeUniverse/README.porting
114        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
115        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
116        * vmeUniverse/README.porting: New file.
117
1182002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
119
120        * ide_ctrl.c: New file.
121
1222002-07-01      Joel Sherrill <joel@OARcorp.com>
123
124        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
125        now that it is a two dimensional array based upon API and class.
126
1272002-06-25      Joel Sherrill <joel@OARcorp.com>
128
129        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
130        the shared gdb stub glue necessitating a move up.
131        * Makefile.am: Reflect new gdbstub directory.
132        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
133        the shared gdb stub glue necessitating a move up.
134        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
135        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
136        m68k/shared/gdbstub.
137
1382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * Makefile.am: Remove AUTOMAKE_OPTIONS.
142
1432001-10-22      Joel Sherrill <joel@OARcorp.com>
144
145        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
146        application namespace.
147
1482001-10-17      Joel Sherrill <joel@OARcorp.com>
149
150        * timerstub.c: New stub file for BSPs that don't have timer hardware.
151
1522001-10-12      Joel Sherrill <joel@OARcorp.com>
153
154        * console-polled.c, console.c: Fixed typo.
155
1562001-05-14      Till Straumann <strauman@slac.stanford.edu>
157
158        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
159        vmeUniverse/vmeUniverse.h: New files.
160        * Makefile.am: Modified to reflect addition of files.
161        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
162        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
163        Till.  Please forward future modifications to him.
164
1652001-01-12      Joel Sherrill <joel@OARcorp.com>
166
167        * setvec.c: Removed unused variables.
168
1692001-01-09      Joel Sherrill <joel@OARcorp.com>
170
171        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
172        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
173        driver.
174
1752001-01-03      Joel Sherrill <joel@OARcorp.com>
176
177        * clockdrv_shell.c: Fixed syntax error in fast idle support.
178        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
179        CLOCK_DRIVER_USE_FAST_IDLE.
180        * console-polled.c: Added console_initialize_hardware() hook.
181
1822000-12-01      Joel Sherrill <joel@OARcorp.com>
183
184        * console-polled.c: Remove warnings.
185
1862000-11-13      Joel Sherrill <joel@OARcorp.com>
187
188        * clock_driver_stub.c: This is a stub of a clock driver that is
189        sufficient for linking the ticker application.  Some simulators do not
190        have a soruce for a clock tick.  Also this can be used while
191        constructing a BSP so everything links.
192
1932000-11-01      Joel Sherrill <joel@OARcorp.com>
194
195        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
196        moved from libc to lib/include/rtems and now must be referenced as
197        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
198
1992000-10-30      Joel Sherrill <joel@OARcorp.com>
200
201        * POSIX include files merged into newlib.  This resulted in some
202        definitions moving to other files and thus some secondary effects in
203        RTEMS source code.
204        * sbrk.c: Corrected prototype to match newlib.
205
2062000-08-10      Joel Sherrill <joel@OARcorp.com>
207
208        * ChangeLog: New file.
209
Note: See TracBrowser for help on using the repository browser.