source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 6af556b

4.104.114.84.95
Last change on this file since 6af556b was 468c6f00, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/04 at 04:06:09

2004-11-20 Thomas Doerfler <Thomas.Doerfler@…>

PR 703/filesystem

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