source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 991522a2

4.104.114.84.95
Last change on this file since 991522a2 was 50189556, checked in by Joel Sherrill <joel.sherrill@…>, on 09/02/05 at 20:29:22

2005-09-02 Joel Sherrill <joel@…>

PR 577/bsps

  • console.c: Make the previously committed patch for this PR compile.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12005-09-02      Joel Sherrill <joel@OARcorp.com>
2
3        PR 577/bsps
4        * console.c: Make the previously committed patch for this PR compile.
5
62005-08-19      Cedric Aubert <cedric_aubert@yahoo.fr>
7
8        PR 577/bsps
9        * console.c: The console_close() method currently calls StopRemoteTx()
10        on all invocations. It should should be ok for last close only but
11        not for any others. If you open a port multiple times, you only want
12        to call StopRemoteTx() only as part of the last close.
13
142005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
15
16        PR 779/bsp
17        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
18        handlers in powerpc bsps
19
202005-03-14      Joel Sherrill <joel@OARcorp.com>
21
22        * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI
23        API unification. All use pci_find_device().
24
252005-01-23      Joel Sherrill <joel@OARcorp.com>
26
27        * tod.c: Change type of RTC_Count to size_t.
28
292004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        PR 704/bsps.
32        * ide_ctrl.c: Removed (obsolete).
33
342004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
35
36        PR 703/filesystem
37        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
38        parameters to uint16_t for UDMA support.
39
402004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
41
42        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
43        boards -- notably the MVME2100 -- return the physical address, not an
44        offset in PCI memory space.
45
462004-10-13      Eric Norum <norume@aps.anl.gov>
47
48        PR 688/bsps
49        * shared/tod.c: Set RTEMS time during TOD initialization
50
512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
54
552004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
58        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
59
602004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * ChangeLog: Merge-in gdbstub/ChangeLog.
63        * gdbstub/ChangeLog: Remove.
64
652003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
66
67        PR 501/rtems_misc
68        * console.c: console_open disables ICANON on non-console port, which
69        should be ok for the first open but not for subsequent ones. If you open
70        one serial port, you will configure it, when you reopen it you will lost
71        the ICANON parameters if you had put it. Should be done by console only
72        at first open.
73
742003-09-04      Joel Sherrill <joel@OARcorp.com>
75
76        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
77        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
78        URL for license changed.
79
802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect having moved automake/.
83
842003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * include/Makefile.am: Remove (merged into Makefile.am).
87        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
88        * Makefile.am: Reflect changes above. Reflect having merged
89        ../configure.ac into ../../../configure.ac.
90
912003-06-30      Joel Sherrill <joel@OARcorp.com>
92
93        * console-polled.c: Corrected comments in header.
94
952003-04-10      Till Straumann <strauman@slac.stanford.edu>
96
97        PR 380/bsps
98        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
99        format strings compliant with libcpu/printk. minor fixes and lazy init
100        bugfix.
101
1022003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
105
1062003-02-20      Till Straumann <strauman@slac.stanford.edu>
107
108        PR 349/bsps
109        * README.universe, vmeUniverse/README.porting
110        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
111        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
112        * vmeUniverse/README.porting: New file.
113
1142002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
115
116        * ide_ctrl.c: New file.
117
1182002-07-01      Joel Sherrill <joel@OARcorp.com>
119
120        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
121        now that it is a two dimensional array based upon API and class.
122
1232002-06-25      Joel Sherrill <joel@OARcorp.com>
124
125        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
126        the shared gdb stub glue necessitating a move up.
127        * Makefile.am: Reflect new gdbstub directory.
128        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
129        the shared gdb stub glue necessitating a move up.
130        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
131        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
132        m68k/shared/gdbstub.
133
1342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138
1392001-10-22      Joel Sherrill <joel@OARcorp.com>
140
141        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
142        application namespace.
143
1442001-10-17      Joel Sherrill <joel@OARcorp.com>
145
146        * timerstub.c: New stub file for BSPs that don't have timer hardware.
147
1482001-10-12      Joel Sherrill <joel@OARcorp.com>
149
150        * console-polled.c, console.c: Fixed typo.
151
1522001-05-14      Till Straumann <strauman@slac.stanford.edu>
153
154        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
155        vmeUniverse/vmeUniverse.h: New files.
156        * Makefile.am: Modified to reflect addition of files.
157        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
158        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
159        Till.  Please forward future modifications to him.
160
1612001-01-12      Joel Sherrill <joel@OARcorp.com>
162
163        * setvec.c: Removed unused variables.
164
1652001-01-09      Joel Sherrill <joel@OARcorp.com>
166
167        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
168        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
169        driver.
170
1712001-01-03      Joel Sherrill <joel@OARcorp.com>
172
173        * clockdrv_shell.c: Fixed syntax error in fast idle support.
174        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
175        CLOCK_DRIVER_USE_FAST_IDLE.
176        * console-polled.c: Added console_initialize_hardware() hook.
177
1782000-12-01      Joel Sherrill <joel@OARcorp.com>
179
180        * console-polled.c: Remove warnings.
181
1822000-11-13      Joel Sherrill <joel@OARcorp.com>
183
184        * clock_driver_stub.c: This is a stub of a clock driver that is
185        sufficient for linking the ticker application.  Some simulators do not
186        have a soruce for a clock tick.  Also this can be used while
187        constructing a BSP so everything links.
188
1892000-11-01      Joel Sherrill <joel@OARcorp.com>
190
191        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
192        moved from libc to lib/include/rtems and now must be referenced as
193        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
194
1952000-10-30      Joel Sherrill <joel@OARcorp.com>
196
197        * POSIX include files merged into newlib.  This resulted in some
198        definitions moving to other files and thus some secondary effects in
199        RTEMS source code.
200        * sbrk.c: Corrected prototype to match newlib.
201
2022000-08-10      Joel Sherrill <joel@OARcorp.com>
203
204        * ChangeLog: New file.
205
Note: See TracBrowser for help on using the repository browser.