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

Last change on this file since bef8b92 was bef8b92, checked in by Till Straumann <strauman@…>, on 01/17/07 at 06:30:23

2007-01-16 Till Straumann <strauman@…>

  • vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
  • vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
  • vmeUniverse/vme_am_defs.h: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
  • Property mode set to 100644
File size: 10.6 KB
RevLine 
[bef8b92]12007-01-16      Till Straumann <strauman@slac.stanford.edu>
2
3        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
4        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
5        * vmeUniverse/vme_am_defs.h:
6        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
7
[a175c1f]82006-12-13      Till Straumann <strauman@slac.stanford.edu>
9
[c8f6936]10        * vmeUniverse/vme_am_defs.h: Added address modifiers for 2eVME.
11        Added flags for 2eSST and DBW16.
12        * vmeUniverse/vmeUniverse.h: Removed AM definitions and include
13        vme_am_defs.h instead. Declare new routine vmeUniverseMapCRG().
14        Export 'irq manager' API only if __INSIDE_RTEMS_BSP__ defined. Renamed
15        'shared' argument to vmeUniverseInstallIrqMgrAlt() to 'flags' since
16        now more options are available.  Added new flag to install
17        'posted-write' workaround.
[a175c1f]18        * vmeUniverse/vmeUniverse.c: Allow BSP to override BSP_PCI2LOCAL_ADDR()
19        macro. Data width of outbound port can now be restricted to 16-bit
20        (if new DBW16 flag set in address modifier). Added vmeUniverseMapCRG()
21        for mapping local registers onto VME. Interrupt manager now implements
[c8f6936]22        a workaround (enabled at installation time) which flushes the
23        write-fifo after user ISR returns. This requires the universe's
24        registers to be accessible from VME (either CSR space or CRG mapped
25        to A16/A24/A32), though.
[a175c1f]26        * vmeUniverse/vmeTsi148.h: vmeTsi148ClearVMEBusErrors() now returns
27        the fault address as a 32-bit address (not ulonglong anymore). The
[c8f6936]28        driver only supports 32-bit addresses. Declare new routine
29        vmeTsi148MapCRG().  Export 'irq manager' API only if
30        __INSIDE_RTEMS_BSP__ defined.  Renamed 'shared' argument to
31        vmeTsi148InstallIrqMgrAlt() to 'flags' to allow more options to be
32        supported. Added comments explaining the 'posted-write' workaround
33        implemented by the interrupt manager.
[a175c1f]34        * vmeUniverse/vmeTsi148.c: Clear 'SYSFAIL' during initialization.
35        Allow BSP to override BSP_PCI2LOCAL_ADDR() macro. Added support for
36        2eSST when configuring windows (untested - I have no 2eSST).
37        Added vmeTsi148MapCRG() for mapping local registers onto VME.
38        Implemented 'posted-write' workaround for interrupt manager
39        (consult source for details).
40
[b066112]412006-11-17      Joel Sherrill <joel@OARcorp.com>
42
43        * clock_driver_stub.c, clockdrv_shell.c: Use common clock driver
44        template and eliminate all fast idle code specific to this BSP. This
45        eliminates a fair amount of code in the BSP clock driver and
46        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
47        timer so I added the new hook Clock_driver_support_find_timer to
48        support this. In general, there was some clean up to the file headers
49        of various files.
50
[c8f74b47]512006-07-12      Till Straumann <strauman@slac.stanford.edu>
52
53        * vmeUniverse/vmeTsi148.c: Silenced compiler warnings
54        (gcc-4.1.1 warns that uint32_t and unsigned int are different).
55
[9a30162]562006-06-19      Till Straumann <strauman@slac.stanford.edu>
57
58        * vmeUniverse/vme_amd_defs.h: Added address-modifier
59        codes for BLT/MBLT.
60
[9bb263d5]612006-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * gnatinstallhandler.c: Rename since old name is now used
64        by GNAT source.
65
[6f10ffe]662006-01-26      Till Straumann <strauman@slac.stanford.edu>
67        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c,
68        vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h:
69        Added 2F address modifier for VME64 CSR access.
70
[85c005f3]712006-01-11      Till Straumann <strauman@slac.stanford.edu>
[b8b8d34]72
[85c005f3]73        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
74        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
[b8b8d34]75        vmeUniverse/vme_amd_defs.h: No longer enable posted-writes
76        on master windows (creates race-condition on memory-mapped
77        devices). A new flag allows for signalling that a window
78        maps 'ordinary memory'. Disable VME IRQ level if no
79        handler is registered with interrupting vector.
[85c005f3]80
[c2fc65b]812006-01-11      Till Straumann <strauman@slac.stanford.edu>
82
83        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
[b8b8d34]84        Eliminate obsolete types.
[c2fc65b]85
[c29d03e9]862005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * vmeUniverse/vmeUniverse.c: Eliminate obsolete types.
89        Remove CVS log.
90
[cc2fcc1]912005-10-20  Eric Norum <norume@aps.anl.gov>
92
[fab9046]93        * vmeUniverse/vmeUniverse.c: Support MVME2100.
[cc2fcc1]94
[50189556]952005-09-02      Joel Sherrill <joel@OARcorp.com>
96
97        PR 577/bsps
98        * console.c: Make the previously committed patch for this PR compile.
99
[e7d06758]1002005-08-19      Cedric Aubert <cedric_aubert@yahoo.fr>
101
102        PR 577/bsps
103        * console.c: The console_close() method currently calls StopRemoteTx()
104        on all invocations. It should should be ok for last close only but
105        not for any others. If you open a port multiple times, you only want
106        to call StopRemoteTx() only as part of the last close.
107
[6d717e8d]1082005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
109
[b8b8d34]110        PR 779/bsp
111        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
112        handlers in powerpc bsps
[6d717e8d]113
[fb77bc8]1142005-03-14      Joel Sherrill <joel@OARcorp.com>
115
116        * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI
117        API unification. All use pci_find_device().
118
[cbe0357]1192005-01-23      Joel Sherrill <joel@OARcorp.com>
120
121        * tod.c: Change type of RTC_Count to size_t.
122
[7376409]1232004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        PR 704/bsps.
126        * ide_ctrl.c: Removed (obsolete).
127
[468c6f00]1282004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
129
[b8b8d34]130        PR 703/filesystem
[468c6f00]131        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
132        parameters to uint16_t for UDMA support.
133
[0bca9ea3]1342004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
135
136        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
137        boards -- notably the MVME2100 -- return the physical address, not an
138        offset in PCI memory space.
139
[0d10ef70]1402004-10-13      Eric Norum <norume@aps.anl.gov>
141
142        PR 688/bsps
143        * shared/tod.c: Set RTEMS time during TOD initialization
144
[cf720006]1452004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
148
[a2ac7e10]1492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
152        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
153
[9f03565]1542004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * ChangeLog: Merge-in gdbstub/ChangeLog.
157        * gdbstub/ChangeLog: Remove.
158
[e9051435]1592003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
160
161        PR 501/rtems_misc
162        * console.c: console_open disables ICANON on non-console port, which
[f46eb66]163        should be ok for the first open but not for subsequent ones. If you open
164        one serial port, you will configure it, when you reopen it you will lost
165        the ICANON parameters if you had put it. Should be done by console only
166        at first open.
[e9051435]167
[7050ec70]1682003-09-04      Joel Sherrill <joel@OARcorp.com>
169
[f46eb66]170        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
171        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
172        URL for license changed.
[7050ec70]173
[c53e9e2f]1742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
[c483a4e]176        * Makefile.am: Reflect having moved automake/.
[c53e9e2f]177
[6bb1897e]1782003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * include/Makefile.am: Remove (merged into Makefile.am).
181        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
[f46eb66]182        * Makefile.am: Reflect changes above. Reflect having merged
183        ../configure.ac into ../../../configure.ac.
[6bb1897e]184
[d27efcd]1852003-06-30      Joel Sherrill <joel@OARcorp.com>
186
187        * console-polled.c: Corrected comments in header.
188
[2f73363]1892003-04-10      Till Straumann <strauman@slac.stanford.edu>
190
191        PR 380/bsps
[f46eb66]192        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
193        format strings compliant with libcpu/printk. minor fixes and lazy init
194        bugfix.
[2f73363]195
[6600424d]1962003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
[f46eb66]198        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
[6600424d]199
[20b349f]2002003-02-20      Till Straumann <strauman@slac.stanford.edu>
201
202        PR 349/bsps
[6600424d]203        * README.universe, vmeUniverse/README.porting
204        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
205        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
206        * vmeUniverse/README.porting: New file.
[20b349f]207
[d6a85919]2082002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
209
210        * ide_ctrl.c: New file.
211
[9f03565]2122002-07-01      Joel Sherrill <joel@OARcorp.com>
213
214        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
215        now that it is a two dimensional array based upon API and class.
216
[007d59d6]2172002-06-25      Joel Sherrill <joel@OARcorp.com>
218
[f46eb66]219        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
220        the shared gdb stub glue necessitating a move up.
[007d59d6]221        * Makefile.am: Reflect new gdbstub directory.
[9f03565]222        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
223        the shared gdb stub glue necessitating a move up.
224        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
225        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
226        m68k/shared/gdbstub.
[007d59d6]227
[2c059912]2282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * Makefile.am: Remove AUTOMAKE_OPTIONS.
232
[ac6ddad1]2332001-10-22      Joel Sherrill <joel@OARcorp.com>
234
[f46eb66]235        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
236        application namespace.
[ac6ddad1]237
[0f52b7f]2382001-10-17      Joel Sherrill <joel@OARcorp.com>
239
240        * timerstub.c: New stub file for BSPs that don't have timer hardware.
241
[bfeee88]2422001-10-12      Joel Sherrill <joel@OARcorp.com>
243
244        * console-polled.c, console.c: Fixed typo.
245
[f46eb66]2462001-05-14      Till Straumann <strauman@slac.stanford.edu>
247
248        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
249        vmeUniverse/vmeUniverse.h: New files.
250        * Makefile.am: Modified to reflect addition of files.
251        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
252        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
253        Till.  Please forward future modifications to him.
254
[d2959b2]2552001-01-12      Joel Sherrill <joel@OARcorp.com>
256
257        * setvec.c: Removed unused variables.
258
[d3d5319]2592001-01-09      Joel Sherrill <joel@OARcorp.com>
260
261        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
[f46eb66]262        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
263        driver.
[d3d5319]264
[2e10f51]2652001-01-03      Joel Sherrill <joel@OARcorp.com>
266
267        * clockdrv_shell.c: Fixed syntax error in fast idle support.
[e182c620]268        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
269        CLOCK_DRIVER_USE_FAST_IDLE.
270        * console-polled.c: Added console_initialize_hardware() hook.
271
[7220103f]2722000-12-01      Joel Sherrill <joel@OARcorp.com>
273
274        * console-polled.c: Remove warnings.
275
[7f5213d]2762000-11-13      Joel Sherrill <joel@OARcorp.com>
277
[f46eb66]278        * clock_driver_stub.c: This is a stub of a clock driver that is
279        sufficient for linking the ticker application.  Some simulators do not
280        have a soruce for a clock tick.  Also this can be used while
281        constructing a BSP so everything links.
[7f5213d]282
[978d328]2832000-11-01      Joel Sherrill <joel@OARcorp.com>
284
[f46eb66]285        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
286        moved from libc to lib/include/rtems and now must be referenced as
287        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
[978d328]288
[7ede0e7]2892000-10-30      Joel Sherrill <joel@OARcorp.com>
290
[f46eb66]291        * POSIX include files merged into newlib.  This resulted in some
292        definitions moving to other files and thus some secondary effects in
293        RTEMS source code.
[7ede0e7]294        * sbrk.c: Corrected prototype to match newlib.
295
[e94ad1fe]2962000-08-10      Joel Sherrill <joel@OARcorp.com>
297
298        * ChangeLog: New file.
[f46eb66]299
Note: See TracBrowser for help on using the repository browser.