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

4.104.114.84.95
Last change on this file since cbe0357 was cbe0357, checked in by Joel Sherrill <joel.sherrill@…>, on 01/23/05 at 15:04:00

2005-01-23 Joel Sherrill <joel@…>

  • tod.c: Change type of RTC_Count to size_t.
  • Property mode set to 100644
File size: 5.9 KB
RevLine 
[cbe0357]12005-01-23      Joel Sherrill <joel@OARcorp.com>
2
3        * tod.c: Change type of RTC_Count to size_t.
4
[7376409]52004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        PR 704/bsps.
8        * ide_ctrl.c: Removed (obsolete).
9
[468c6f00]102004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
11
12        PR 703/filesystem
13        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
14        parameters to uint16_t for UDMA support.
15
[0bca9ea3]162004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
17
18        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
19        boards -- notably the MVME2100 -- return the physical address, not an
20        offset in PCI memory space.
21
[0d10ef70]222004-10-13      Eric Norum <norume@aps.anl.gov>
23
24        PR 688/bsps
25        * shared/tod.c: Set RTEMS time during TOD initialization
26
[cf720006]272004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
30
[a2ac7e10]312004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
34        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
35
[9f03565]362004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * ChangeLog: Merge-in gdbstub/ChangeLog.
39        * gdbstub/ChangeLog: Remove.
40
[e9051435]412003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
42
43        PR 501/rtems_misc
44        * console.c: console_open disables ICANON on non-console port, which
[f46eb66]45        should be ok for the first open but not for subsequent ones. If you open
46        one serial port, you will configure it, when you reopen it you will lost
47        the ICANON parameters if you had put it. Should be done by console only
48        at first open.
[e9051435]49
[7050ec70]502003-09-04      Joel Sherrill <joel@OARcorp.com>
51
[f46eb66]52        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
53        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
54        URL for license changed.
[7050ec70]55
[c53e9e2f]562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
[c483a4e]58        * Makefile.am: Reflect having moved automake/.
[c53e9e2f]59
[6bb1897e]602003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * include/Makefile.am: Remove (merged into Makefile.am).
63        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
[f46eb66]64        * Makefile.am: Reflect changes above. Reflect having merged
65        ../configure.ac into ../../../configure.ac.
[6bb1897e]66
[d27efcd]672003-06-30      Joel Sherrill <joel@OARcorp.com>
68
69        * console-polled.c: Corrected comments in header.
70
[2f73363]712003-04-10      Till Straumann <strauman@slac.stanford.edu>
72
73        PR 380/bsps
[f46eb66]74        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
75        format strings compliant with libcpu/printk. minor fixes and lazy init
76        bugfix.
[2f73363]77
[6600424d]782003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
[f46eb66]80        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
[6600424d]81
[20b349f]822003-02-20      Till Straumann <strauman@slac.stanford.edu>
83
84        PR 349/bsps
[6600424d]85        * README.universe, vmeUniverse/README.porting
86        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
87        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
88        * vmeUniverse/README.porting: New file.
[20b349f]89
[d6a85919]902002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
91
92        * ide_ctrl.c: New file.
93
[9f03565]942002-07-01      Joel Sherrill <joel@OARcorp.com>
95
96        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
97        now that it is a two dimensional array based upon API and class.
98
[007d59d6]992002-06-25      Joel Sherrill <joel@OARcorp.com>
100
[f46eb66]101        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
102        the shared gdb stub glue necessitating a move up.
[007d59d6]103        * Makefile.am: Reflect new gdbstub directory.
[9f03565]104        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
105        the shared gdb stub glue necessitating a move up.
106        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
107        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
108        m68k/shared/gdbstub.
[007d59d6]109
[2c059912]1102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * Makefile.am: Remove AUTOMAKE_OPTIONS.
114
[ac6ddad1]1152001-10-22      Joel Sherrill <joel@OARcorp.com>
116
[f46eb66]117        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
118        application namespace.
[ac6ddad1]119
[0f52b7f]1202001-10-17      Joel Sherrill <joel@OARcorp.com>
121
122        * timerstub.c: New stub file for BSPs that don't have timer hardware.
123
[bfeee88]1242001-10-12      Joel Sherrill <joel@OARcorp.com>
125
126        * console-polled.c, console.c: Fixed typo.
127
[f46eb66]1282001-05-14      Till Straumann <strauman@slac.stanford.edu>
129
130        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
131        vmeUniverse/vmeUniverse.h: New files.
132        * Makefile.am: Modified to reflect addition of files.
133        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
134        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
135        Till.  Please forward future modifications to him.
136
[d2959b2]1372001-01-12      Joel Sherrill <joel@OARcorp.com>
138
139        * setvec.c: Removed unused variables.
140
[d3d5319]1412001-01-09      Joel Sherrill <joel@OARcorp.com>
142
143        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
[f46eb66]144        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
145        driver.
[d3d5319]146
[2e10f51]1472001-01-03      Joel Sherrill <joel@OARcorp.com>
148
149        * clockdrv_shell.c: Fixed syntax error in fast idle support.
[e182c620]150        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
151        CLOCK_DRIVER_USE_FAST_IDLE.
152        * console-polled.c: Added console_initialize_hardware() hook.
153
[7220103f]1542000-12-01      Joel Sherrill <joel@OARcorp.com>
155
156        * console-polled.c: Remove warnings.
157
[7f5213d]1582000-11-13      Joel Sherrill <joel@OARcorp.com>
159
[f46eb66]160        * clock_driver_stub.c: This is a stub of a clock driver that is
161        sufficient for linking the ticker application.  Some simulators do not
162        have a soruce for a clock tick.  Also this can be used while
163        constructing a BSP so everything links.
[7f5213d]164
[978d328]1652000-11-01      Joel Sherrill <joel@OARcorp.com>
166
[f46eb66]167        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
168        moved from libc to lib/include/rtems and now must be referenced as
169        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
[978d328]170
[7ede0e7]1712000-10-30      Joel Sherrill <joel@OARcorp.com>
172
[f46eb66]173        * POSIX include files merged into newlib.  This resulted in some
174        definitions moving to other files and thus some secondary effects in
175        RTEMS source code.
[7ede0e7]176        * sbrk.c: Corrected prototype to match newlib.
177
[e94ad1fe]1782000-08-10      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: New file.
[f46eb66]181
Note: See TracBrowser for help on using the repository browser.