summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mrm332/start/spinit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-11bsps/m68k/mrm332: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2018-04-25bsp/mrm332: Move spinit.c to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-10-20m68k/mrm332: Fix warningsJoel Sherrill1-8/+5
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-19score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber1-2/+2
Merge RTEMS_FATAL_SOURCE_BSP_GENERIC and RTEMS_FATAL_SOURCE_BSP_SPECIFIC into new fatal source RTEMS_FATAL_SOURCE_BSP. This makes it easier to figure out the code position given a fatal source and code.
2013-06-21bsps: Move bsp_generic_fatal_code to new fileSebastian Huber1-5/+2
Add bsp_generic_fatal().
2012-12-07bsps: Add BSP_GENERIC_FATAL_SPURIOUS_INTERRUPTSebastian Huber1-6/+4
Use rtems_fatal() instead of bsp_cleanup().
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.
2011-07-132011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+1
PR 1824/cpukit * misc/interr.c, spurious/spinit.c: Return exit/shutdown status back to boot_card(). boot_card() propagates this to bsp_cleanup() and returns it to the assembly that started the application. bsp_cleanup() prototype changed.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* include/bsp.h, include/mrm332.h, spurious/spinit.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2010-08-132010-08-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
* spurious/spinit.c: Add include of bootcard.h to fix warning.
2006-09-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+3
* console/console.c, console/sci.c, console/sci.h, spurious/spinit.c, startup/bspclean.c, startup/start_c.c: Convert C++ style comments to C style.
2004-04-21Remove stray white spaces.Ralf Corsepius1-21/+21
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c, spurious/spinit.c, startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for license changed.
2002-11-042002-11-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+2
* console/sci.c, spurious/spinit.c: Removed warnings.
2002-02-282002-02-28 Mike Panetta <ahuitzot@mindspring.com>Joel Sherrill1-5/+5
* console/sci.c, console/sci.h, console/console.c: Added new SCI driver. * start/start.c: Removed file. * start/start.S: New file, the asm portion of the updated start code. * start/configure.am: Added start.S, removed start.c * startup/start_c.c: New file, the C portion of the updated start code. Contains most of the code that was in the old start.c. * startup/configure.am: Added start_c.c to C_FILES. * include/bsp.h: Added include <rtems/bspIo.h>
2001-05-252000-05-25 Matt Cross <profesor@gweep.net>Joel Sherrill1-2/+17
* New MRM332 BSP for the Mini RoboMind board based on the 68332 microcontroller designed and build by Mark Castelluccio. For details on the MRM see http://www.robominds.com. * .cvsignore, ChangeLog Makefile.am, README, bsp_specs, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in, console/.cvsignore, console/Makefile.am, console/console.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c, spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c, start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore, startup/Makefile.am, startup/bspclean.c, startup/bspstart.c, startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM, timer/.cvsignore, timer/Makefile.am, timer/timer.c, times, wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-3/+3
of switching to the modified GNU GPL.
1997-03-11updates from John GwynneJoel Sherrill1-0/+3
1995-09-20Actually adding efi bsp's from John Gwynne after forgetting toJoel Sherrill1-0/+85
commit them.