source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 24029b2

4.104.114.84.95
Last change on this file since 24029b2 was 24029b2, checked in by Joel Sherrill <joel.sherrill@…>, on 10/19/06 at 19:20:50

Fix comment.

  • Property mode set to 100644
File size: 8.2 KB
RevLine 
[98339b8c]12006-10-19      Joel Sherrill <joel@OARcorp.com>
2
[24029b2]3        * gdbstub/rtems-stub-glue.c: Change registers pointer to unsigned.
[98339b8c]4
[c8f74b47]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
[9a30162]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
[9bb263d5]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
[6f10ffe]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
[85c005f3]252006-01-11      Till Straumann <strauman@slac.stanford.edu>
[b8b8d34]26
[85c005f3]27        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
28        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
[b8b8d34]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.
[85c005f3]34
[c2fc65b]352006-01-11      Till Straumann <strauman@slac.stanford.edu>
36
37        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
[b8b8d34]38        Eliminate obsolete types.
[c2fc65b]39
[c29d03e9]402005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * vmeUniverse/vmeUniverse.c: Eliminate obsolete types.
43        Remove CVS log.
44
[cc2fcc1]452005-10-20  Eric Norum <norume@aps.anl.gov>
46
[fab9046]47        * vmeUniverse/vmeUniverse.c: Support MVME2100.
[cc2fcc1]48
[50189556]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
[e7d06758]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
[6d717e8d]622005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
63
[b8b8d34]64        PR 779/bsp
65        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
66        handlers in powerpc bsps
[6d717e8d]67
[fb77bc8]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
[cbe0357]732005-01-23      Joel Sherrill <joel@OARcorp.com>
74
75        * tod.c: Change type of RTC_Count to size_t.
76
[7376409]772004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        PR 704/bsps.
80        * ide_ctrl.c: Removed (obsolete).
81
[468c6f00]822004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
83
[b8b8d34]84        PR 703/filesystem
[468c6f00]85        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
86        parameters to uint16_t for UDMA support.
87
[0bca9ea3]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
[0d10ef70]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
[cf720006]992004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
102
[a2ac7e10]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
[9f03565]1082004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * ChangeLog: Merge-in gdbstub/ChangeLog.
111        * gdbstub/ChangeLog: Remove.
112
[e9051435]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
[f46eb66]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.
[e9051435]121
[7050ec70]1222003-09-04      Joel Sherrill <joel@OARcorp.com>
123
[f46eb66]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.
[7050ec70]127
[c53e9e2f]1282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
[c483a4e]130        * Makefile.am: Reflect having moved automake/.
[c53e9e2f]131
[6bb1897e]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).
[f46eb66]136        * Makefile.am: Reflect changes above. Reflect having merged
137        ../configure.ac into ../../../configure.ac.
[6bb1897e]138
[d27efcd]1392003-06-30      Joel Sherrill <joel@OARcorp.com>
140
141        * console-polled.c: Corrected comments in header.
142
[2f73363]1432003-04-10      Till Straumann <strauman@slac.stanford.edu>
144
145        PR 380/bsps
[f46eb66]146        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
147        format strings compliant with libcpu/printk. minor fixes and lazy init
148        bugfix.
[2f73363]149
[6600424d]1502003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
[f46eb66]152        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
[6600424d]153
[20b349f]1542003-02-20      Till Straumann <strauman@slac.stanford.edu>
155
156        PR 349/bsps
[6600424d]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.
[20b349f]161
[d6a85919]1622002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
163
164        * ide_ctrl.c: New file.
165
[9f03565]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
[007d59d6]1712002-06-25      Joel Sherrill <joel@OARcorp.com>
172
[f46eb66]173        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
174        the shared gdb stub glue necessitating a move up.
[007d59d6]175        * Makefile.am: Reflect new gdbstub directory.
[9f03565]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.
[007d59d6]181
[2c059912]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
[ac6ddad1]1872001-10-22      Joel Sherrill <joel@OARcorp.com>
188
[f46eb66]189        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
190        application namespace.
[ac6ddad1]191
[0f52b7f]1922001-10-17      Joel Sherrill <joel@OARcorp.com>
193
194        * timerstub.c: New stub file for BSPs that don't have timer hardware.
195
[bfeee88]1962001-10-12      Joel Sherrill <joel@OARcorp.com>
197
198        * console-polled.c, console.c: Fixed typo.
199
[f46eb66]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
[d2959b2]2092001-01-12      Joel Sherrill <joel@OARcorp.com>
210
211        * setvec.c: Removed unused variables.
212
[d3d5319]2132001-01-09      Joel Sherrill <joel@OARcorp.com>
214
215        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
[f46eb66]216        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
217        driver.
[d3d5319]218
[2e10f51]2192001-01-03      Joel Sherrill <joel@OARcorp.com>
220
221        * clockdrv_shell.c: Fixed syntax error in fast idle support.
[e182c620]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
[7220103f]2262000-12-01      Joel Sherrill <joel@OARcorp.com>
227
228        * console-polled.c: Remove warnings.
229
[7f5213d]2302000-11-13      Joel Sherrill <joel@OARcorp.com>
231
[f46eb66]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.
[7f5213d]236
[978d328]2372000-11-01      Joel Sherrill <joel@OARcorp.com>
238
[f46eb66]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.
[978d328]242
[7ede0e7]2432000-10-30      Joel Sherrill <joel@OARcorp.com>
244
[f46eb66]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.
[7ede0e7]248        * sbrk.c: Corrected prototype to match newlib.
249
[e94ad1fe]2502000-08-10      Joel Sherrill <joel@OARcorp.com>
251
252        * ChangeLog: New file.
[f46eb66]253
Note: See TracBrowser for help on using the repository browser.