summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-07-12 * vmeUniverse/vmeTsi148.c: Silenced compiler warningsTill Straumann2-2/+7
(gcc-4.1.1 warns that uint32_t and unsigned int are different).
2006-06-19 Added address-modifier codes for BLT/MBLT.Till Straumann2-8/+37
2006-02-012006-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* gnatinstallhandler.c: Rename since old name is now used by GNAT source.
2006-02-01Formatting.Joel Sherrill1-10/+11
2006-02-012006-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+3
* gnatinstallhandler.c: Rename since old name is now used by GNAT source.
2006-01-272006-01-26 Till Straumann <strauman@slac.stanford.edu>Till Straumann5-3/+29
* vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h: Added 2F address modifier for VME64 CSR access.
2006-01-12 * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,Till Straumann5-20/+81
vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h: No longer enable posted-writes on master windows (creates race-condition on memory-mapped devices). A new flag allows for signalling that a window maps 'ordinary memory'. Disable VME IRQ level if no handler is registered with interrupting vector.
2006-01-12 * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:Till Straumann3-8/+17
Eliminate obsolete types.
2005-11-092005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-223/+6
* vmeUniverse/vmeUniverse.c: Eliminate obsolete types. Remove CVS log.
2005-11-042005-11-04 Till Straumann <strauman@slac.stanford.edu>Till Straumann6-212/+3494
* shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h, shared/vmeUniverse/vme_am_defs.h: New files. * Makefile.am, shared/vmeUniverse/README.universe, shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h: Several VME related upgrades and fixes, hopefully addressing PR#835: vmeUniverse driver now supports shared interrupts. vmeUniverse now supports up to four wires between universe and PIC. A new irq mgr installation routine has been added allowing to use the new features. (old version is still present for bwd compatibility). Calls have been added to change interrupt routing (e.g., if wires have different priorities at the PIC this feature can be used to configure priorites). Routine for testing VME interrupts has been added (useful during BSP development). A new header defining standard VME address modes has been added so that the VME API doesn't have to #include a particular bridge driver header. For all driver entry points, a 'XX' variant has been added which allows to pass the chip's base address [in case a second universe is sitting on a VME card :-)]. Driver now uses interrupt line as read from PCI config. space (without offset) BSP needs to use PCI fixup if necessary. Added a driver for the tundra tsi148 VME bridge.
2005-10-20Fix formatting.Joel Sherrill1-1/+1
2005-10-20Numerous changes and cleanups to support MVME2100.Eric Norum2-1/+5
2005-09-022005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+9
PR 577/bsps * console.c: Make the previously committed patch for this PR compile.
2005-08-192005-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2-4/+17
PR 577/bsps * console.c: The console_close() method currently calls StopRemoteTx() on all invocations. It should should be ok for last close only but not for any others. If you open a port multiple times, you only want to call StopRemoteTx() only as part of the last close.
2005-04-152005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2-3/+9
PR 779/bsp * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt handlers in powerpc bsps
2005-03-142005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+7
* vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI API unification. All use pci_find_device().
2005-03-042005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+2
* vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Make PCI initialize function part of the unified PCI API as pci_initialize().
2005-01-232005-01-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* tod.c: Change type of RTC_Count to size_t.
2004-12-102004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-179/+5
PR 704/bsps. * ide_ctrl.c: Removed (obsolete).
2004-11-202004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Ralf Corsepius2-4/+10
PR 703/filesystem * shared/ide_ctrl.c: Extend the "modes_available" and "mode_active" parameters to uint16_t for UDMA support.
2004-11-162004-11-16 Richard Campbell <richard.campbell@OARcorp.com>Joel Sherrill2-1/+8
* 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.
2004-10-25Set RTEMS time during TOD initializationEric Norum1-0/+2
2004-10-152004-10-13 Eric Norum <norume@aps.anl.gov>Joel Sherrill1-0/+5
PR 688/bsps * shared/tod.c: Set RTEMS time during TOD initialization
2004-04-21Remove duplicate white lines.Ralf Corsepius8-110/+0
2004-04-21Remove stray white spaces.Ralf Corsepius14-150/+150
2004-04-15Remove stray white spaces.Ralf Corsepius7-9/+0
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-41/+46
* bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c, gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
2004-03-08Unused.Ralf Corsepius1-2/+0
2004-02-12.cvsignore: Remove (Unused).Ralf Corsepius2-4/+0
2004-01-232004-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-13/+15
* ChangeLog: Merge-in gdbstub/ChangeLog. * gdbstub/ChangeLog: Remove.
2004-01-23Cleanup ChangeLog.Ralf Corsepius2-49/+43
2003-12-032003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-14/+0
* Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am. * shared/Makefile.am: Remove. * shmdir/Makefile.am: Remove. * bsp.am: Add preinstallation dirstamp support.
2003-09-262003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2-13/+32
PR 501/rtems_misc * console.c: console_open disables ICANON on non-console port, which should be ok for the first open but not for subsequent ones. If you open one serial port, you will configure it, when you reopen it you will lost the ICANON parameters if you had put it. Should be done by console only at first open.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill13-12/+18
* 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.
2003-08-18Fix broken ChangeLog entries.Ralf Corsepius1-1/+1
2003-08-162003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
Makefile.am: Reflect having moved automake.
2003-08-082003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-22/+14
* 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.
2003-06-302003-06-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+7
* console-polled.c: Corrected comments in header.
2003-04-102003-04-10 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill3-21/+28
PR 380/bsps * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk format strings compliant with libcpu/printk. minor fixes and lazy init bugfix.
2003-03-11Merger from rtems-4-6-branch.Ralf Corsepius3-134/+10
2003-02-202003-02-20 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill4-78/+340
PR 349/bsps * shared/README.universe, shared/vmeUniverse/README.porting shared/vmeUniverse/README.universe, shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
2002-10-282002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2-0/+183
* ide_ctrl.c: New file.
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-8/+14
* rtems-stub-glue.c: Corrected use of _Objects_Information_table now that it is a two dimensional array based upon API and class.
2002-06-272002-06-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+7
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to the shared gdb stub glue necessitating a move up. * Makefile.am: Reflect new gdbstub directory.
2002-06-272002-06-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-2/+84
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to the shared gdb stub glue necessitating a move up. * ChangeLog, Makefile.am, .cvsignore: New file. * rtems-stub-glue.c: Moved from mips/shared/gdbstub and m68k/shared/gdbstub.
2002-05-142001-05-14 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill5-1/+1905
* vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: New files. * Makefile.am: Modified to reflect addition of files. * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge to libbsp/shared. NOTE: This driver is maintained _outside_ RTEMS by Till. Please forward future modifications to him.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-2/+5
* include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-082001-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill1-152/+264
* mips-stub.c: Debugged & tweaked the gdb command processing, zbreak stuff, breakpoint and step code. Implemented 'T' command support and debugged remote gdb support w/ the Mongoose bsp. Added the memory segment support. * memlimits.h: Disabled all contents in favor of memory sement support. This file could probably go away. * rtems-stub-glue.c (rtems_gdb_index_to_stub_id()): New routine. rtems_gdb_stub_get_register_from_context(): Implemented MIPS version. rtems_gdb_stub_get_offsets(): Implemented MIPS version. * README: Updated.
2002-02-272001-02-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+1299
* Significant modifications including adding thread support, the 'X' command, and reorganizing so that target CPU independent routines could be reused. * gdb_if.h: Added numerous prototypes. * mips-stub.c: Added thread support as well as 'X' command. Also noticed that the 'P' command was from the mips protocol. * rtems-stub-glue.c: New file. This file contains all generic support which should be able to be reused on another target CPU.