summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Patch rtems-rc-20000104-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-1034-785/+490
| | | | | | | | | | | that converts nearly all of libbsp/sh to automake. Comments follow: 1. Almost full automake support for the libbsp/sh/ subdirectories (exception libbsp/sh/gensh*/wrapup/*) 2. Fixes for libbsp/bare/* 3. Updates to libbsp/* configuration which supports old (autoconf/deep configuration) and new (automake/flat/cascaded configuration) style configuration of libbsp/<cpu>/*
* Patch from Eric Valette <valette@crf.canon.fr> that makes sure theJoel Sherrill2000-01-101-24/+5
| | | | | interrupt code works on "old buggy MCP750 boards". The symptom was that there was no ethernet PCI IRQ at all.
* Renaming mcp750 to motorola_shared since that is the basis for bothJoel Sherrill2000-01-073-13/+15
| | | | | the mvme2307 and mcp750 BSPs. In addition, it can support many Motorola PowerPC based VME and PCI boards.
* Renaming mcp750 to motorola_shared since that is the basis for bothJoel Sherrill2000-01-0723-1776/+0
| | | | | the mvme2307 and mcp750 BSPs. In addition, it can support many Motorola PowerPC based VME and PCI boards.
* Patch from John M. Mills <jmills@tga.com> to correct the baselineJoel Sherrill2000-01-071-11/+81
| | | | serial drivers used in the 'gensh2' BSP for the Hitachi sh7045 CPU.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> that corrects aJoel Sherrill2000-01-073-3/+3
| | | | | | patch from Emmanuel Raguet <raguet@crf.canon.fr>. Emmanuel's patch was against the Makefile.in's generated from the Makefile.am's patched in this file.
* Patch from Emmanuel Raguet <raguet@crf.canon.fr> which corrects the followingJoel Sherrill2000-01-072-5/+5
| | | | | | | problems: - unclosed comment in pc386/start/start16.S - bad #endif in pc386/startup/ldseg.S
* Patch rtems-rc-20000104-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-077-49/+29
| | | | | | | | | | | | | | | | | | | | | which is described below: This one is a (minor) patch in preparation of the upcoming patches. It actually is an excerpt of the upcoming patches and therefore is completely untested in this standalone form, but I don't expect it to break something. The essential changes in this patch are: * An update to rtems-polish.sh (Now can also be run in subdirectories) * A bug-fix for the libcpu/powerpc (A directory was missing from SUBDIRS in a Makefile.am) * An update to gensh2.cfg. * Cleanups/Enhancements to configuration files To apply: cd <srcdir> patch -p0 < rtems-rc-20000104-0.diff cvs rm -f c/src/lib/libbsp/Makefile.am.new
* Initialize the attributes structure. Random data was causing the testJoel Sherrill2000-01-062-0/+4
| | | | to fail sporadically.
* Corrected spacing.Joel Sherrill2000-01-062-6/+4
|
* Fixed comment.Joel Sherrill2000-01-062-4/+4
|
* changed version to 20000104Joel Sherrill2000-01-050-0/+0
|
* Fixed comment thanks to John M. Mills <jmills@tga.com>.Joel Sherrill2000-01-052-12/+0
|
* changed version to 20000104Joel Sherrill2000-01-050-0/+0
|
* changed version to 20000104Joel Sherrill2000-01-051-1/+1
|
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-0532-222/+348
| | | | | | | | | | | | power binary/mutex style semaphores already supported by RTEMS. This was done at the request of Eric Norum <eric@cls.usask.ca> in support of his effort to port EPICS to RTEMS. This change consisted of changing the nesting_allowed boolean into a lock_nesting_behavior enumerated value as well as allowing the core mutex object to optionally support ensuring that the holder of a binary semaphore released it. Finally, a more subtle enhancement was to allow the non-holder to release a priority inheritance/ceiling mutex and still allow the holding task to return to its original priority.
* Updated to reflect a time that had previously been left out due toJoel Sherrill2000-01-052-0/+74
| | | | an array sizing coding error.
* Screen updated since test runs.Joel Sherrill2000-01-052-2/+48
|
* Was not actually installing the test.Joel Sherrill2000-01-052-12/+10
|
* Added message priority parameter returned by core support routine.Joel Sherrill2000-01-052-2/+6
|
* Added new message priority parameter as returned by core support routine.Joel Sherrill2000-01-052-10/+14
|
* Increased stack space.Joel Sherrill2000-01-052-0/+2
|
* Updated to reflect change in object class numbering due to ITRON APIJoel Sherrill2000-01-056-6/+6
| | | | addition.
* Corrected test and screen to reflect implementation working.Joel Sherrill2000-01-054-10/+26
|
* Changed screen to reflect change in object class numbers with ITRONJoel Sherrill2000-01-058-38/+38
| | | | addition.
* Spacing corrected.Joel Sherrill2000-01-054-4/+4
|
* Corrected so header message is printed.Joel Sherrill2000-01-054-0/+6
|
* patch from Eric Norum <eric@cls.usask.ca> as follows:Joel Sherrill2000-01-051-0/+124
| | | | | | | | | | | At the request of kjoutwater@west.raytheon.com I'm submitting the following patch. c/src/lib/libbsp/m68k/gen68360/console/console.c Allow console baud rate to be set by debugger/downloader. c/src/lib/libbsp/m68k/gen68360/startup/init68360.c Add support for generic 68360 with static RAM.
* Patch from Eric Norum <eric@cls.usask.ca> as follows:Joel Sherrill2000-01-051-1/+6
| | | | | | | | | | | At the request of kjoutwater@west.raytheon.com I'm submitting the following patch. c/src/lib/libbsp/m68k/gen68360/console/console.c Allow console baud rate to be set by debugger/downloader. c/src/lib/libbsp/m68k/gen68360/startup/init68360.c Add support for generic 68360 with static RAM.
* Fixed recursive release for mutexes with nesting allowed.Joel Sherrill2000-01-052-2/+8
|
* Now print strings -- not error numbers.Joel Sherrill2000-01-052-4/+6
|
* + Added tests for open, close, unlink, and send.Jennifer Averett2000-01-052-106/+446
|
* + Added return priority from message seize.Jennifer Averett2000-01-052-20/+22
| | | | + Changed priority to be based off of min and max int.
* Added the recording of the submit type.Jennifer Averett2000-01-052-0/+2
|
* + Added return of the message priority.Jennifer Averett2000-01-052-12/+16
|
* Added priority conversion between POSIX and core.Jennifer Averett2000-01-052-4/+34
|
* Added priority conversion between POSIX and core priorities.Jennifer Averett2000-01-052-4/+58
|
* + Changed priority to the POSIX priority type.Jennifer Averett2000-01-052-18/+92
| | | | | | | + Added priority validation + Changed to call correct core routine. + Added priority conversion + Resolved return type problems.
* + Added check for reading from a write only queue.Jennifer Averett2000-01-052-2/+24
| | | | + Added ability to return message priority from the core.
* + Added check for name greater than PATH_MAX.Jennifer Averett2000-01-052-0/+6
|
* + Changed to resonable default values for maxmsg and msgsize.Jennifer Averett2000-01-052-6/+22
| | | | + Added oflag tracking.
* Added mqueuetranslatereturncode.c.Jennifer Averett2000-01-052-2/+2
|
* Added routines to translate to and from the core message queue return codes.Jennifer Averett2000-01-052-0/+136
|
* Fixed typos.Joel Sherrill2000-01-042-11/+12
|
* Updated dates and miscellaneous.Joel Sherrill2000-01-049-18/+27
|
* Added timer manager.Joel Sherrill2000-01-041-0/+5
|
* Improved clean stanza.Joel Sherrill2000-01-041-1/+1
|
* Added this file to contain an example program.Joel Sherrill2000-01-042-0/+54
|
* Fixed warnings.Joel Sherrill2000-01-0424-24/+22
|
* Removed warning.Joel Sherrill2000-01-042-0/+6
|