source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 427c02c

4.104.114.84.95
Last change on this file since 427c02c was 6bb1897e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/08/03 at 03:17:50

2003-08-08 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Remove (merged into Makefile.am).
  • gdbstub/Makefile.am: Remove (merged into Makefile.am).
  • Makefile.am: Reflect changes above. Reflect having merged ../configure.ac into ../../../configure.ac.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/Makefile.am: Remove (merged into Makefile.am).
4        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
5        * Makefile.am: Reflect changes above.
6        Reflect having merged ../configure.ac into ../../../configure.ac.
7
82003-06-30      Joel Sherrill <joel@OARcorp.com>
9
10        * console-polled.c: Corrected comments in header.
11
122003-04-10      Till Straumann <strauman@slac.stanford.edu>
13
14        PR 380/bsps
15        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
16        make printk format strings compliant with libcpu/printk.
17        minor fixes and lazy init bugfix.
18
192003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on
22        CVS-mergers).
23
242003-02-20      Till Straumann <strauman@slac.stanford.edu>
25
26        PR 349/bsps
27        * README.universe, vmeUniverse/README.porting
28        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
29        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
30        * vmeUniverse/README.porting: New file.
31
322002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
33
34        * ide_ctrl.c: New file.
35
362002-06-25      Joel Sherrill <joel@OARcorp.com>
37
38        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
39        support to the shared gdb stub glue necessitating a move up.
40        * Makefile.am: Reflect new gdbstub directory.
41
422001-05-14      Till Straumann <strauman@slac.stanford.edu>
43
44        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
45        vmeUniverse/vmeUniverse.h: New files.
46        * Makefile.am: Modified to reflect addition of files.
47        * Per PR214, contributes a driver for the TUNDRA UNIVERSE
48        VME-PCI bridge to libbsp/shared. 
49        NOTE: This driver is maintained _outside_ RTEMS by Till.  Please
50        forward future modifications to him.
51
522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * Makefile.am: Remove AUTOMAKE_OPTIONS.
56
572001-10-22      Joel Sherrill <joel@OARcorp.com>
58
59        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
60        pollutes the application namespace.
61
622001-10-17      Joel Sherrill <joel@OARcorp.com>
63
64        * timerstub.c: New stub file for BSPs that don't have timer hardware.
65
662001-10-12      Joel Sherrill <joel@OARcorp.com>
67
68        * console-polled.c, console.c: Fixed typo.
69
702001-01-12      Joel Sherrill <joel@OARcorp.com>
71
72        * setvec.c: Removed unused variables.
73
742001-01-09      Joel Sherrill <joel@OARcorp.com>
75
76        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
77        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
78        clock driver.
79
802001-01-03      Joel Sherrill <joel@OARcorp.com>
81
82        * clockdrv_shell.c: Fixed syntax error in fast idle support.
83
842001-01-03      Joel Sherrill <joel@OARcorp.com>
85
86        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
87        CLOCK_DRIVER_USE_FAST_IDLE.
88        * console-polled.c: Added console_initialize_hardware() hook.
89
902000-12-01      Joel Sherrill <joel@OARcorp.com>
91
92        * console-polled.c: Remove warnings.
93
942000-11-13      Joel Sherrill <joel@OARcorp.com>
95
96        * clock_driver_stub.c: This is a stub of a clock driver that
97        is sufficient for linking the ticker application.  Some
98        simulators do not have a soruce for a clock tick.  Also
99        this can be used while constructing a BSP so everything links.
100
1012000-11-01      Joel Sherrill <joel@OARcorp.com>
102
103        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
104        libcsupport.h moved from libc to lib/include/rtems and
105        now must be referenced as <rtems/XXX.h>.   Header file order
106        was cleaned up while doing this.
107
1082000-10-30      Joel Sherrill <joel@OARcorp.com>
109
110        * POSIX include files merged into newlib.  This resulted in
111        some definitions moving to other files and thus some secondary
112        effects in RTEMS source code.
113        * sbrk.c: Corrected prototype to match newlib.
114
1152000-08-10      Joel Sherrill <joel@OARcorp.com>
116
117        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.