summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bspinit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-05libmisc: More useful default configurationSebastian Huber1-98/+0
The dummy.c was a de-facto default configuration. Rename it to default-configuration.c. Use unlimited objects and the stack checker. This makes it easier for new RTEMS users which will likely use this file if they just work with the usual main() function as the application entry point. Provide proper arguments for main() using the BSP command line. Add spare user extensions and drivers. Do not initialize the network by default. Delete bspinit.c.
2014-11-26libbsp/shared/bspinit.c: Document assumption of NULL returnedJosh Oguin1-12/+12
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-09-22libbsp/shared/bspinit.c: Fix missing prototype warningsJoel Sherrill1-3/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-11-30Whitespace removal.Ralf Corsepius1-4/+4
2009-05-062009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+3
* bspinit.c: Fix warning by adding include file.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+93
* bootcard.c, include/bootcard.h: Remove argc/argv/envp and replace with a single BSP boot command line a BSP can optionally support.