summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix from Ralf Corsepius:Joel Sherrill1998-04-271-0/+1
| | | | + adding #include <rtems/libio.h> to fix implicit declaration warning
* New file created by extracting common initialization from every BSP'sJoel Sherrill1998-04-151-0/+38
| | | | bspstart.c file.
* Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1998-04-151-2/+46
| | | | | | | | | | | | 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.
* Removed recursive call to exitJoel Sherrill1998-04-141-2/+0
|
* Moved bsp_postdriver_hook() to a shared file and made it a commonJoel Sherrill1998-03-301-0/+37
| | | | component.
* Corrected definition of main and boot_card to be more ANSI compliant.Joel Sherrill1998-03-251-3/+5
|
* Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1998-03-212-0/+79
| | | | | | | | 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.
* Fixed typo.Joel Sherrill1998-03-201-1/+1
|
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* Switched all bsps which had an implementation of sbrk.c which onlyJoel Sherrill1997-04-151-0/+32
returned an error to using a single shared copy of this file.