summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mrm332/spurious/spinit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/mrm332: Move spinit.c to bspsSebastian Huber2018-04-251-96/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* m68k/mrm332: Fix warningsJoel Sherrill2014-10-201-8/+5
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-191-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.
* bsps: Move bsp_generic_fatal_code to new fileSebastian Huber2013-06-211-5/+2
| | | | Add bsp_generic_fatal().
* bsps: Add BSP_GENERIC_FATAL_SPURIOUS_INTERRUPTSebastian Huber2012-12-071-6/+4
| | | | Use rtems_fatal() instead of bsp_cleanup().
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-131-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-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-1/+1
| | | | | * include/bsp.h, include/mrm332.h, spurious/spinit.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2010-08-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-131-0/+1
| | | | * spurious/spinit.c: Add include of bootcard.h to fix warning.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-111-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.
* Remove stray white spaces.Ralf Corsepius2004-04-211-21/+21
|
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-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-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-041-0/+2
| | | | * console/sci.c, spurious/spinit.c: Removed warnings.
* 2002-02-28 Mike Panetta <ahuitzot@mindspring.com>Joel Sherrill2002-02-281-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>
* 2000-05-25 Matt Cross <profesor@gweep.net>Joel Sherrill2001-05-251-0/+103
* 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.