source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 0c9fa21c

Last change on this file since 0c9fa21c was 0c9fa21c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:45:33

2003-09-04 Joel Sherrill <joel@…>

  • bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h: URL for license changed.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c,
4        console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h,
5        include/coverhd.h: URL for license changed.
6
72003-06-30      Joel Sherrill <joel@OARcorp.com>
8
9        * console-polled.c: Corrected comments in header.
10
112003-04-10      Till Straumann <strauman@slac.stanford.edu>
12
13        PR 380/bsps
14        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
15        make printk format strings compliant with libcpu/printk.
16        minor fixes and lazy init bugfix.
17
182003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on
21        CVS-mergers).
22
232003-02-20      Till Straumann <strauman@slac.stanford.edu>
24
25        PR 349/bsps
26        * README.universe, vmeUniverse/README.porting
27        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
28        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
29        * vmeUniverse/README.porting: New file.
30
312002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
32
33        * ide_ctrl.c: New file.
34
352002-06-25      Joel Sherrill <joel@OARcorp.com>
36
37        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
38        support to the shared gdb stub glue necessitating a move up.
39        * Makefile.am: Reflect new gdbstub directory.
40
412001-05-14      Till Straumann <strauman@slac.stanford.edu>
42
43        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
44        vmeUniverse/vmeUniverse.h: New files.
45        * Makefile.am: Modified to reflect addition of files.
46        * Per PR214, contributes a driver for the TUNDRA UNIVERSE
47        VME-PCI bridge to libbsp/shared. 
48        NOTE: This driver is maintained _outside_ RTEMS by Till.  Please
49        forward future modifications to him.
50
512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * Makefile.am: Remove AUTOMAKE_OPTIONS.
55
562001-10-22      Joel Sherrill <joel@OARcorp.com>
57
58        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
59        pollutes the application namespace.
60
612001-10-17      Joel Sherrill <joel@OARcorp.com>
62
63        * timerstub.c: New stub file for BSPs that don't have timer hardware.
64
652001-10-12      Joel Sherrill <joel@OARcorp.com>
66
67        * console-polled.c, console.c: Fixed typo.
68
692001-01-12      Joel Sherrill <joel@OARcorp.com>
70
71        * setvec.c: Removed unused variables.
72
732001-01-09      Joel Sherrill <joel@OARcorp.com>
74
75        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
76        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
77        clock driver.
78
792001-01-03      Joel Sherrill <joel@OARcorp.com>
80
81        * clockdrv_shell.c: Fixed syntax error in fast idle support.
82
832001-01-03      Joel Sherrill <joel@OARcorp.com>
84
85        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
86        CLOCK_DRIVER_USE_FAST_IDLE.
87        * console-polled.c: Added console_initialize_hardware() hook.
88
892000-12-01      Joel Sherrill <joel@OARcorp.com>
90
91        * console-polled.c: Remove warnings.
92
932000-11-13      Joel Sherrill <joel@OARcorp.com>
94
95        * clock_driver_stub.c: This is a stub of a clock driver that
96        is sufficient for linking the ticker application.  Some
97        simulators do not have a soruce for a clock tick.  Also
98        this can be used while constructing a BSP so everything links.
99
1002000-11-01      Joel Sherrill <joel@OARcorp.com>
101
102        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
103        libcsupport.h moved from libc to lib/include/rtems and
104        now must be referenced as <rtems/XXX.h>.   Header file order
105        was cleaned up while doing this.
106
1072000-10-30      Joel Sherrill <joel@OARcorp.com>
108
109        * POSIX include files merged into newlib.  This resulted in
110        some definitions moving to other files and thus some secondary
111        effects in RTEMS source code.
112        * sbrk.c: Corrected prototype to match newlib.
113
1142000-08-10      Joel Sherrill <joel@OARcorp.com>
115
116        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.