summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68340/start/start.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move start files to bspsSebastian Huber2018-04-201-877/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* m68k/gen68340: Fix warningsJoel Sherrill2014-10-161-2/+7
|
* 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.
* 2010-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-09-151-1/+1
| | | | * start/start.S: Fix mismatched comment.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-3/+1
| | | | * start/start.S: Update for boot_card command line change.
* Convert to utf-8Ralf Corsepius2006-10-171-1/+1
|
* Remove duplicate white lines.Ralf Corsepius2004-04-211-3/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-3/+3
|
* 2004-04-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-191-5/+20
| | | | | * start/start.S: DWARF on the m68k requires that all objects me a multiple of a 16-bit word in length.
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* * start/start.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius2004-04-021-1/+1
| | | | * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | | | * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c, console/m340uart.c, include/bsp.h, include/m340timer.h, include/m340uart.h, start/start.S, start/startfor340only.S, startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c, timer/timer.c: URL for license changed.
* All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill2000-01-131-8/+0
|
* Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-121-10/+10
| | | | 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 correct compilation error triggered by newJoel Sherrill1999-10-051-1/+1
| | | | version of binutils.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-141-0/+874
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.