summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/csb350/start (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mips BSPs: Remove .global for unprovided symbolJoel Sherrill2015-03-031-1/+0
| | | | closes 2253
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* 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-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-281-1/+1
| | | | | | | | * csb350/clock/clockdrv.c, csb350/network/network.c, csb350/start/start.S, csb350/timer/timer.c, genmongoosev/clock/clockdrv.c, genmongoosev/timer/timer.c, jmr3904/timer/timer.c, jmr3904/tools/runtest.in: Fix typo where license said found in found in.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-132-139/+1
| | | | | | * Makefile.am, preinstall.am, start/start.S: Many files were duplicated across MIPS BSPs. Now those which were directly copied are shared. * start/regs.h: Removed.
* Whitespace removal.Ralf Corsepius2009-11-291-6/+6
|
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-1/+1
| | | | * start/start.S: Update for boot_card command line change.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-292-1/+1
| | | | | | * start/regs.S: Remove (Renamed into start/regs.h). * start/regs.h: New (Renamed from start/regs.S). * Makefile.am, start/start.S: Reflect renamer.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-121-1/+1
| | | | | | | | * clock/clockdrv.c, console/console-io.c, include/bsp.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-252-0/+263
* acinclude.m4: Added csb350 to list of BSPs. * csb350/Makefile.am, csb350/README, csb350/bsp_specs, csb350/configure.ac, csb350/times, csb350/clock/clockdrv.c, csb350/console/console-io.c, csb350/include/bsp.h, csb350/include/tm27.h, csb350/network/network.c, csb350/start/regs.S, csb350/start/start.S, csb350/startup/bspclean.c, csb350/startup/bspstart.c, csb350/startup/linkcmds, csb350/timer/timer.c: New BSP.