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

Last change on this file since d700909e was 08d8625f, checked in by Joel Sherrill <joel.sherrill@…>, on 10/15/04 at 14:29:04

2004-10-13 Eric Norum <norume@…>

PR 688/bsps

  • shared/tod.c: Set RTEMS time during TOD initialization
  • Property mode set to 100644
File size: 4.1 KB
Line 
12004-10-13      Eric Norum <norume@aps.anl.gov>
2
3        PR 688/bsps
4        * shared/tod.c: Set RTEMS time during TOD initialization
5
62003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
7
8        PR 501/rtems_misc
9        * console.c: console_open disables ICANON on non-console port, which
10        should be ok for the first open but not for subsequent ones. If you
11        open one serial port, you will configure it, when you reopen it you
12        will lost the ICANON parameters if you had put it. Should be done by
13        console only at first open.
14
152003-09-04      Joel Sherrill <joel@OARcorp.com>
16
17        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c,
18        console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h,
19        include/coverhd.h: URL for license changed.
20
212003-06-30      Joel Sherrill <joel@OARcorp.com>
22
23        * console-polled.c: Corrected comments in header.
24
252003-04-10      Till Straumann <strauman@slac.stanford.edu>
26
27        PR 380/bsps
28        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
29        make printk format strings compliant with libcpu/printk.
30        minor fixes and lazy init bugfix.
31
322003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on
35        CVS-mergers).
36
372003-02-20      Till Straumann <strauman@slac.stanford.edu>
38
39        PR 349/bsps
40        * README.universe, vmeUniverse/README.porting
41        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
42        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
43        * vmeUniverse/README.porting: New file.
44
452002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
46
47        * ide_ctrl.c: New file.
48
492002-06-25      Joel Sherrill <joel@OARcorp.com>
50
51        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
52        support to the shared gdb stub glue necessitating a move up.
53        * Makefile.am: Reflect new gdbstub directory.
54
552001-05-14      Till Straumann <strauman@slac.stanford.edu>
56
57        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
58        vmeUniverse/vmeUniverse.h: New files.
59        * Makefile.am: Modified to reflect addition of files.
60        * Per PR214, contributes a driver for the TUNDRA UNIVERSE
61        VME-PCI bridge to libbsp/shared. 
62        NOTE: This driver is maintained _outside_ RTEMS by Till.  Please
63        forward future modifications to him.
64
652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * Makefile.am: Remove AUTOMAKE_OPTIONS.
69
702001-10-22      Joel Sherrill <joel@OARcorp.com>
71
72        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
73        pollutes the application namespace.
74
752001-10-17      Joel Sherrill <joel@OARcorp.com>
76
77        * timerstub.c: New stub file for BSPs that don't have timer hardware.
78
792001-10-12      Joel Sherrill <joel@OARcorp.com>
80
81        * console-polled.c, console.c: Fixed typo.
82
832001-01-12      Joel Sherrill <joel@OARcorp.com>
84
85        * setvec.c: Removed unused variables.
86
872001-01-09      Joel Sherrill <joel@OARcorp.com>
88
89        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
90        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
91        clock driver.
92
932001-01-03      Joel Sherrill <joel@OARcorp.com>
94
95        * clockdrv_shell.c: Fixed syntax error in fast idle support.
96
972001-01-03      Joel Sherrill <joel@OARcorp.com>
98
99        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
100        CLOCK_DRIVER_USE_FAST_IDLE.
101        * console-polled.c: Added console_initialize_hardware() hook.
102
1032000-12-01      Joel Sherrill <joel@OARcorp.com>
104
105        * console-polled.c: Remove warnings.
106
1072000-11-13      Joel Sherrill <joel@OARcorp.com>
108
109        * clock_driver_stub.c: This is a stub of a clock driver that
110        is sufficient for linking the ticker application.  Some
111        simulators do not have a soruce for a clock tick.  Also
112        this can be used while constructing a BSP so everything links.
113
1142000-11-01      Joel Sherrill <joel@OARcorp.com>
115
116        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
117        libcsupport.h moved from libc to lib/include/rtems and
118        now must be referenced as <rtems/XXX.h>.   Header file order
119        was cleaned up while doing this.
120
1212000-10-30      Joel Sherrill <joel@OARcorp.com>
122
123        * POSIX include files merged into newlib.  This resulted in
124        some definitions moving to other files and thus some secondary
125        effects in RTEMS source code.
126        * sbrk.c: Corrected prototype to match newlib.
127
1282000-08-10      Joel Sherrill <joel@OARcorp.com>
129
130        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.