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

4.104.114.84.95
Last change on this file since a2ac7e10 was a2ac7e10, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 05:21:47

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

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