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

4.104.114.84.95
Last change on this file since fe6f68c was fe6f68c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/06 at 16:05:50

Fix formatting.

  • Property mode set to 100644
File size: 9.0 KB
Line 
12006-11-29      Till Straumann <strauman@slac.stanford.edu>
2
3        * vmeUniverse/vmeTsi148.h: user now must define a symbol
4        for the header to declare 'dump info'-style routine. This
5        is in order to avoid pulling in <stdio.h>.
6
72006-11-17      Joel Sherrill <joel@OARcorp.com>
8
9        * clock_driver_stub.c, clockdrv_shell.c: Use common clock driver
10        template and eliminate all fast idle code specific to this BSP. This
11        eliminates a fair amount of code in the BSP clock driver and
12        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
13        timer so I added the new hook Clock_driver_support_find_timer to
14        support this. In general, there was some clean up to the file headers
15        of various files.
16
172006-11-15      Joel Sherrill <joel@OARcorp.com>
18
19        * bootcard.c: Merge c_rtems_main() into boot_card(). This eliminated a
20        file and simplified initialization.
21        * main.c: Removed.
22
232006-10-19      Joel Sherrill <joel@OARcorp.com>
24
25        * gdbstub/rtems-stub-glue.c: Change registers pointer to unsigned.
26
272006-07-12      Till Straumann <strauman@slac.stanford.edu>
28
29        * vmeUniverse/vmeTsi148.c: Silenced compiler warnings
30        (gcc-4.1.1 warns that uint32_t and unsigned int are different).
31
322006-06-19      Till Straumann <strauman@slac.stanford.edu>
33
34        * vmeUniverse/vme_amd_defs.h: Added address-modifier
35        codes for BLT/MBLT.
36
372006-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * gnatinstallhandler.c: Rename since old name is now used
40        by GNAT source.
41
422006-01-26      Till Straumann <strauman@slac.stanford.edu>
43        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c,
44        vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h:
45        Added 2F address modifier for VME64 CSR access.
46
472006-01-11      Till Straumann <strauman@slac.stanford.edu>
48
49        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
50        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
51        vmeUniverse/vme_amd_defs.h: No longer enable posted-writes
52        on master windows (creates race-condition on memory-mapped
53        devices). A new flag allows for signalling that a window
54        maps 'ordinary memory'. Disable VME IRQ level if no
55        handler is registered with interrupting vector.
56
572006-01-11      Till Straumann <strauman@slac.stanford.edu>
58
59        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
60        Eliminate obsolete types.
61
622005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * vmeUniverse/vmeUniverse.c: Eliminate obsolete types.
65        Remove CVS log.
66
672005-10-20  Eric Norum <norume@aps.anl.gov>
68
69        * vmeUniverse/vmeUniverse.c: Support MVME2100.
70
712005-09-02      Joel Sherrill <joel@OARcorp.com>
72
73        PR 577/bsps
74        * console.c: Make the previously committed patch for this PR compile.
75
762005-08-19      Cedric Aubert <cedric_aubert@yahoo.fr>
77
78        PR 577/bsps
79        * console.c: The console_close() method currently calls StopRemoteTx()
80        on all invocations. It should should be ok for last close only but
81        not for any others. If you open a port multiple times, you only want
82        to call StopRemoteTx() only as part of the last close.
83
842005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
85
86        PR 779/bsp
87        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
88        handlers in powerpc bsps
89
902005-03-14      Joel Sherrill <joel@OARcorp.com>
91
92        * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI
93        API unification. All use pci_find_device().
94
952005-01-23      Joel Sherrill <joel@OARcorp.com>
96
97        * tod.c: Change type of RTC_Count to size_t.
98
992004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        PR 704/bsps.
102        * ide_ctrl.c: Removed (obsolete).
103
1042004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
105
106        PR 703/filesystem
107        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
108        parameters to uint16_t for UDMA support.
109
1102004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
111
112        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
113        boards -- notably the MVME2100 -- return the physical address, not an
114        offset in PCI memory space.
115
1162004-10-13      Eric Norum <norume@aps.anl.gov>
117
118        PR 688/bsps
119        * shared/tod.c: Set RTEMS time during TOD initialization
120
1212004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
124
1252004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
128        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
129
1302004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * ChangeLog: Merge-in gdbstub/ChangeLog.
133        * gdbstub/ChangeLog: Remove.
134
1352003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
136
137        PR 501/rtems_misc
138        * console.c: console_open disables ICANON on non-console port, which
139        should be ok for the first open but not for subsequent ones. If you open
140        one serial port, you will configure it, when you reopen it you will lost
141        the ICANON parameters if you had put it. Should be done by console only
142        at first open.
143
1442003-09-04      Joel Sherrill <joel@OARcorp.com>
145
146        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
147        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
148        URL for license changed.
149
1502003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Reflect having moved automake/.
153
1542003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * include/Makefile.am: Remove (merged into Makefile.am).
157        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
158        * Makefile.am: Reflect changes above. Reflect having merged
159        ../configure.ac into ../../../configure.ac.
160
1612003-06-30      Joel Sherrill <joel@OARcorp.com>
162
163        * console-polled.c: Corrected comments in header.
164
1652003-04-10      Till Straumann <strauman@slac.stanford.edu>
166
167        PR 380/bsps
168        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
169        format strings compliant with libcpu/printk. minor fixes and lazy init
170        bugfix.
171
1722003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
175
1762003-02-20      Till Straumann <strauman@slac.stanford.edu>
177
178        PR 349/bsps
179        * README.universe, vmeUniverse/README.porting
180        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
181        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
182        * vmeUniverse/README.porting: New file.
183
1842002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
185
186        * ide_ctrl.c: New file.
187
1882002-07-01      Joel Sherrill <joel@OARcorp.com>
189
190        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
191        now that it is a two dimensional array based upon API and class.
192
1932002-06-25      Joel Sherrill <joel@OARcorp.com>
194
195        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
196        the shared gdb stub glue necessitating a move up.
197        * Makefile.am: Reflect new gdbstub directory.
198        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
199        the shared gdb stub glue necessitating a move up.
200        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
201        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
202        m68k/shared/gdbstub.
203
2042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * Makefile.am: Remove AUTOMAKE_OPTIONS.
208
2092001-10-22      Joel Sherrill <joel@OARcorp.com>
210
211        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
212        application namespace.
213
2142001-10-17      Joel Sherrill <joel@OARcorp.com>
215
216        * timerstub.c: New stub file for BSPs that don't have timer hardware.
217
2182001-10-12      Joel Sherrill <joel@OARcorp.com>
219
220        * console-polled.c, console.c: Fixed typo.
221
2222001-05-14      Till Straumann <strauman@slac.stanford.edu>
223
224        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
225        vmeUniverse/vmeUniverse.h: New files.
226        * Makefile.am: Modified to reflect addition of files.
227        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
228        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
229        Till.  Please forward future modifications to him.
230
2312001-01-12      Joel Sherrill <joel@OARcorp.com>
232
233        * setvec.c: Removed unused variables.
234
2352001-01-09      Joel Sherrill <joel@OARcorp.com>
236
237        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
238        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
239        driver.
240
2412001-01-03      Joel Sherrill <joel@OARcorp.com>
242
243        * clockdrv_shell.c: Fixed syntax error in fast idle support.
244        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
245        CLOCK_DRIVER_USE_FAST_IDLE.
246        * console-polled.c: Added console_initialize_hardware() hook.
247
2482000-12-01      Joel Sherrill <joel@OARcorp.com>
249
250        * console-polled.c: Remove warnings.
251
2522000-11-13      Joel Sherrill <joel@OARcorp.com>
253
254        * clock_driver_stub.c: This is a stub of a clock driver that is
255        sufficient for linking the ticker application.  Some simulators do not
256        have a soruce for a clock tick.  Also this can be used while
257        constructing a BSP so everything links.
258
2592000-11-01      Joel Sherrill <joel@OARcorp.com>
260
261        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
262        moved from libc to lib/include/rtems and now must be referenced as
263        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
264
2652000-10-30      Joel Sherrill <joel@OARcorp.com>
266
267        * POSIX include files merged into newlib.  This resulted in some
268        definitions moving to other files and thus some secondary effects in
269        RTEMS source code.
270        * sbrk.c: Corrected prototype to match newlib.
271
2722000-08-10      Joel Sherrill <joel@OARcorp.com>
273
274        * ChangeLog: New file.
275
Note: See TracBrowser for help on using the repository browser.