source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 30062b7

Last change on this file since 30062b7 was 30062b7, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/04 at 23:00:27

2004-11-16 Richard Campbell <richard.campbell@…>

  • vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some boards -- notably the MVME2100 -- return the physical address, not an offset in PCI memory space.
  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[30062b7]12004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
2
3        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
4        boards -- notably the MVME2100 -- return the physical address, not an
5        offset in PCI memory space.
6
[70fefe6]72004-11-10      Joel Sherrill <joel@oarcorp.com>
8
9        * tod.c: Add include of tod.h to remove warnings.
10
[08d8625f]112004-10-13      Eric Norum <norume@aps.anl.gov>
12
13        PR 688/bsps
14        * shared/tod.c: Set RTEMS time during TOD initialization
15
[29e214e]162003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
17
18        PR 501/rtems_misc
19        * console.c: console_open disables ICANON on non-console port, which
20        should be ok for the first open but not for subsequent ones. If you
21        open one serial port, you will configure it, when you reopen it you
22        will lost the ICANON parameters if you had put it. Should be done by
23        console only at first open.
24
[0c9fa21c]252003-09-04      Joel Sherrill <joel@OARcorp.com>
26
27        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c,
28        console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h,
29        include/coverhd.h: URL for license changed.
30
[fb6d373]312003-06-30      Joel Sherrill <joel@OARcorp.com>
32
33        * console-polled.c: Corrected comments in header.
34
[b545552d]352003-04-10      Till Straumann <strauman@slac.stanford.edu>
36
37        PR 380/bsps
38        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
39        make printk format strings compliant with libcpu/printk.
40        minor fixes and lazy init bugfix.
41
[4bab4aff]422003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on
45        CVS-mergers).
46
[254f055]472003-02-20      Till Straumann <strauman@slac.stanford.edu>
48
49        PR 349/bsps
50        * README.universe, vmeUniverse/README.porting
51        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
52        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
53        * vmeUniverse/README.porting: New file.
54
[d6a85919]552002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
56
57        * ide_ctrl.c: New file.
58
[007d59d6]592002-06-25      Joel Sherrill <joel@OARcorp.com>
60
61        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
62        support to the shared gdb stub glue necessitating a move up.
63        * Makefile.am: Reflect new gdbstub directory.
64
[6fae458]652001-05-14      Till Straumann <strauman@slac.stanford.edu>
66
67        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
68        vmeUniverse/vmeUniverse.h: New files.
69        * Makefile.am: Modified to reflect addition of files.
70        * Per PR214, contributes a driver for the TUNDRA UNIVERSE
71        VME-PCI bridge to libbsp/shared. 
72        NOTE: This driver is maintained _outside_ RTEMS by Till.  Please
73        forward future modifications to him.
74
[2c059912]752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * Makefile.am: Remove AUTOMAKE_OPTIONS.
79
[ac6ddad1]802001-10-22      Joel Sherrill <joel@OARcorp.com>
81
82        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
83        pollutes the application namespace.
84
[0f52b7f]852001-10-17      Joel Sherrill <joel@OARcorp.com>
86
87        * timerstub.c: New stub file for BSPs that don't have timer hardware.
88
[bfeee88]892001-10-12      Joel Sherrill <joel@OARcorp.com>
90
91        * console-polled.c, console.c: Fixed typo.
92
[d2959b2]932001-01-12      Joel Sherrill <joel@OARcorp.com>
94
95        * setvec.c: Removed unused variables.
96
[d3d5319]972001-01-09      Joel Sherrill <joel@OARcorp.com>
98
99        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
100        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
101        clock driver.
102
[2e10f51]1032001-01-03      Joel Sherrill <joel@OARcorp.com>
104
105        * clockdrv_shell.c: Fixed syntax error in fast idle support.
106
[e182c620]1072001-01-03      Joel Sherrill <joel@OARcorp.com>
108
109        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
110        CLOCK_DRIVER_USE_FAST_IDLE.
111        * console-polled.c: Added console_initialize_hardware() hook.
112
[7220103f]1132000-12-01      Joel Sherrill <joel@OARcorp.com>
114
115        * console-polled.c: Remove warnings.
116
[7f5213d]1172000-11-13      Joel Sherrill <joel@OARcorp.com>
118
119        * clock_driver_stub.c: This is a stub of a clock driver that
120        is sufficient for linking the ticker application.  Some
121        simulators do not have a soruce for a clock tick.  Also
122        this can be used while constructing a BSP so everything links.
123
[978d328]1242000-11-01      Joel Sherrill <joel@OARcorp.com>
125
126        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
127        libcsupport.h moved from libc to lib/include/rtems and
128        now must be referenced as <rtems/XXX.h>.   Header file order
129        was cleaned up while doing this.
130
[7ede0e7]1312000-10-30      Joel Sherrill <joel@OARcorp.com>
132
133        * POSIX include files merged into newlib.  This resulted in
134        some definitions moving to other files and thus some secondary
135        effects in RTEMS source code.
136        * sbrk.c: Corrected prototype to match newlib.
137
[e94ad1fe]1382000-08-10      Joel Sherrill <joel@OARcorp.com>
139
140        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.