source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 0bca9ea3

4.104.114.84.95
Last change on this file since 0bca9ea3 was 0bca9ea3, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/04 at 23:00:21

2004-11-16 Richard Campbell <richard.campbell@…>

  • vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some boards -- notably the MVME2100 -- return the physical address, not an offset in PCI memory space.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
2
3        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
4        boards -- notably the MVME2100 -- return the physical address, not an
5        offset in PCI memory space.
6
72004-10-13      Eric Norum <norume@aps.anl.gov>
8
9        PR 688/bsps
10        * shared/tod.c: Set RTEMS time during TOD initialization
11
122004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
15
162004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
19        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
20
212004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * ChangeLog: Merge-in gdbstub/ChangeLog.
24        * gdbstub/ChangeLog: Remove.
25
262003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
27
28        PR 501/rtems_misc
29        * console.c: console_open disables ICANON on non-console port, which
30        should be ok for the first open but not for subsequent ones. If you open
31        one serial port, you will configure it, when you reopen it you will lost
32        the ICANON parameters if you had put it. Should be done by console only
33        at first open.
34
352003-09-04      Joel Sherrill <joel@OARcorp.com>
36
37        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
38        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
39        URL for license changed.
40
412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect having moved automake/.
44
452003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * include/Makefile.am: Remove (merged into Makefile.am).
48        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
49        * Makefile.am: Reflect changes above. Reflect having merged
50        ../configure.ac into ../../../configure.ac.
51
522003-06-30      Joel Sherrill <joel@OARcorp.com>
53
54        * console-polled.c: Corrected comments in header.
55
562003-04-10      Till Straumann <strauman@slac.stanford.edu>
57
58        PR 380/bsps
59        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
60        format strings compliant with libcpu/printk. minor fixes and lazy init
61        bugfix.
62
632003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
66
672003-02-20      Till Straumann <strauman@slac.stanford.edu>
68
69        PR 349/bsps
70        * README.universe, vmeUniverse/README.porting
71        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
72        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
73        * vmeUniverse/README.porting: New file.
74
752002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
76
77        * ide_ctrl.c: New file.
78
792002-07-01      Joel Sherrill <joel@OARcorp.com>
80
81        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
82        now that it is a two dimensional array based upon API and class.
83
842002-06-25      Joel Sherrill <joel@OARcorp.com>
85
86        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
87        the shared gdb stub glue necessitating a move up.
88        * Makefile.am: Reflect new gdbstub directory.
89        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
90        the shared gdb stub glue necessitating a move up.
91        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
92        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
93        m68k/shared/gdbstub.
94
952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99
1002001-10-22      Joel Sherrill <joel@OARcorp.com>
101
102        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
103        application namespace.
104
1052001-10-17      Joel Sherrill <joel@OARcorp.com>
106
107        * timerstub.c: New stub file for BSPs that don't have timer hardware.
108
1092001-10-12      Joel Sherrill <joel@OARcorp.com>
110
111        * console-polled.c, console.c: Fixed typo.
112
1132001-05-14      Till Straumann <strauman@slac.stanford.edu>
114
115        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
116        vmeUniverse/vmeUniverse.h: New files.
117        * Makefile.am: Modified to reflect addition of files.
118        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
119        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
120        Till.  Please forward future modifications to him.
121
1222001-01-12      Joel Sherrill <joel@OARcorp.com>
123
124        * setvec.c: Removed unused variables.
125
1262001-01-09      Joel Sherrill <joel@OARcorp.com>
127
128        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
129        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
130        driver.
131
1322001-01-03      Joel Sherrill <joel@OARcorp.com>
133
134        * clockdrv_shell.c: Fixed syntax error in fast idle support.
135        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
136        CLOCK_DRIVER_USE_FAST_IDLE.
137        * console-polled.c: Added console_initialize_hardware() hook.
138
1392000-12-01      Joel Sherrill <joel@OARcorp.com>
140
141        * console-polled.c: Remove warnings.
142
1432000-11-13      Joel Sherrill <joel@OARcorp.com>
144
145        * clock_driver_stub.c: This is a stub of a clock driver that is
146        sufficient for linking the ticker application.  Some simulators do not
147        have a soruce for a clock tick.  Also this can be used while
148        constructing a BSP so everything links.
149
1502000-11-01      Joel Sherrill <joel@OARcorp.com>
151
152        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
153        moved from libc to lib/include/rtems and now must be referenced as
154        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
155
1562000-10-30      Joel Sherrill <joel@OARcorp.com>
157
158        * POSIX include files merged into newlib.  This resulted in some
159        definitions moving to other files and thus some secondary effects in
160        RTEMS source code.
161        * sbrk.c: Corrected prototype to match newlib.
162
1632000-08-10      Joel Sherrill <joel@OARcorp.com>
164
165        * ChangeLog: New file.
166
Note: See TracBrowser for help on using the repository browser.