summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi332/start332/start332.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-19Renaming all BSP specific startXXX directories to use the same name (start).Joel Sherrill1-227/+0
1999-03-16Patch from John S. Gwynne <jgwynne@mrcday.com> to correct minorJoel Sherrill1-24/+59
problems that prevented the 19990302 snapshot from running on the efi332. I'm happy to report that rtems-19990302 is running on the efi332 board. I have enclosed a few minor patches below to the efi332 bsp. All patches are within that library but one. make/custom/efi332.cfg has a patch to select the right CPU_CFLAGS (at one time -m68332 was a problem... -mcpu32 or -m68332 work fine now).
1998-05-02removed warning for implicit declaration of boot_card()Joel Sherrill1-0/+1
1998-03-21Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1-3/+3
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.
1998-01-16Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1-0/+4
> RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose.
1997-04-07removed noreturn from prototype to avoid warnings.Joel Sherrill1-1/+9
1997-03-11updates from John GwynneJoel Sherrill1-0/+179