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

4.104.114.84.95
Last change on this file since cf720006 was cf720006, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:11:53

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
4
52004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
8        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
9
102004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * ChangeLog: Merge-in gdbstub/ChangeLog.
13        * gdbstub/ChangeLog: Remove.
14
152003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
16
17        PR 501/rtems_misc
18        * console.c: console_open disables ICANON on non-console port, which
19        should be ok for the first open but not for subsequent ones. If you open
20        one serial port, you will configure it, when you reopen it you will lost
21        the ICANON parameters if you had put it. Should be done by console only
22        at first open.
23
242003-09-04      Joel Sherrill <joel@OARcorp.com>
25
26        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
27        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
28        URL for license changed.
29
302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Reflect having moved automake/.
33
342003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * include/Makefile.am: Remove (merged into Makefile.am).
37        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
38        * Makefile.am: Reflect changes above. Reflect having merged
39        ../configure.ac into ../../../configure.ac.
40
412003-06-30      Joel Sherrill <joel@OARcorp.com>
42
43        * console-polled.c: Corrected comments in header.
44
452003-04-10      Till Straumann <strauman@slac.stanford.edu>
46
47        PR 380/bsps
48        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
49        format strings compliant with libcpu/printk. minor fixes and lazy init
50        bugfix.
51
522003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
55
562003-02-20      Till Straumann <strauman@slac.stanford.edu>
57
58        PR 349/bsps
59        * README.universe, vmeUniverse/README.porting
60        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
61        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
62        * vmeUniverse/README.porting: New file.
63
642002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
65
66        * ide_ctrl.c: New file.
67
682002-07-01      Joel Sherrill <joel@OARcorp.com>
69
70        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
71        now that it is a two dimensional array based upon API and class.
72
732002-06-25      Joel Sherrill <joel@OARcorp.com>
74
75        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
76        the shared gdb stub glue necessitating a move up.
77        * Makefile.am: Reflect new gdbstub directory.
78        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
79        the shared gdb stub glue necessitating a move up.
80        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
81        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
82        m68k/shared/gdbstub.
83
842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * Makefile.am: Remove AUTOMAKE_OPTIONS.
88
892001-10-22      Joel Sherrill <joel@OARcorp.com>
90
91        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
92        application namespace.
93
942001-10-17      Joel Sherrill <joel@OARcorp.com>
95
96        * timerstub.c: New stub file for BSPs that don't have timer hardware.
97
982001-10-12      Joel Sherrill <joel@OARcorp.com>
99
100        * console-polled.c, console.c: Fixed typo.
101
1022001-05-14      Till Straumann <strauman@slac.stanford.edu>
103
104        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
105        vmeUniverse/vmeUniverse.h: New files.
106        * Makefile.am: Modified to reflect addition of files.
107        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
108        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
109        Till.  Please forward future modifications to him.
110
1112001-01-12      Joel Sherrill <joel@OARcorp.com>
112
113        * setvec.c: Removed unused variables.
114
1152001-01-09      Joel Sherrill <joel@OARcorp.com>
116
117        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
118        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
119        driver.
120
1212001-01-03      Joel Sherrill <joel@OARcorp.com>
122
123        * clockdrv_shell.c: Fixed syntax error in fast idle support.
124        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
125        CLOCK_DRIVER_USE_FAST_IDLE.
126        * console-polled.c: Added console_initialize_hardware() hook.
127
1282000-12-01      Joel Sherrill <joel@OARcorp.com>
129
130        * console-polled.c: Remove warnings.
131
1322000-11-13      Joel Sherrill <joel@OARcorp.com>
133
134        * clock_driver_stub.c: This is a stub of a clock driver that is
135        sufficient for linking the ticker application.  Some simulators do not
136        have a soruce for a clock tick.  Also this can be used while
137        constructing a BSP so everything links.
138
1392000-11-01      Joel Sherrill <joel@OARcorp.com>
140
141        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
142        moved from libc to lib/include/rtems and now must be referenced as
143        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
144
1452000-10-30      Joel Sherrill <joel@OARcorp.com>
146
147        * POSIX include files merged into newlib.  This resulted in some
148        definitions moving to other files and thus some secondary effects in
149        RTEMS source code.
150        * sbrk.c: Corrected prototype to match newlib.
151
1522000-08-10      Joel Sherrill <joel@OARcorp.com>
153
154        * ChangeLog: New file.
155
Note: See TracBrowser for help on using the repository browser.