summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/start/start.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move start files to bspsSebastian Huber2018-04-201-418/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* 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.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-9/+2
| | | | * start/start.S: Update for boot_card command line change.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-161-2/+0
| | | | | | | | * Makefile.am, configure.ac, start/start.S: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h. * startup/bspstart.c: Removed.
* * start/start.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius2004-04-021-1/+1
|
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | * console/console.c, console/consolereserveresources.c, include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for license changed.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-1/+1
|
* New patch from Eric Norum plus some minor mods by Joel.Joel Sherrill2000-01-131-285/+278
|
* Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-121-1/+1
| | | | that converts the libbsp/i386 subdirectory to full automake.
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Changed bra.s to bra.l to remove error with new version of binutils.Joel Sherrill1999-10-051-2/+2
|
* Setup environment pointer for getenv/putenv. Patch from Eric NorumJoel Sherrill1999-10-041-3/+8
| | | | <eric@cls.usask.ca>.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-141-0/+432
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.