summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68340/start/start.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move start files to bspsSebastian Huber1-877/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-10-16m68k/gen68340: Fix warningsJoel Sherrill1-2/+7
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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-152010-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* start/start.S: Fix mismatched comment.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-3/+1
* start/start.S: Update for boot_card command line change.
2006-10-17Convert to utf-8Ralf Corsepius1-1/+1
2004-04-21Remove duplicate white lines.Ralf Corsepius1-3/+0
2004-04-21Remove stray white spaces.Ralf Corsepius1-3/+3
2004-04-192004-04-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-5/+20
* start/start.S: DWARF on the m68k requires that all objects me a multiple of a 16-bit word in length.
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2004-04-02 * start/start.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius1-1/+1
* start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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.
2000-01-13All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill1-8/+0
2000-01-12Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-10/+10
that converts the libbsp/i386 subdirectory to full automake.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-10-05Changed bra.s to bra.l to correct compilation error triggered by newJoel Sherrill1-1/+1
version of binutils.
1998-12-14Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1-0/+0
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
1998-07-01Initial submission of gen68340 BSP (should run on a 68349) fromJoel Sherrill1-0/+874
Geoffroy Montel <g_montel@yahoo.com>.