summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/p4000/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-122-2/+11
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-131-0/+2
| | | | adds .cvsignore.
* Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff fromJoel Sherrill2000-01-311-0/+21
| | | | | | | | | | Ralf Corsepius <corsepiu@faw.uni-ulm.de> that contain: * Modifications, (minor) corrections, cleanups to most existing Makefile.ams * Adds automake support to all remaining BSPs which have not yet been converted to automake. * Makefile.am for all remaining wrapup/Makefile.ams
* Updated copyright notice.Joel Sherrill1999-11-172-4/+2
|
* Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1998-04-151-6/+0
| | | | | | | | | | | | code in each BSP's bspstart.c. These changes were: + confdefs.h now knows libio's semaphore requirements + shared/main.c now copies Configuration to BSP_Configuration + shared/main.c fills in the Cpu_table with default values This removed the need for rtems_libio_config() and the constant BSP_LIBIO_MAX_FDS in every BSP. Plus now the maximum number of open files can now be set on the gcc command line.
* Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1998-03-211-8/+0
| | | | | | | | based on the GNU tools. This usually involved correcting the type of bsp_start(), bsp_cleanup(), adjusting the start code to call the right start routine (the shared boot_card()), and then removing code from bsp_start() which was performed in the new boot_card()/main() path.
* updated copyright to 1998Joel Sherrill1998-02-172-2/+2
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-082-4/+4
|
* Corrected typoJoel Sherrill1997-08-041-1/+1
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-222-10/+10
| | | | of switching to the modified GNU GPL.
* removed reference to no_bsp.Joel Sherrill1997-04-071-4/+10
| | | | added prototypes.
* added $Id$ string to file headerJoel Sherrill1996-09-112-2/+8
|
* new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill1996-09-062-0/+236
Derrick Ostertag (ostertag@transition.com).