source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 85c005f3

4.104.114.84.95
Last change on this file since 85c005f3 was 85c005f3, checked in by Till Straumann <strauman@…>, on 01/12/06 at 00:15:16
  • vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h, vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,

vmeUniverse/vme_amd_defs.h: No longer enable posted-writes
on master windows (creates race-condition on memory-mapped
devices). A new flag allows for signalling that a window
maps 'ordinary memory'. Disable VME IRQ level if no
handler is registered with interrupting vector.

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