source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 04dba49

4.104.114.84.95
Last change on this file since 04dba49 was 98339b8c, checked in by Joel Sherrill <joel.sherrill@…>, on 10/19/06 at 19:16:19

2006-10-19 Joel Sherrill <joel@…>

  • gdbstub/rtems-stub-glue.c:
  • Property mode set to 100644
File size: 8.1 KB
Line 
12006-10-19      Joel Sherrill <joel@OARcorp.com>
2
3        * gdbstub/rtems-stub-glue.c:
4
52006-07-12      Till Straumann <strauman@slac.stanford.edu>
6
7        * vmeUniverse/vmeTsi148.c: Silenced compiler warnings
8        (gcc-4.1.1 warns that uint32_t and unsigned int are different).
9
102006-06-19      Till Straumann <strauman@slac.stanford.edu>
11
12        * vmeUniverse/vme_amd_defs.h: Added address-modifier
13        codes for BLT/MBLT.
14
152006-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * gnatinstallhandler.c: Rename since old name is now used
18        by GNAT source.
19
202006-01-26      Till Straumann <strauman@slac.stanford.edu>
21        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c,
22        vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h:
23        Added 2F address modifier for VME64 CSR access.
24
252006-01-11      Till Straumann <strauman@slac.stanford.edu>
26
27        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
28        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
29        vmeUniverse/vme_amd_defs.h: No longer enable posted-writes
30        on master windows (creates race-condition on memory-mapped
31        devices). A new flag allows for signalling that a window
32        maps 'ordinary memory'. Disable VME IRQ level if no
33        handler is registered with interrupting vector.
34
352006-01-11      Till Straumann <strauman@slac.stanford.edu>
36
37        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
38        Eliminate obsolete types.
39
402005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * vmeUniverse/vmeUniverse.c: Eliminate obsolete types.
43        Remove CVS log.
44
452005-10-20  Eric Norum <norume@aps.anl.gov>
46
47        * vmeUniverse/vmeUniverse.c: Support MVME2100.
48
492005-09-02      Joel Sherrill <joel@OARcorp.com>
50
51        PR 577/bsps
52        * console.c: Make the previously committed patch for this PR compile.
53
542005-08-19      Cedric Aubert <cedric_aubert@yahoo.fr>
55
56        PR 577/bsps
57        * console.c: The console_close() method currently calls StopRemoteTx()
58        on all invocations. It should should be ok for last close only but
59        not for any others. If you open a port multiple times, you only want
60        to call StopRemoteTx() only as part of the last close.
61
622005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
63
64        PR 779/bsp
65        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
66        handlers in powerpc bsps
67
682005-03-14      Joel Sherrill <joel@OARcorp.com>
69
70        * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI
71        API unification. All use pci_find_device().
72
732005-01-23      Joel Sherrill <joel@OARcorp.com>
74
75        * tod.c: Change type of RTC_Count to size_t.
76
772004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        PR 704/bsps.
80        * ide_ctrl.c: Removed (obsolete).
81
822004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
83
84        PR 703/filesystem
85        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
86        parameters to uint16_t for UDMA support.
87
882004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
89
90        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
91        boards -- notably the MVME2100 -- return the physical address, not an
92        offset in PCI memory space.
93
942004-10-13      Eric Norum <norume@aps.anl.gov>
95
96        PR 688/bsps
97        * shared/tod.c: Set RTEMS time during TOD initialization
98
992004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
102
1032004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
106        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
107
1082004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * ChangeLog: Merge-in gdbstub/ChangeLog.
111        * gdbstub/ChangeLog: Remove.
112
1132003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
114
115        PR 501/rtems_misc
116        * console.c: console_open disables ICANON on non-console port, which
117        should be ok for the first open but not for subsequent ones. If you open
118        one serial port, you will configure it, when you reopen it you will lost
119        the ICANON parameters if you had put it. Should be done by console only
120        at first open.
121
1222003-09-04      Joel Sherrill <joel@OARcorp.com>
123
124        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
125        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
126        URL for license changed.
127
1282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Reflect having moved automake/.
131
1322003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/Makefile.am: Remove (merged into Makefile.am).
135        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
136        * Makefile.am: Reflect changes above. Reflect having merged
137        ../configure.ac into ../../../configure.ac.
138
1392003-06-30      Joel Sherrill <joel@OARcorp.com>
140
141        * console-polled.c: Corrected comments in header.
142
1432003-04-10      Till Straumann <strauman@slac.stanford.edu>
144
145        PR 380/bsps
146        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
147        format strings compliant with libcpu/printk. minor fixes and lazy init
148        bugfix.
149
1502003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
153
1542003-02-20      Till Straumann <strauman@slac.stanford.edu>
155
156        PR 349/bsps
157        * README.universe, vmeUniverse/README.porting
158        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
159        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
160        * vmeUniverse/README.porting: New file.
161
1622002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
163
164        * ide_ctrl.c: New file.
165
1662002-07-01      Joel Sherrill <joel@OARcorp.com>
167
168        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
169        now that it is a two dimensional array based upon API and class.
170
1712002-06-25      Joel Sherrill <joel@OARcorp.com>
172
173        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
174        the shared gdb stub glue necessitating a move up.
175        * Makefile.am: Reflect new gdbstub directory.
176        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
177        the shared gdb stub glue necessitating a move up.
178        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
179        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
180        m68k/shared/gdbstub.
181
1822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * Makefile.am: Remove AUTOMAKE_OPTIONS.
186
1872001-10-22      Joel Sherrill <joel@OARcorp.com>
188
189        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
190        application namespace.
191
1922001-10-17      Joel Sherrill <joel@OARcorp.com>
193
194        * timerstub.c: New stub file for BSPs that don't have timer hardware.
195
1962001-10-12      Joel Sherrill <joel@OARcorp.com>
197
198        * console-polled.c, console.c: Fixed typo.
199
2002001-05-14      Till Straumann <strauman@slac.stanford.edu>
201
202        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
203        vmeUniverse/vmeUniverse.h: New files.
204        * Makefile.am: Modified to reflect addition of files.
205        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
206        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
207        Till.  Please forward future modifications to him.
208
2092001-01-12      Joel Sherrill <joel@OARcorp.com>
210
211        * setvec.c: Removed unused variables.
212
2132001-01-09      Joel Sherrill <joel@OARcorp.com>
214
215        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
216        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
217        driver.
218
2192001-01-03      Joel Sherrill <joel@OARcorp.com>
220
221        * clockdrv_shell.c: Fixed syntax error in fast idle support.
222        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
223        CLOCK_DRIVER_USE_FAST_IDLE.
224        * console-polled.c: Added console_initialize_hardware() hook.
225
2262000-12-01      Joel Sherrill <joel@OARcorp.com>
227
228        * console-polled.c: Remove warnings.
229
2302000-11-13      Joel Sherrill <joel@OARcorp.com>
231
232        * clock_driver_stub.c: This is a stub of a clock driver that is
233        sufficient for linking the ticker application.  Some simulators do not
234        have a soruce for a clock tick.  Also this can be used while
235        constructing a BSP so everything links.
236
2372000-11-01      Joel Sherrill <joel@OARcorp.com>
238
239        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
240        moved from libc to lib/include/rtems and now must be referenced as
241        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
242
2432000-10-30      Joel Sherrill <joel@OARcorp.com>
244
245        * POSIX include files merged into newlib.  This resulted in some
246        definitions moving to other files and thus some secondary effects in
247        RTEMS source code.
248        * sbrk.c: Corrected prototype to match newlib.
249
2502000-08-10      Joel Sherrill <joel@OARcorp.com>
251
252        * ChangeLog: New file.
253
Note: See TracBrowser for help on using the repository browser.