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

4.104.114.84.95
Last change on this file since b8b8d34 was b8b8d34, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/06 at 18:38:30

Formatting.

  • Property mode set to 100644
File size: 7.6 KB
Line 
12006-01-26      Till Straumann <strauman@slac.stanford.edu>
2        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c,
3        vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h:
4        Added 2F address modifier for VME64 CSR access.
5
62006-01-11      Till Straumann <strauman@slac.stanford.edu>
7
8        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
9        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
10        vmeUniverse/vme_amd_defs.h: No longer enable posted-writes
11        on master windows (creates race-condition on memory-mapped
12        devices). A new flag allows for signalling that a window
13        maps 'ordinary memory'. Disable VME IRQ level if no
14        handler is registered with interrupting vector.
15
162006-01-11      Till Straumann <strauman@slac.stanford.edu>
17
18        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
19        Eliminate obsolete types.
20
212005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * vmeUniverse/vmeUniverse.c: Eliminate obsolete types.
24        Remove CVS log.
25
262005-10-20  Eric Norum <norume@aps.anl.gov>
27
28        * vmeUniverse/vmeUniverse.c: Support MVME2100.
29
302005-09-02      Joel Sherrill <joel@OARcorp.com>
31
32        PR 577/bsps
33        * console.c: Make the previously committed patch for this PR compile.
34
352005-08-19      Cedric Aubert <cedric_aubert@yahoo.fr>
36
37        PR 577/bsps
38        * console.c: The console_close() method currently calls StopRemoteTx()
39        on all invocations. It should should be ok for last close only but
40        not for any others. If you open a port multiple times, you only want
41        to call StopRemoteTx() only as part of the last close.
42
432005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
44
45        PR 779/bsp
46        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
47        handlers in powerpc bsps
48
492005-03-14      Joel Sherrill <joel@OARcorp.com>
50
51        * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI
52        API unification. All use pci_find_device().
53
542005-01-23      Joel Sherrill <joel@OARcorp.com>
55
56        * tod.c: Change type of RTC_Count to size_t.
57
582004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        PR 704/bsps.
61        * ide_ctrl.c: Removed (obsolete).
62
632004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
64
65        PR 703/filesystem
66        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
67        parameters to uint16_t for UDMA support.
68
692004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
70
71        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
72        boards -- notably the MVME2100 -- return the physical address, not an
73        offset in PCI memory space.
74
752004-10-13      Eric Norum <norume@aps.anl.gov>
76
77        PR 688/bsps
78        * shared/tod.c: Set RTEMS time during TOD initialization
79
802004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
83
842004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
87        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
88
892004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * ChangeLog: Merge-in gdbstub/ChangeLog.
92        * gdbstub/ChangeLog: Remove.
93
942003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
95
96        PR 501/rtems_misc
97        * console.c: console_open disables ICANON on non-console port, which
98        should be ok for the first open but not for subsequent ones. If you open
99        one serial port, you will configure it, when you reopen it you will lost
100        the ICANON parameters if you had put it. Should be done by console only
101        at first open.
102
1032003-09-04      Joel Sherrill <joel@OARcorp.com>
104
105        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
106        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
107        URL for license changed.
108
1092003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Reflect having moved automake/.
112
1132003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * include/Makefile.am: Remove (merged into Makefile.am).
116        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
117        * Makefile.am: Reflect changes above. Reflect having merged
118        ../configure.ac into ../../../configure.ac.
119
1202003-06-30      Joel Sherrill <joel@OARcorp.com>
121
122        * console-polled.c: Corrected comments in header.
123
1242003-04-10      Till Straumann <strauman@slac.stanford.edu>
125
126        PR 380/bsps
127        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
128        format strings compliant with libcpu/printk. minor fixes and lazy init
129        bugfix.
130
1312003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
134
1352003-02-20      Till Straumann <strauman@slac.stanford.edu>
136
137        PR 349/bsps
138        * README.universe, vmeUniverse/README.porting
139        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
140        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
141        * vmeUniverse/README.porting: New file.
142
1432002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
144
145        * ide_ctrl.c: New file.
146
1472002-07-01      Joel Sherrill <joel@OARcorp.com>
148
149        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
150        now that it is a two dimensional array based upon API and class.
151
1522002-06-25      Joel Sherrill <joel@OARcorp.com>
153
154        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
155        the shared gdb stub glue necessitating a move up.
156        * Makefile.am: Reflect new gdbstub directory.
157        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
158        the shared gdb stub glue necessitating a move up.
159        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
160        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
161        m68k/shared/gdbstub.
162
1632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * Makefile.am: Remove AUTOMAKE_OPTIONS.
167
1682001-10-22      Joel Sherrill <joel@OARcorp.com>
169
170        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
171        application namespace.
172
1732001-10-17      Joel Sherrill <joel@OARcorp.com>
174
175        * timerstub.c: New stub file for BSPs that don't have timer hardware.
176
1772001-10-12      Joel Sherrill <joel@OARcorp.com>
178
179        * console-polled.c, console.c: Fixed typo.
180
1812001-05-14      Till Straumann <strauman@slac.stanford.edu>
182
183        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
184        vmeUniverse/vmeUniverse.h: New files.
185        * Makefile.am: Modified to reflect addition of files.
186        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
187        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
188        Till.  Please forward future modifications to him.
189
1902001-01-12      Joel Sherrill <joel@OARcorp.com>
191
192        * setvec.c: Removed unused variables.
193
1942001-01-09      Joel Sherrill <joel@OARcorp.com>
195
196        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
197        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
198        driver.
199
2002001-01-03      Joel Sherrill <joel@OARcorp.com>
201
202        * clockdrv_shell.c: Fixed syntax error in fast idle support.
203        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
204        CLOCK_DRIVER_USE_FAST_IDLE.
205        * console-polled.c: Added console_initialize_hardware() hook.
206
2072000-12-01      Joel Sherrill <joel@OARcorp.com>
208
209        * console-polled.c: Remove warnings.
210
2112000-11-13      Joel Sherrill <joel@OARcorp.com>
212
213        * clock_driver_stub.c: This is a stub of a clock driver that is
214        sufficient for linking the ticker application.  Some simulators do not
215        have a soruce for a clock tick.  Also this can be used while
216        constructing a BSP so everything links.
217
2182000-11-01      Joel Sherrill <joel@OARcorp.com>
219
220        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
221        moved from libc to lib/include/rtems and now must be referenced as
222        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
223
2242000-10-30      Joel Sherrill <joel@OARcorp.com>
225
226        * POSIX include files merged into newlib.  This resulted in some
227        definitions moving to other files and thus some secondary effects in
228        RTEMS source code.
229        * sbrk.c: Corrected prototype to match newlib.
230
2312000-08-10      Joel Sherrill <joel@OARcorp.com>
232
233        * ChangeLog: New file.
234
Note: See TracBrowser for help on using the repository browser.