summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1998-03-211-2/+2
| | | | | | | | 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.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-311-0/+133
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.