source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 9dffd2de

4.104.114.84.95
Last change on this file since 9dffd2de was e9051435, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/03 at 17:34:21

2003-09-26 Cedric Aubert <cedric_aubert@…>

PR 501/rtems_misc

  • console.c: console_open disables ICANON on non-console port, which should be ok for the first open but not for subsequent ones. If you open one serial port, you will configure it, when you reopen it you will lost the ICANON parameters if you had put it. Should be done by console only at first open.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2
3        PR 501/rtems_misc
4        * console.c: console_open disables ICANON on non-console port, which
5        should be ok for the first open but not for subsequent ones. If you
6        open one serial port, you will configure it, when you reopen it you
7        will lost the ICANON parameters if you had put it. Should be done by
8        console only at first open.
9
102003-09-04      Joel Sherrill <joel@OARcorp.com>
11
12        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c,
13        console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h,
14        include/coverhd.h: URL for license changed.
15
162003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect having moved automake/.
19
202003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * include/Makefile.am: Remove (merged into Makefile.am).
23        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
24        * Makefile.am: Reflect changes above.
25        Reflect having merged ../configure.ac into ../../../configure.ac.
26
272003-06-30      Joel Sherrill <joel@OARcorp.com>
28
29        * console-polled.c: Corrected comments in header.
30
312003-04-10      Till Straumann <strauman@slac.stanford.edu>
32
33        PR 380/bsps
34        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
35        make printk format strings compliant with libcpu/printk.
36        minor fixes and lazy init bugfix.
37
382003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on
41        CVS-mergers).
42
432003-02-20      Till Straumann <strauman@slac.stanford.edu>
44
45        PR 349/bsps
46        * README.universe, vmeUniverse/README.porting
47        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
48        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
49        * vmeUniverse/README.porting: New file.
50
512002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
52
53        * ide_ctrl.c: New file.
54
552002-06-25      Joel Sherrill <joel@OARcorp.com>
56
57        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
58        support to the shared gdb stub glue necessitating a move up.
59        * Makefile.am: Reflect new gdbstub directory.
60
612001-05-14      Till Straumann <strauman@slac.stanford.edu>
62
63        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
64        vmeUniverse/vmeUniverse.h: New files.
65        * Makefile.am: Modified to reflect addition of files.
66        * Per PR214, contributes a driver for the TUNDRA UNIVERSE
67        VME-PCI bridge to libbsp/shared. 
68        NOTE: This driver is maintained _outside_ RTEMS by Till.  Please
69        forward future modifications to him.
70
712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * Makefile.am: Remove AUTOMAKE_OPTIONS.
75
762001-10-22      Joel Sherrill <joel@OARcorp.com>
77
78        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
79        pollutes the application namespace.
80
812001-10-17      Joel Sherrill <joel@OARcorp.com>
82
83        * timerstub.c: New stub file for BSPs that don't have timer hardware.
84
852001-10-12      Joel Sherrill <joel@OARcorp.com>
86
87        * console-polled.c, console.c: Fixed typo.
88
892001-01-12      Joel Sherrill <joel@OARcorp.com>
90
91        * setvec.c: Removed unused variables.
92
932001-01-09      Joel Sherrill <joel@OARcorp.com>
94
95        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
96        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
97        clock driver.
98
992001-01-03      Joel Sherrill <joel@OARcorp.com>
100
101        * clockdrv_shell.c: Fixed syntax error in fast idle support.
102
1032001-01-03      Joel Sherrill <joel@OARcorp.com>
104
105        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
106        CLOCK_DRIVER_USE_FAST_IDLE.
107        * console-polled.c: Added console_initialize_hardware() hook.
108
1092000-12-01      Joel Sherrill <joel@OARcorp.com>
110
111        * console-polled.c: Remove warnings.
112
1132000-11-13      Joel Sherrill <joel@OARcorp.com>
114
115        * clock_driver_stub.c: This is a stub of a clock driver that
116        is sufficient for linking the ticker application.  Some
117        simulators do not have a soruce for a clock tick.  Also
118        this can be used while constructing a BSP so everything links.
119
1202000-11-01      Joel Sherrill <joel@OARcorp.com>
121
122        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
123        libcsupport.h moved from libc to lib/include/rtems and
124        now must be referenced as <rtems/XXX.h>.   Header file order
125        was cleaned up while doing this.
126
1272000-10-30      Joel Sherrill <joel@OARcorp.com>
128
129        * POSIX include files merged into newlib.  This resulted in
130        some definitions moving to other files and thus some secondary
131        effects in RTEMS source code.
132        * sbrk.c: Corrected prototype to match newlib.
133
1342000-08-10      Joel Sherrill <joel@OARcorp.com>
135
136        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.