summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * vmeUniverse/vmeTsi148.c: Silenced compiler warningsTill Straumann2006-07-122-2/+7
| | | | (gcc-4.1.1 warns that uint32_t and unsigned int are different).
* Added address-modifier codes for BLT/MBLT.Till Straumann2006-06-192-8/+37
|
* 2006-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-02-011-0/+5
| | | | | * gnatinstallhandler.c: Rename since old name is now used by GNAT source.
* Formatting.Joel Sherrill2006-02-011-10/+11
|
* 2006-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-02-011-1/+3
| | | | | * gnatinstallhandler.c: Rename since old name is now used by GNAT source.
* 2006-01-26 Till Straumann <strauman@slac.stanford.edu>Till Straumann2006-01-275-3/+29
| | | | | | * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h: Added 2F address modifier for VME64 CSR access.
* * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,Till Straumann2006-01-125-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.
* * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:Till Straumann2006-01-123-8/+17
| | | | Eliminate obsolete types.
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-223/+6
| | | | | * vmeUniverse/vmeUniverse.c: Eliminate obsolete types. Remove CVS log.
* 2005-11-04 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-046-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.
* Fix formatting.Joel Sherrill2005-10-201-1/+1
|
* Numerous changes and cleanups to support MVME2100.Eric Norum2005-10-202-1/+5
|
* 2005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-022-0/+9
| | | | | PR 577/bsps * console.c: Make the previously committed patch for this PR compile.
* 2005-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2005-08-192-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-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-152-3/+9
| | | | | | PR 779/bsp * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt handlers in powerpc bsps
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-143-2/+7
| | | | | * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI API unification. All use pci_find_device().
* 2005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-042-2/+2
| | | | | * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Make PCI initialize function part of the unified PCI API as pci_initialize().
* 2005-01-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-232-1/+5
| | | | * tod.c: Change type of RTC_Count to size_t.
* 2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-102-179/+5
| | | | | PR 704/bsps. * ide_ctrl.c: Removed (obsolete).
* 2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Ralf Corsepius2004-11-202-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-16 Richard Campbell <richard.campbell@OARcorp.com>Joel Sherrill2004-11-162-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.
* Set RTEMS time during TOD initializationEric Norum2004-10-251-0/+2
|
* 2004-10-13 Eric Norum <norume@aps.anl.gov>Joel Sherrill2004-10-151-0/+5
| | | | | PR 688/bsps * shared/tod.c: Set RTEMS time during TOD initialization
* Remove duplicate white lines.Ralf Corsepius2004-04-218-110/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-2114-150/+150
|
* Remove stray white spaces.Ralf Corsepius2004-04-157-9/+0
|
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-012-1/+5
| | | | * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-316-41/+46
| | | | | * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c, gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
* Unused.Ralf Corsepius2004-03-081-2/+0
|
* .cvsignore: Remove (Unused).Ralf Corsepius2004-02-122-4/+0
|
* 2004-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-232-13/+15
| | | | | * ChangeLog: Merge-in gdbstub/ChangeLog. * gdbstub/ChangeLog: Remove.
* Cleanup ChangeLog.Ralf Corsepius2004-01-232-49/+43
|
* 2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-031-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-26 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2003-09-262-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-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-0413-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.
* Fix broken ChangeLog entries.Ralf Corsepius2003-08-181-1/+1
|
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-162-1/+5
| | | | Makefile.am: Reflect having moved automake.
* 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-084-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-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-06-302-2/+7
| | | | * console-polled.c: Corrected comments in header.
* 2003-04-10 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-04-103-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.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-113-134/+10
|
* 2003-02-20 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-02-204-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-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2002-10-282-0/+183
| | | | * ide_ctrl.c: New file.
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-012-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-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-272-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-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-274-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.
* 2001-05-14 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2002-05-145-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-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-283-2/+5
| | | | | * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2001-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2002-03-081-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.
* 2001-02-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-02-271-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.