summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/start (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-031-0/+0
| | | | | | | | | | | | | Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
* 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-031-10/+11
| | | | | * bsp_specs, start/start.S, startup/linkcmds: Use linker command base file.
* 2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-071-0/+1
| | | | * start/start.S: Verify boot_card() is passed a NULL.
* Whitespace removal.Ralf Corsepius2009-11-291-15/+15
|
* 2009-06-29 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-291-1/+1
| | | | | | | | | * Makefile.am: Update to current style. * bsp_specs: Fix warning for _start. * start/start.S: Proper attribution for origin. * startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye. * include/.cvsignore: New file. * include/bspopts.h.in: Removed.
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-041-0/+149
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, startup/memmap.c: New files.